Skip to content

Commit 0c6a238

Browse files
author
jenkins-releng
committed
Bump versions by x.y.(z+1)
Change-Id: I73626ab194025e36858b6941b308adfa6529c295 Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
1 parent 3affefd commit 0c6a238

File tree

24 files changed

+29
-29
lines changed

24 files changed

+29
-29
lines changed

artifacts/pom.xml

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

1919
<groupId>org.opendaylight.lispflowmapping</groupId>
2020
<artifactId>lispflowmapping-artifacts</artifactId>
21-
<version>1.21.0-SNAPSHOT</version>
21+
<version>1.21.1-SNAPSHOT</version>
2222
<packaging>pom</packaging>
2323
<!-- <name> formatting is used by autorelease to parse and notify projects on
2424
build failure. Please do not modify this unless you have a good reason. -->

commons/build_tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.opendaylight.lispflowmapping</groupId>
77
<artifactId>lispflowmapping-commons</artifactId>
8-
<version>1.21.0-SNAPSHOT</version>
8+
<version>1.21.1-SNAPSHOT</version>
99
<relativePath>../parent</relativePath>
1010
</parent>
1111

commons/parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.opendaylight.lispflowmapping</groupId>
2323
<artifactId>lispflowmapping-commons</artifactId>
24-
<version>1.21.0-SNAPSHOT</version>
24+
<version>1.21.1-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<!-- <name> formatting is used by autorelease to parse and notify projects on
2727
build failure. Please do not modify this unless you have a good reason. -->
@@ -30,9 +30,9 @@
3030
<properties>
3131
<build.suffix>1.0.0</build.suffix>
3232
<forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
33-
<lispflowmapping.version>1.21.0-SNAPSHOT</lispflowmapping.version>
34-
<nsf.version>0.24.0-SNAPSHOT</nsf.version>
35-
<sal.version>0.28.0-SNAPSHOT</sal.version>
33+
<lispflowmapping.version>1.21.1-SNAPSHOT</lispflowmapping.version>
34+
<nsf.version>0.24.1-SNAPSHOT</nsf.version>
35+
<sal.version>0.28.1-SNAPSHOT</sal.version>
3636
<salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
3737
<statisticsmanager.version>0.5.0</statisticsmanager.version>
3838
<yang.src.path>src/main/yang</yang.src.path>

features/features-lispflowmapping/pom.xml

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

1919
<groupId>org.opendaylight.lispflowmapping</groupId>
2020
<artifactId>features-lispflowmapping</artifactId>
21-
<version>1.21.0-SNAPSHOT</version>
21+
<version>1.21.1-SNAPSHOT</version>
2222
<packaging>feature</packaging>
2323
<!-- <name> formatting is used by autorelease to parse and notify projects on
2424
build failure. Please do not modify this unless you have a good reason. -->

features/odl-lispflowmapping-inmemorydb/pom.xml

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

1919
<groupId>org.opendaylight.lispflowmapping</groupId>
2020
<artifactId>odl-lispflowmapping-inmemorydb</artifactId>
21-
<version>1.21.0-SNAPSHOT</version>
21+
<version>1.21.1-SNAPSHOT</version>
2222
<packaging>feature</packaging>
2323
<!-- <name> formatting is used by autorelease to parse and notify projects on
2424
build failure. Please do not modify this unless you have a good reason. -->

features/odl-lispflowmapping-mappingservice-shell/pom.xml

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

1919
<groupId>org.opendaylight.lispflowmapping</groupId>
2020
<artifactId>odl-lispflowmapping-mappingservice-shell</artifactId>
21-
<version>1.21.0-SNAPSHOT</version>
21+
<version>1.21.1-SNAPSHOT</version>
2222
<packaging>feature</packaging>
2323
<!-- <name> formatting is used by autorelease to parse and notify projects on
2424
build failure. Please do not modify this unless you have a good reason. -->

features/odl-lispflowmapping-mappingservice/pom.xml

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

1919
<groupId>org.opendaylight.lispflowmapping</groupId>
2020
<artifactId>odl-lispflowmapping-mappingservice</artifactId>
21-
<version>1.21.0-SNAPSHOT</version>
21+
<version>1.21.1-SNAPSHOT</version>
2222
<packaging>feature</packaging>
2323
<!-- <name> formatting is used by autorelease to parse and notify projects on
2424
build failure. Please do not modify this unless you have a good reason. -->

features/odl-lispflowmapping-models/pom.xml

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

1919
<groupId>org.opendaylight.lispflowmapping</groupId>
2020
<artifactId>odl-lispflowmapping-models</artifactId>
21-
<version>1.21.0-SNAPSHOT</version>
21+
<version>1.21.1-SNAPSHOT</version>
2222
<packaging>feature</packaging>
2323
<!-- <name> formatting is used by autorelease to parse and notify projects on
2424
build failure. Please do not modify this unless you have a good reason. -->

features/odl-lispflowmapping-msmr/pom.xml

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

1919
<groupId>org.opendaylight.lispflowmapping</groupId>
2020
<artifactId>odl-lispflowmapping-msmr</artifactId>
21-
<version>1.21.0-SNAPSHOT</version>
21+
<version>1.21.1-SNAPSHOT</version>
2222
<packaging>feature</packaging>
2323
<!-- <name> formatting is used by autorelease to parse and notify projects on
2424
build failure. Please do not modify this unless you have a good reason. -->

features/odl-lispflowmapping-southbound/pom.xml

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

1919
<groupId>org.opendaylight.lispflowmapping</groupId>
2020
<artifactId>odl-lispflowmapping-southbound</artifactId>
21-
<version>1.21.0-SNAPSHOT</version>
21+
<version>1.21.1-SNAPSHOT</version>
2222
<packaging>feature</packaging>
2323
<!-- <name> formatting is used by autorelease to parse and notify projects on
2424
build failure. Please do not modify this unless you have a good reason. -->

0 commit comments

Comments
 (0)