diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index c50adbc1..7d9621f6 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -25,7 +25,7 @@ jobs: git config --global user.name "${{ secrets.GH_SITE_DEPLOY_NAME }}" - name: Setup JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 17 diff --git a/tooling/parent/changes.xml b/tooling/parent/changes.xml index 8ed104c3..00f332f6 100644 --- a/tooling/parent/changes.xml +++ b/tooling/parent/changes.xml @@ -22,6 +22,13 @@ + + + + Switch to Java 11 as minimum version. + + + Removed jackson-datatype-guava dependency diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml index 7b422625..ffc988f2 100644 --- a/tooling/parent/pom.xml +++ b/tooling/parent/pom.xml @@ -25,7 +25,7 @@ io.wcm.caravan io.wcm.caravan.parent_toplevel - 1.4.0-SNAPSHOT + 1.4.0 @@ -49,6 +49,11 @@ https://github.com/wcm-io-caravan/caravan-rhyme/actions + + GitHub + https://github.com/wcm-io-caravan/caravan-rhyme/issues/ + + rhyme ${maven.multiModuleProjectDirectory}/tooling/coverage/target/site/jacoco-aggregate/jacoco.xml