diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d6588b8..2c9e2d5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,11 +21,15 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: maven + - name: Set up Maven + uses: stCarolas/setup-maven@v5 + with: + maven-version: 3.9.9 - name: Build with Maven run: mvn -B install --file pom.xml diff --git a/mock-binding-project/README.md b/mock-binding-project/README.md index ffdeb4c..d13cd59 100644 --- a/mock-binding-project/README.md +++ b/mock-binding-project/README.md @@ -107,7 +107,7 @@ Add the dependency and rebuild the project: org.opendaylight.netconf odl-restconf-nb - 7.0.7 + 8.0.3 features xml runtime diff --git a/mock-binding-project/api/pom.xml b/mock-binding-project/api/pom.xml index 6e753aa..1bd963d 100644 --- a/mock-binding-project/api/pom.xml +++ b/mock-binding-project/api/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.mdsal binding-parent - 13.0.4 + 14.0.4 diff --git a/mock-binding-project/artifacts/pom.xml b/mock-binding-project/artifacts/pom.xml index e343726..be867b5 100644 --- a/mock-binding-project/artifacts/pom.xml +++ b/mock-binding-project/artifacts/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 13.1.3 + 14.0.4 diff --git a/mock-binding-project/features/features-mock-binding-project/pom.xml b/mock-binding-project/features/features-mock-binding-project/pom.xml index 0493a9a..c45449b 100644 --- a/mock-binding-project/features/features-mock-binding-project/pom.xml +++ b/mock-binding-project/features/features-mock-binding-project/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent feature-repo-parent - 13.1.3 + 14.0.4 diff --git a/mock-binding-project/features/odl-mock-binding-project/pom.xml b/mock-binding-project/features/odl-mock-binding-project/pom.xml index de9ffe0..cc29cac 100644 --- a/mock-binding-project/features/odl-mock-binding-project/pom.xml +++ b/mock-binding-project/features/odl-mock-binding-project/pom.xml @@ -30,7 +30,7 @@ org.opendaylight.controller controller-artifacts - 9.0.4 + 10.0.4 pom import diff --git a/mock-binding-project/features/parent/pom.xml b/mock-binding-project/features/parent/pom.xml index 85f2779..875ff18 100644 --- a/mock-binding-project/features/parent/pom.xml +++ b/mock-binding-project/features/parent/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent single-feature-parent - 13.1.3 + 14.0.4 diff --git a/mock-binding-project/features/pom.xml b/mock-binding-project/features/pom.xml index 1115abc..dbfcd44 100644 --- a/mock-binding-project/features/pom.xml +++ b/mock-binding-project/features/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 13.1.3 + 14.0.4 diff --git a/mock-binding-project/impl/pom.xml b/mock-binding-project/impl/pom.xml index 2c1509f..aa51278 100644 --- a/mock-binding-project/impl/pom.xml +++ b/mock-binding-project/impl/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.mdsal binding-parent - 13.0.4 + 14.0.4 @@ -32,7 +32,7 @@ org.opendaylight.controller controller-artifacts - 9.0.4 + 10.0.4 pom import diff --git a/mock-binding-project/karaf/pom.xml b/mock-binding-project/karaf/pom.xml index 53ea9ff..88c0fc8 100644 --- a/mock-binding-project/karaf/pom.xml +++ b/mock-binding-project/karaf/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent karaf4-parent - 13.1.3 + 14.0.4 diff --git a/mock-binding-project/pom.xml b/mock-binding-project/pom.xml index 5942752..fc84964 100644 --- a/mock-binding-project/pom.xml +++ b/mock-binding-project/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 13.1.3 + 14.0.4 diff --git a/pom.xml b/pom.xml index 0f522c5..73b593f 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ pom - 17 - 17 + 21 + 21 UTF-8