diff options
author | Dan Timoney <dtimoney@att.com> | 2017-04-25 10:44:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-04-25 10:44:10 -0400 |
commit | 518824f28a7b57a0e855a162691e15ca76f2f9f5 (patch) | |
tree | d6daae100b586b9abde2395eb64fd5113f41fe67 /dataChange | |
parent | 60d5ee0c6d4cc32d6181c29ee55a67575669a0cd (diff) |
[RENUMBER] Roll to next snapshot
Roll to snapshot version 1.1.1-SNAPSHOT
Change-Id: Ic1cc0e706715cdcd8eca1502e99e65be2e961a42
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dataChange')
-rwxr-xr-x | dataChange/features/pom.xml | 4 | ||||
-rwxr-xr-x | dataChange/installer/pom.xml | 2 | ||||
-rwxr-xr-x | dataChange/model/pom.xml | 4 | ||||
-rwxr-xr-x | dataChange/pom.xml | 4 | ||||
-rwxr-xr-x | dataChange/provider/pom.xml | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/dataChange/features/pom.xml b/dataChange/features/pom.xml index 52e8c568..2ca14724 100755 --- a/dataChange/features/pom.xml +++ b/dataChange/features/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange-features</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>jar</packaging> diff --git a/dataChange/installer/pom.xml b/dataChange/installer/pom.xml index 7ab32092..5b8462db 100755 --- a/dataChange/installer/pom.xml +++ b/dataChange/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>dataChange-installer</artifactId> <name>dataChange - Karaf Installer</name> diff --git a/dataChange/model/pom.xml b/dataChange/model/pom.xml index ef13cb6f..244d3200 100755 --- a/dataChange/model/pom.xml +++ b/dataChange/model/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange-model</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>bundle</packaging> diff --git a/dataChange/pom.xml b/dataChange/pom.xml index 0223a296..768969c0 100755 --- a/dataChange/pom.xml +++ b/dataChange/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>sdnc-northbound</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <properties> <feature-name>dataChange</feature-name> diff --git a/dataChange/provider/pom.xml b/dataChange/provider/pom.xml index 25533035..14827833 100755 --- a/dataChange/provider/pom.xml +++ b/dataChange/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>dataChange-provider</artifactId> <packaging>bundle</packaging> |