diff options
author | Carsten Lund <lund@research.att.com> | 2017-03-09 15:54:24 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-03-09 15:54:24 +0000 |
commit | f70c01db08afb9749b7d661043b0465c7549a395 (patch) | |
tree | 5d6ba2753bd014ee6481140205025550a54f5723 | |
parent | fcaf80abc680eacad15eb69025d543784a1860f7 (diff) |
changed SNAPSHOT version to 1.0.0-SNAPSHOT
Change-Id: I976c2f8351872fc16699087909936456ce8fa9e9
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | operation-utils/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/operation-utils/pom.xml b/operation-utils/pom.xml index d10639a..e3971db 100644 --- a/operation-utils/pom.xml +++ b/operation-utils/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.dcae.operation.utils</groupId> <artifactId>operation-utils</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -100,7 +100,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> |