diff options
author | Dan Timoney <dtimoney@att.com> | 2017-03-15 10:42:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-03-15 13:17:57 -0400 |
commit | 209ddd73230bbe6e138d083ac021f500a8eab817 (patch) | |
tree | d0a6e5690c3c32f806b2983b743b459aeffaf7f2 /dataChange | |
parent | 48dde53d03552e709c253ae375d2f57b4a85fc1d (diff) |
[VERSION] Roll to next version
Roll to version 1.1.0-SNAPSHOT
Change-Id: I3da790c1ed744760070953905180bdc72464843c
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 8d3a091e..52e8c568 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.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange-features</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>jar</packaging> diff --git a/dataChange/installer/pom.xml b/dataChange/installer/pom.xml index f4119ea3..7ab32092 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.0.0-SNAPSHOT</version> + <version>1.1.0-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 3accef05..d0f25a68 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.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange-model</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>bundle</packaging> diff --git a/dataChange/pom.xml b/dataChange/pom.xml index 85951d5c..0223a296 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.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <properties> <feature-name>dataChange</feature-name> diff --git a/dataChange/provider/pom.xml b/dataChange/provider/pom.xml index 3b1ede05..96ce511d 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.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>dataChange-provider</artifactId> <packaging>bundle</packaging> |