Skip to content

Commit

Permalink
Bump upstreams
Browse files Browse the repository at this point in the history
Adopt:
- odlparent-11.0.6
- yangtools-9.0.8
- infrautils-4.0.6
- mdsal-10.0.8
- controller-6.0.9
- aaa-0.16.9
- netconf-4.0.8

Change-Id: Iaf0e5bee98813f5c088340c7b817b5c382bd55f1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Jun 8, 2023
1 parent 4b1ba3f commit ff2e133
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath/>
</parent>
<groupId>org.opendaylight.jsonrpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bus/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>bundle-parent</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/features-jsonrpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>feature-repo-parent</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/odl-jsonrpc-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>single-feature-parent</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/odl-jsonrpc-bus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>single-feature-parent</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/odl-jsonrpc-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>single-feature-parent</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/odl-jsonrpc-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>single-feature-parent</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath />
</parent>
<groupId>org.opendaylight.jsonrpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>karaf4-parent</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath/>
</parent>
<groupId>org.opendaylight.jsonrpc</groupId>
Expand Down
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>10.0.7</version>
<version>10.0.8</version>
<relativePath/>
</parent>

Expand All @@ -34,14 +34,14 @@
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-artifacts</artifactId>
<version>4.0.6</version>
<version>4.0.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-artifacts</artifactId>
<version>0.16.8</version>
<version>0.16.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>11.0.5</version>
<version>11.0.6</version>
<relativePath/>
</parent>
<groupId>org.opendaylight.jsonrpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion provider/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<groupId>org.opendaylight.controller</groupId>
<!-- Unusual import to get the akka-testkit declaration -->
<artifactId>bundle-parent</artifactId>
<version>6.0.8</version>
<version>6.0.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion provider/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>dom-parent</artifactId>
<version>10.0.7</version>
<version>10.0.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit ff2e133

Please sign in to comment.