aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-03-09 15:21:53 +0000
committerCarsten Lund <lund@research.att.com>2017-03-09 15:21:53 +0000
commit910a1258666453b9f07fcd8ddd7e57d0733ff95f (patch)
tree0296edfef9d17c9aea3a73811be22cd6222126ee
parent7203b0d42a26942e2df12e5d9c5083bd0dc05db9 (diff)
changed SNAPSHOT version to 1.0.0-SNAPSHOT
Change-Id: Ifb2477aeabe55a294e932b86cd9297693a47d2ff Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--ncomp-core-model/pom.xml2
-rw-r--r--ncomp-core-tools/pom.xml2
-rw-r--r--ncomp-core-types/pom.xml2
-rw-r--r--pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/ncomp-core-model/pom.xml b/ncomp-core-model/pom.xml
index 0319c78..920b879 100644
--- a/ncomp-core-model/pom.xml
+++ b/ncomp-core-model/pom.xml
@@ -6,7 +6,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>
diff --git a/ncomp-core-tools/pom.xml b/ncomp-core-tools/pom.xml
index 0e8c662..cea79f3 100644
--- a/ncomp-core-tools/pom.xml
+++ b/ncomp-core-tools/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.core</groupId>
<artifactId>ncomp-core-tools</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/ncomp-core-types/pom.xml b/ncomp-core-types/pom.xml
index d06db14..c556434 100644
--- a/ncomp-core-types/pom.xml
+++ b/ncomp-core-types/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.core</groupId>
<artifactId>ncomp-core-types</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/pom.xml b/pom.xml
index 1aa9109..3027a19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,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>