Skip to content

Commit ab14a00

Browse files
committed
Bump upstreams
Adopt: - odlparent-14.1.3 - infrautils-7.1.7 - yangtools-14.0.17 - mdsal-14.0.18 - controller-11.0.2 - netconf-9.0.1 Change-Id: Ifce5203fa1705ec1a48e65088373a948027e8642 Signed-off-by: Robert Varga <[email protected]>
1 parent 17929c2 commit ab14a00

File tree

33 files changed

+45
-45
lines changed

33 files changed

+45
-45
lines changed

commons/binding-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.opendaylight.mdsal</groupId>
1313
<artifactId>binding-parent</artifactId>
14-
<version>14.0.13</version>
14+
<version>14.0.18</version>
1515
<relativePath/>
1616
</parent>
1717

@@ -25,14 +25,14 @@
2525
<dependency>
2626
<groupId>org.opendaylight.aaa</groupId>
2727
<artifactId>aaa-artifacts</artifactId>
28-
<version>0.21.0</version>
28+
<version>0.21.2</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.opendaylight.infrautils</groupId>
3434
<artifactId>infrautils-artifacts</artifactId>
35-
<version>7.1.4</version>
35+
<version>7.1.7</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

commons/it/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1212
<parent>
1313
<groupId>org.opendaylight.controller</groupId>
1414
<artifactId>mdsal-it-parent</artifactId>
15-
<version>11.0.0</version>
15+
<version>11.0.2</version>
1616
<relativePath/>
1717
</parent>
1818

@@ -70,7 +70,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
7070
<dependency>
7171
<groupId>org.opendaylight.mdsal</groupId>
7272
<artifactId>mdsal-artifacts</artifactId>
73-
<version>14.0.13</version>
73+
<version>14.0.18</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1212
<parent>
1313
<groupId>org.opendaylight.odlparent</groupId>
1414
<artifactId>odlparent-lite</artifactId>
15-
<version>14.1.0</version>
15+
<version>14.1.3</version>
1616
<relativePath/>
1717
</parent>
1818

hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1313
<parent>
1414
<groupId>org.opendaylight.odlparent</groupId>
1515
<artifactId>odlparent-lite</artifactId>
16-
<version>14.1.0</version>
16+
<version>14.1.3</version>
1717
<relativePath/>
1818
</parent>
1919

hwvtepsouthbound/hwvtepsouthbound-features/features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1212
<parent>
1313
<groupId>org.opendaylight.odlparent</groupId>
1414
<artifactId>feature-repo-parent</artifactId>
15-
<version>14.1.0</version>
15+
<version>14.1.3</version>
1616
<relativePath/>
1717
</parent>
1818

hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.opendaylight.odlparent</groupId>
77
<artifactId>single-feature-parent</artifactId>
8-
<version>14.1.0</version>
8+
<version>14.1.3</version>
99
<relativePath/>
1010
</parent>
1111

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.opendaylight.mdsal</groupId>
2424
<artifactId>mdsal-artifacts</artifactId>
25-
<version>14.0.13</version>
25+
<version>14.0.18</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>

hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1212
<parent>
1313
<groupId>org.opendaylight.odlparent</groupId>
1414
<artifactId>single-feature-parent</artifactId>
15-
<version>14.1.0</version>
15+
<version>14.1.3</version>
1616
<relativePath/>
1717
</parent>
1818

@@ -30,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
3030
<dependency>
3131
<groupId>org.opendaylight.netconf</groupId>
3232
<artifactId>netconf-artifacts</artifactId>
33-
<version>9.0.0</version>
33+
<version>9.0.1</version>
3434
<scope>import</scope>
3535
<type>pom</type>
3636
</dependency>

hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1212
<parent>
1313
<groupId>org.opendaylight.odlparent</groupId>
1414
<artifactId>single-feature-parent</artifactId>
15-
<version>14.1.0</version>
15+
<version>14.1.3</version>
1616
<relativePath/>
1717
</parent>
1818

hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1212
<parent>
1313
<groupId>org.opendaylight.odlparent</groupId>
1414
<artifactId>single-feature-parent</artifactId>
15-
<version>14.1.0</version>
15+
<version>14.1.3</version>
1616
<relativePath/>
1717
</parent>
1818

@@ -30,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
3030
<dependency>
3131
<groupId>org.opendaylight.netconf</groupId>
3232
<artifactId>netconf-artifacts</artifactId>
33-
<version>9.0.0</version>
33+
<version>9.0.1</version>
3434
<scope>import</scope>
3535
<type>pom</type>
3636
</dependency>

hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1212
<parent>
1313
<groupId>org.opendaylight.odlparent</groupId>
1414
<artifactId>single-feature-parent</artifactId>
15-
<version>14.1.0</version>
15+
<version>14.1.3</version>
1616
<relativePath/>
1717
</parent>
1818

0 commit comments

Comments
 (0)