Skip to content

Commit 2782b62

Browse files
authored
Merge pull request #8 from SamoSchneider/scandiumSR1
Bump upstreams to Scandium SR1
2 parents a0b3633 + 756aaf3 commit 2782b62

File tree

12 files changed

+19
-15
lines changed

12 files changed

+19
-15
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up JDK 17
24+
- name: Set up JDK 21
2525
uses: actions/setup-java@v3
2626
with:
27-
java-version: '17'
27+
java-version: '21'
2828
distribution: 'temurin'
2929
cache: maven
30+
- name: Set up Maven
31+
uses: stCarolas/setup-maven@v5
32+
with:
33+
maven-version: 3.9.9
3034
- name: Build with Maven
3135
run: mvn -B install --file pom.xml

mock-binding-project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Add the dependency and rebuild the project:
107107
<dependency>
108108
<groupId>org.opendaylight.netconf</groupId>
109109
<artifactId>odl-restconf-nb</artifactId>
110-
<version>7.0.7</version>
110+
<version>8.0.3</version>
111111
<classifier>features</classifier>
112112
<type>xml</type>
113113
<scope>runtime</scope>

mock-binding-project/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.opendaylight.mdsal</groupId>
1515
<artifactId>binding-parent</artifactId>
16-
<version>13.0.4</version>
16+
<version>14.0.4</version>
1717
<relativePath/>
1818
</parent>
1919

mock-binding-project/artifacts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.opendaylight.odlparent</groupId>
1515
<artifactId>odlparent-lite</artifactId>
16-
<version>13.1.3</version>
16+
<version>14.0.4</version>
1717
<relativePath/>
1818
</parent>
1919

mock-binding-project/features/features-mock-binding-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.opendaylight.odlparent</groupId>
1515
<artifactId>feature-repo-parent</artifactId>
16-
<version>13.1.3</version>
16+
<version>14.0.4</version>
1717
<relativePath/>
1818
</parent>
1919

mock-binding-project/features/odl-mock-binding-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.opendaylight.controller</groupId>
3232
<artifactId>controller-artifacts</artifactId>
33-
<version>9.0.4</version>
33+
<version>10.0.4</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

mock-binding-project/features/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.opendaylight.odlparent</groupId>
1515
<artifactId>single-feature-parent</artifactId>
16-
<version>13.1.3</version>
16+
<version>14.0.4</version>
1717
<relativePath/>
1818
</parent>
1919

mock-binding-project/features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.opendaylight.odlparent</groupId>
1515
<artifactId>odlparent-lite</artifactId>
16-
<version>13.1.3</version>
16+
<version>14.0.4</version>
1717
<relativePath/>
1818
</parent>
1919

mock-binding-project/impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.opendaylight.mdsal</groupId>
1717
<artifactId>binding-parent</artifactId>
18-
<version>13.0.4</version>
18+
<version>14.0.4</version>
1919
<relativePath/>
2020
</parent>
2121

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.opendaylight.controller</groupId>
3434
<artifactId>controller-artifacts</artifactId>
35-
<version>9.0.4</version>
35+
<version>10.0.4</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

mock-binding-project/karaf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.opendaylight.odlparent</groupId>
1515
<artifactId>karaf4-parent</artifactId>
16-
<version>13.1.3</version>
16+
<version>14.0.4</version>
1717
<relativePath/>
1818
</parent>
1919

0 commit comments

Comments
 (0)