Skip to content

Commit

Permalink
Bump upstreams
Browse files Browse the repository at this point in the history
Adopt:
- yangtools-14.0.2
- mdsal-14.0.1
- controller-10.0.1

Change-Id: I732050c7f3f7466a3bec9519d5716be93dc03fe0
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jul 29, 2024
1 parent a40422d commit 7b33770
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@

<link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/14.0.2/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/7.0.2/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/14.0.1/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/14.0.0/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/10.0.0/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/14.0.2/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/14.0.1/</link>
<link>https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/10.0.1/</link>
</links>

<!--groups>
Expand Down
2 changes: 1 addition & 1 deletion features/odl-aaa-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>odl-mdsal-binding-base</artifactId>
<version>14.0.0</version>
<version>14.0.1</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
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>10.0.0</version>
<version>10.0.1</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.0</version>
<version>10.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions features/odl-aaa-password-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>odl-mdsal-binding-base</artifactId>
<version>14.0.0</version>
<version>14.0.1</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-broker</artifactId>
<version>10.0.0</version>
<version>10.0.1</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.1</version>
<version>14.0.2</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.0</version>
<version>14.0.1</version>
<relativePath/>
</parent>

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

0 comments on commit 7b33770

Please sign in to comment.