diff options
author | Carsten Lund <lund@research.att.com> | 2017-03-09 15:21:53 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-03-09 15:21:53 +0000 |
commit | 4cdd2049812df968d53bfbc140ff1f5642b3d42d (patch) | |
tree | 96b6e2a617dc0122ba3fa00f1db08209ebb14a71 | |
parent | 5f351c2aab026728703fa2fd9d3af3141c39c7f4 (diff) |
changed SNAPSHOT version to 1.0.0-SNAPSHOT
Change-Id: I24bd288d29f16d9316450e70e8b2ddef8d21a833
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | ncomp-openstack-controller/pom.xml | 2 | ||||
-rw-r--r-- | ncomp-openstack-model/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ncomp-openstack-controller/pom.xml b/ncomp-openstack-controller/pom.xml index 0537d98..71790a7 100644 --- a/ncomp-openstack-controller/pom.xml +++ b/ncomp-openstack-controller/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.ncomp.sirius.manager</groupId> <artifactId>ncomp-sirius-manager-base</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../../dcae-org.openecomp.ncomp.sirius.manager/ncomp-sirius-manager-base</relativePath> </parent> <dependencies> diff --git a/ncomp-openstack-model/pom.xml b/ncomp-openstack-model/pom.xml index 54ccf21..de9a8d0 100644 --- a/ncomp-openstack-model/pom.xml +++ b/ncomp-openstack-model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.ncomp.maven</groupId> <artifactId>ncomp-maven-xcore</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../../dcae-org.openecomp.ncomp.maven/ncomp-maven-xcore</relativePath> </parent> <dependencies> @@ -4,7 +4,7 @@ <groupId>org.openecomp.ncomp.openstack</groupId> <artifactId>ncomp-openstack</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ncomp-openstack</name> @@ -43,7 +43,7 @@ <parent> <groupId>org.openecomp.ncomp.maven</groupId> <artifactId>ncomp-maven-base</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath> </parent> |