Skip to content

Commit

Permalink
Bump to latest ODL Scandium SR2 versions
Browse files Browse the repository at this point in the history
Adopt:
- yangtools-14.0.10
- mdsal-14.0.10
- controller-10.0.8
- aaa-0.20.7
- netconf-8.0.6
- bgpcep-0.22.9

JIRA: LIGHTY-358
Signed-off-by: tobias.pobocik <[email protected]>
  • Loading branch information
Tobianas authored and ihrasko committed Mar 4, 2025
1 parent 5ca5155 commit 8ee7efb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions lighty-core/dependency-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-artifacts</artifactId>
<version>0.20.6</version>
<version>0.20.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>controller-artifacts</artifactId>
<version>10.0.7</version>
<version>10.0.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -55,28 +55,28 @@
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>14.0.9</version>
<version>14.0.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-artifacts</artifactId>
<version>8.0.5</version>
<version>8.0.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yangtools-artifacts</artifactId>
<version>14.0.9</version>
<version>14.0.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.bgpcep</groupId>
<artifactId>bgpcep-artifacts</artifactId>
<version>0.22.7</version>
<version>0.22.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions lighty-core/lighty-binding-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<plugin>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-maven-plugin</artifactId>
<version>14.0.9</version>
<version>14.0.10</version>
<dependencies>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>binding-codegen</artifactId>
<version>14.0.9</version>
<version>14.0.10</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 8ee7efb

Please sign in to comment.