Skip to content

Commit b63f40d

Browse files
committed
Bump versions by x.(y+1).z for next dev cycle
Change-Id: Ibca5fdb4b5a9327af1d1761cc2e9defb8d4d19f1 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
1 parent bdabfd7 commit b63f40d

93 files changed

Lines changed: 185 additions & 185 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/api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1414
<parent>
1515
<groupId>org.opendaylight.mdsal</groupId>
1616
<artifactId>binding-parent</artifactId>
17-
<version>0.12.0-SNAPSHOT</version>
17+
<version>0.13.0-SNAPSHOT</version>
1818
<relativePath/>
1919
</parent>
2020

2121
<groupId>org.opendaylight.alto.basic</groupId>
2222
<artifactId>alto-bwmonitor-api</artifactId>
23-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.2.0-SNAPSHOT</version>
2424
<!-- <name> formatting is used by autorelease to parse and notify projects on
2525
build failure. Please do not modify this unless you have a good reason. -->
2626
<name>ODL :: org.opendaylight.alto.basic :: ${project.artifactId}</name>

alto-basic/alto-bwmonitor/impl/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1212

1313

1414
<properties>
15-
<openflowplugin.version>0.6.0-SNAPSHOT</openflowplugin.version>
16-
<l2switch.version>0.7.0-SNAPSHOT</l2switch.version>
15+
<openflowplugin.version>0.7.0-SNAPSHOT</openflowplugin.version>
16+
<l2switch.version>0.8.0-SNAPSHOT</l2switch.version>
1717
</properties>
1818
<parent>
1919
<groupId>org.opendaylight.mdsal</groupId>
2020
<artifactId>binding-parent</artifactId>
21-
<version>0.12.0-SNAPSHOT</version>
21+
<version>0.13.0-SNAPSHOT</version>
2222
<relativePath/>
2323
</parent>
2424

2525
<groupId>org.opendaylight.alto.basic</groupId>
2626
<artifactId>alto-bwmonitor-impl</artifactId>
27-
<version>0.1.0-SNAPSHOT</version>
27+
<version>0.2.0-SNAPSHOT</version>
2828
<!-- <name> formatting is used by autorelease to parse and notify projects on
2929
build failure. Please do not modify this unless you have a good reason. -->
3030
<name>ODL :: org.opendaylight.alto.basic :: ${project.artifactId}</name>

alto-basic/alto-bwmonitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1717

1818
<groupId>org.opendaylight.alto.basic</groupId>
1919
<artifactId>alto-bwmonitor-aggregator</artifactId>
20-
<version>0.1.0-SNAPSHOT</version>
20+
<version>0.2.0-SNAPSHOT</version>
2121
<name>ODL :: alto :: ${project.artifactId}</name>
2222
<packaging>pom</packaging>
2323

alto-basic/auto-maps/api/pom.xml

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

1919
<groupId>org.opendaylight.alto.basic</groupId>
2020
<artifactId>alto-auto-maps-api</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.7.0-SNAPSHOT</version>
2222
<name>ODL :: alto :: ${project.artifactId}</name>
2323
<packaging>bundle</packaging>
2424
</project>

alto-basic/auto-maps/cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1313
<parent>
1414
<groupId>org.opendaylight.mdsal</groupId>
1515
<artifactId>binding-parent</artifactId>
16-
<version>0.12.0-SNAPSHOT</version>
16+
<version>0.13.0-SNAPSHOT</version>
1717
<relativePath/>
1818
</parent>
1919

2020
<groupId>org.opendaylight.alto.basic</groupId>
2121
<artifactId>alto-auto-maps-cli</artifactId>
22-
<version>0.6.0-SNAPSHOT</version>
22+
<version>0.7.0-SNAPSHOT</version>
2323
<packaging>bundle</packaging>
2424

2525
<dependencyManagement>
2626
<dependencies>
2727
<dependency>
2828
<groupId>org.opendaylight.controller</groupId>
2929
<artifactId>mdsal-artifacts</artifactId>
30-
<version>1.7.0-SNAPSHOT</version>
30+
<version>1.8.0-SNAPSHOT</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>

alto-basic/auto-maps/impl/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1313
<parent>
1414
<groupId>org.opendaylight.mdsal</groupId>
1515
<artifactId>binding-parent</artifactId>
16-
<version>0.12.0-SNAPSHOT</version>
16+
<version>0.13.0-SNAPSHOT</version>
1717
<relativePath/>
1818
</parent>
1919

2020
<groupId>org.opendaylight.alto.basic</groupId>
2121
<artifactId>alto-auto-maps-impl</artifactId>
22-
<version>0.6.0-SNAPSHOT</version>
22+
<version>0.7.0-SNAPSHOT</version>
2323
<name>ODL :: alto :: ${project.artifactId}</name>
2424
<packaging>bundle</packaging>
2525

2626
<properties>
27-
<l2switch.version>0.7.0-SNAPSHOT</l2switch.version>
27+
<l2switch.version>0.8.0-SNAPSHOT</l2switch.version>
2828
</properties>
2929

3030
<dependencies>

alto-basic/auto-maps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1717

1818
<groupId>org.opendaylight.alto.basic</groupId>
1919
<artifactId>alto-auto-maps-aggregator</artifactId>
20-
<version>0.6.0-SNAPSHOT</version>
20+
<version>0.7.0-SNAPSHOT</version>
2121
<name>ODL :: alto :: ${project.artifactId}</name>
2222
<packaging>pom</packaging>
2323

alto-basic/manual-maps/api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1010
<parent>
1111
<groupId>org.opendaylight.mdsal</groupId>
1212
<artifactId>binding-parent</artifactId>
13-
<version>0.12.0-SNAPSHOT</version>
13+
<version>0.13.0-SNAPSHOT</version>
1414
<relativePath/>
1515
</parent>
1616

1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>org.opendaylight.alto.basic</groupId>
1919
<artifactId>alto-manual-maps-api</artifactId>
20-
<version>0.6.0-SNAPSHOT</version>
20+
<version>0.7.0-SNAPSHOT</version>
2121
<name>ODL :: alto :: ${project.artifactId}</name>
2222
<packaging>bundle</packaging>
2323

alto-basic/manual-maps/impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
1111
<parent>
1212
<groupId>org.opendaylight.mdsal</groupId>
1313
<artifactId>binding-parent</artifactId>
14-
<version>0.12.0-SNAPSHOT</version>
14+
<version>0.13.0-SNAPSHOT</version>
1515
<relativePath/>
1616
</parent>
1717

1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.opendaylight.alto.basic</groupId>
2020
<artifactId>alto-manual-maps-impl</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.7.0-SNAPSHOT</version>
2222
<name>ODL :: alto :: ${project.artifactId}</name>
2323
<packaging>bundle</packaging>
2424

alto-basic/manual-maps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
1616

1717
<groupId>org.opendaylight.alto.basic</groupId>
1818
<artifactId>alto-manual-maps-aggregator</artifactId>
19-
<version>0.6.0-SNAPSHOT</version>
19+
<version>0.7.0-SNAPSHOT</version>
2020
<name>ODL :: alto :: ${project.artifactId}</name>
2121
<packaging>pom</packaging>
2222
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)