diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 93bd747..58f6df9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v5 - name: Set up JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: '21' diff --git a/core/pom.xml b/core/pom.xml index 3ce252a..a31327a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ uk.dansiviter.jule jule-project - 0.9.0-SNAPSHOT + 0.9.2-SNAPSHOT jule Core diff --git a/pom.xml b/pom.xml index 8380105..32f5bc7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 uk.dansiviter.jule jule-project - 0.9.0-SNAPSHOT + 0.9.2-SNAPSHOT pom Java Util Logger Enhancer (JULE) Library to help simplfy and improve java.util.logger @@ -12,8 +12,8 @@ 2020 - scm:git:git@github.com:dansiviter/jule.git - scm:git:git@github.com:dansiviter/jule.git + scm:git:https://github.com/dansiviter/jule.git + scm:git:https://github.com/dansiviter/jule.git https://github.com/dansiviter/jule HEAD @@ -210,7 +210,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.9.0 true central diff --git a/processor/pom.xml b/processor/pom.xml index 8964d05..7ba90c0 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -4,7 +4,7 @@ uk.dansiviter.jule jule-project - 0.9.0-SNAPSHOT + 0.9.2-SNAPSHOT jule-processor Annotation Processor