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 | cf6df0d665930d80aca05398e9262545eba7df83 (patch) | |
tree | 575855d95b71133b77c40dab20fca039430a7a66 | |
parent | 4765652b0e9efbd3f845cb75888c7c07d5a9a8b1 (diff) |
changed SNAPSHOT version to 1.0.0-SNAPSHOT
Change-Id: I0fe2a86a7c1d9072e4326deaa409a356fc37ac3c
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | ncomp-docker-adaptor/pom.xml | 2 | ||||
-rw-r--r-- | ncomp-docker-model/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ncomp-docker-adaptor/pom.xml b/ncomp-docker-adaptor/pom.xml index bc8a0e8..fa32d4f 100644 --- a/ncomp-docker-adaptor/pom.xml +++ b/ncomp-docker-adaptor/pom.xml @@ -6,7 +6,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> diff --git a/ncomp-docker-model/pom.xml b/ncomp-docker-model/pom.xml index 197df02..31b1c6b 100644 --- a/ncomp-docker-model/pom.xml +++ b/ncomp-docker-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> @@ -39,7 +39,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> </project> |