Skip to content

Commit 084e7d4

Browse files
committed
Bump to odlparent 3.1.0 and yangtools 2.0.3
Change-Id: I0be0c15527aa9375d7c886f668259c5c19c29ab9 Signed-off-by: Stephen Kitt <skitt@redhat.com>
1 parent b63f40d commit 084e7d4

49 files changed

Lines changed: 92 additions & 124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

alto-basic/alto-bwmonitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1111
<parent>
1212
<groupId>org.opendaylight.odlparent</groupId>
1313
<artifactId>odlparent</artifactId>
14-
<version>3.0.2</version>
14+
<version>3.1.0</version>
1515
<relativePath/>
1616
</parent>
1717

alto-basic/auto-maps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1111
<parent>
1212
<groupId>org.opendaylight.odlparent</groupId>
1313
<artifactId>odlparent</artifactId>
14-
<version>3.0.2</version>
14+
<version>3.1.0</version>
1515
<relativePath/>
1616
</parent>
1717

alto-basic/manual-maps/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1010
<parent>
1111
<groupId>org.opendaylight.odlparent</groupId>
1212
<artifactId>odlparent</artifactId>
13-
<version>3.0.2</version>
13+
<version>3.1.0</version>
1414
<relativePath/>
1515
</parent>
1616

@@ -50,4 +50,3 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
5050
</build>
5151

5252
</project>
53-

alto-basic/path-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1111
<parent>
1212
<groupId>org.opendaylight.odlparent</groupId>
1313
<artifactId>odlparent</artifactId>
14-
<version>3.0.2</version>
14+
<version>3.1.0</version>
1515
<relativePath/>
1616
</parent>
1717

alto-basic/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved.
44
This program and the accompanying materials are made available under the
55
terms of the Eclipse Public License v1.0 which accompanies this distribution,
66
and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7-
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7+
-->
8+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
89

910
<parent>
1011
<groupId>org.opendaylight.odlparent</groupId>
1112
<artifactId>odlparent</artifactId>
12-
<version>3.0.2</version>
13+
<version>3.1.0</version>
1314
<relativePath/>
1415
</parent>
1516

alto-basic/simple-ecs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1010
<parent>
1111
<groupId>org.opendaylight.odlparent</groupId>
1212
<artifactId>odlparent</artifactId>
13-
<version>3.0.2</version>
13+
<version>3.1.0</version>
1414
<relativePath/>
1515
</parent>
1616

alto-basic/simple-ird/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1010
<parent>
1111
<groupId>org.opendaylight.odlparent</groupId>
1212
<artifactId>odlparent</artifactId>
13-
<version>3.0.2</version>
13+
<version>3.1.0</version>
1414
<relativePath/>
1515
</parent>
1616

alto-core/northbound/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1010
<parent>
1111
<groupId>org.opendaylight.odlparent</groupId>
1212
<artifactId>bundle-parent</artifactId>
13-
<version>3.0.2</version>
13+
<version>3.1.0</version>
1414
<relativePath/>
1515
</parent>
1616

alto-core/northbound/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1010
<parent>
1111
<groupId>org.opendaylight.odlparent</groupId>
1212
<artifactId>odlparent</artifactId>
13-
<version>3.0.2</version>
13+
<version>3.1.0</version>
1414
<relativePath/>
1515
</parent>
1616

alto-core/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved.
44
This program and the accompanying materials are made available under the
55
terms of the Eclipse Public License v1.0 which accompanies this distribution,
66
and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7-
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7+
-->
8+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
89

910
<parent>
1011
<groupId>org.opendaylight.odlparent</groupId>
1112
<artifactId>odlparent</artifactId>
12-
<version>3.0.2</version>
13+
<version>3.1.0</version>
1314
<relativePath/>
1415
</parent>
1516

0 commit comments

Comments
 (0)