Skip to content

Commit

Permalink
Bump upstreams
Browse files Browse the repository at this point in the history
Adopt:
- mdsal-12.0.9
- controller-8.0.8

Change-Id: Id2d66d3f9059eecb12393d240719d8ae1a3eea5c
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Oct 18, 2024
1 parent 7225f1a commit 278c8e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<link>https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/6.0.11/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/11.0.8/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/12.0.7/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/8.0.7/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/8.0.8/</link>
</links>

<!--groups>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-cert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-broker</artifactId>
<version>8.0.7</version>
<version>8.0.8</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>8.0.7</version>
<version>8.0.8</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 @@ -67,7 +67,7 @@
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-broker</artifactId>
<version>8.0.7</version>
<version>8.0.8</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion parent/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>8.0.7</version>
<version>8.0.8</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 278c8e4

Please sign in to comment.