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 /asdcApi | |
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 'asdcApi')
-rwxr-xr-x | asdcApi/features/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/model/pom.xml | 4 | ||||
-rwxr-xr-x | asdcApi/pom.xml | 4 | ||||
-rwxr-xr-x | asdcApi/provider/pom.xml | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/asdcApi/features/pom.xml b/asdcApi/features/pom.xml index e62ffe07..6644b0d1 100755 --- a/asdcApi/features/pom.xml +++ b/asdcApi/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>asdcApi</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>asdcApi-features</artifactId> diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml index 5d002c78..f5c3771d 100755 --- a/asdcApi/installer/pom.xml +++ b/asdcApi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>asdcApi</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>asdcApi-installer</artifactId> <name>asdcApi - Karaf Installer</name> diff --git a/asdcApi/model/pom.xml b/asdcApi/model/pom.xml index eab21d0b..ab1dd774 100755 --- a/asdcApi/model/pom.xml +++ b/asdcApi/model/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>asdcApi</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>asdcApi-model</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>bundle</packaging> <build> diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml index b228b8e4..fc1356ed 100755 --- a/asdcApi/pom.xml +++ b/asdcApi/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>asdcApi</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <properties> <feature-name>asdcApi</feature-name> diff --git a/asdcApi/provider/pom.xml b/asdcApi/provider/pom.xml index df3040bb..590eae89 100755 --- a/asdcApi/provider/pom.xml +++ b/asdcApi/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>asdcApi</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>asdcApi-provider</artifactId> <packaging>bundle</packaging> |