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 | 91712dc56c531cb4851eb473abc4b5fd986c58e5 (patch) | |
tree | d651931bfb2affe60621f2f8ecebcb10ef226a41 | |
parent | e4e331941ed8e151adfdd2beba4db49aa1e3dfa4 (diff) |
changed SNAPSHOT version to 1.0.0-SNAPSHOT
Change-Id: Ic37c3a9f424d1ae3af8660bf34cfc749c9b94cb6
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | ncomp-utils-java-extra/pom.xml | 2 | ||||
-rw-r--r-- | ncomp-utils-java/pom.xml | 2 | ||||
-rw-r--r-- | ncomp-utils-journaling/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ncomp-utils-java-extra/pom.xml b/ncomp-utils-java-extra/pom.xml index c0858f0..821c7a3 100644 --- a/ncomp-utils-java-extra/pom.xml +++ b/ncomp-utils-java-extra/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.ncomp.utils</groupId> <artifactId>ncomp-utils-java-extra</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/ncomp-utils-java/pom.xml b/ncomp-utils-java/pom.xml index f88f392..390c135 100644 --- a/ncomp-utils-java/pom.xml +++ b/ncomp-utils-java/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.ncomp.utils</groupId> <artifactId>ncomp-utils-java</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/ncomp-utils-journaling/pom.xml b/ncomp-utils-journaling/pom.xml index f1e814a..8d86155 100644 --- a/ncomp-utils-journaling/pom.xml +++ b/ncomp-utils-journaling/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.ncomp.utils</groupId> <artifactId>ncomp-utils-journaling</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -40,7 +40,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> |