Skip to content

Commit

Permalink
Bump upstreams
Browse files Browse the repository at this point in the history
Adopt:
- yangtools-14.0.7
- mdsal-14.0.8
- controller-10.0.6

Change-Id: I293536c32dfbea9459ae5b16a3a513ee2f68d2cd
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jan 29, 2025
1 parent 5143755 commit c2e4d31
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@

<link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/14.0.5/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/7.0.5/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/14.0.6/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/14.0.6/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/10.0.5/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/14.0.7/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/14.0.8/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/10.0.6/</link>
</links>

<!--groups>
Expand Down
4 changes: 2 additions & 2 deletions features/odl-aaa-cert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-controller-blueprint</artifactId>
<version>10.0.5</version>
<version>10.0.6</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-broker</artifactId>
<version>10.0.5</version>
<version>10.0.6</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-encryption-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>controller-artifacts</artifactId>
<version>10.0.5</version>
<version>10.0.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-password-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-broker</artifactId>
<version>10.0.5</version>
<version>10.0.6</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yangtools-artifacts</artifactId>
<version>14.0.6</version>
<version>14.0.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>14.0.6</version>
<version>14.0.8</version>
<relativePath/>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>controller-artifacts</artifactId>
<version>10.0.5</version>
<version>10.0.6</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit c2e4d31

Please sign in to comment.