File tree Expand file tree Collapse file tree 12 files changed +19
-15
lines changed
features-mock-binding-project Expand file tree Collapse file tree 12 files changed +19
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments