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 | 38eefabd04c3cd1cb416503fc70b572a2a2207f4 (patch) | |
tree | 5a4819c79368ef289334767880111ba738e4e11f | |
parent | b519e67573992e7c66d451cbe157fe2f7ba9d42f (diff) |
changed SNAPSHOT version to 1.0.0-SNAPSHOT
Change-Id: I2cf70a0f020385f9077d2d8ce55e9405af2bc57e
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | dcae-analytics-cdap-common-model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcae-analytics-cdap-common-model/pom.xml b/dcae-analytics-cdap-common-model/pom.xml index 1476d9f..2784b89 100644 --- a/dcae-analytics-cdap-common-model/pom.xml +++ b/dcae-analytics-cdap-common-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> |