From 67e03de679d5145848a5558f35b910deaec1bb5e Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Thu, 9 Mar 2017 15:21:53 +0000 Subject: changed SNAPSHOT version to 1.0.0-SNAPSHOT Change-Id: I8395844384eb3a5e0715dd7fef03cde04aad385e Signed-off-by: Carsten Lund --- ncomp-maven-base/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- ncomp-maven-sirius-project/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 2 +- ncomp-maven-sirius-runtime/pom.xml | 4 ++-- ncomp-maven-xcore-project/pom.xml | 6 +++--- .../src/main/resources/archetype-resources/pom.xml | 2 +- ncomp-maven-xcore/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ncomp-maven-base/pom.xml b/ncomp-maven-base/pom.xml index 37cf9cc..b67f8ea 100644 --- a/ncomp-maven-base/pom.xml +++ b/ncomp-maven-base/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.openecomp.ncomp.maven ncomp-maven-base - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom diff --git a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml index 0151c7a..367eb8a 100644 --- a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml +++ b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ GNAMEEEE PPPP - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom PPPP @@ -19,7 +19,7 @@ org.openecomp.ncomp.maven ncomp-maven-base - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT ../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base diff --git a/ncomp-maven-sirius-project/pom.xml b/ncomp-maven-sirius-project/pom.xml index 7c1926e..dcc2da8 100644 --- a/ncomp-maven-sirius-project/pom.xml +++ b/ncomp-maven-sirius-project/pom.xml @@ -2,13 +2,13 @@ 4.0.0 org.openecomp.ncomp.maven ncomp-maven-sirius-project - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom org.openecomp.ncomp.maven ncomp-maven-base - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT ../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base diff --git a/ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml index 5b37f42..69c295b 100644 --- a/ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml +++ b/ncomp-maven-sirius-project/src/main/resources/archetype-resources/pom.xml @@ -6,7 +6,7 @@ org.openecomp.ncomp.sirius.manager ncomp-sirius-manager-base - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/ncomp-maven-sirius-runtime/pom.xml b/ncomp-maven-sirius-runtime/pom.xml index e16e21e..d1df34d 100644 --- a/ncomp-maven-sirius-runtime/pom.xml +++ b/ncomp-maven-sirius-runtime/pom.xml @@ -2,13 +2,13 @@ 4.0.0 org.openecomp.ncomp.maven ncomp-maven-sirius-runtime - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom org.openecomp.ncomp.maven ncomp-maven-base - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT ../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base diff --git a/ncomp-maven-xcore-project/pom.xml b/ncomp-maven-xcore-project/pom.xml index 23fa1a4..63f50c1 100644 --- a/ncomp-maven-xcore-project/pom.xml +++ b/ncomp-maven-xcore-project/pom.xml @@ -2,13 +2,13 @@ 4.0.0 org.openecomp.ncomp.maven ncomp-maven-xcore-project - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom org.openecomp.ncomp.maven ncomp-maven-base - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT ../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base - \ No newline at end of file + diff --git a/ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml index 564dfb0..03c5a88 100644 --- a/ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml +++ b/ncomp-maven-xcore-project/src/main/resources/archetype-resources/pom.xml @@ -5,7 +5,7 @@ org.openecomp.ncomp.maven ncomp-maven-xcore - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml index 56c9725..323411d 100644 --- a/ncomp-maven-xcore/pom.xml +++ b/ncomp-maven-xcore/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.openecomp.ncomp.maven ncomp-maven-xcore - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index bdb2b3d..74bebc9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.openecomp.ncomp.maven ncomp-maven - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT pom -- cgit