diff options
author | Lisa Revel <lr0306@att.com> | 2017-02-21 20:06:09 +0000 |
---|---|---|
committer | Lisa Revel <lr0306@att.com> | 2017-02-21 20:06:09 +0000 |
commit | d1f53d2517348b4fb2bf87ed37652207d724f490 (patch) | |
tree | 95f08235076fc0b00cb41fc917a7542dff472968 /dcae-analytics-model | |
parent | e37de6e66c5cc554384a1f27f68f4d27962fe15d (diff) |
Changed pom version to 1.0.0-SNAPSHOT
Change-Id: Ice7bcec3af19ce292b3a5271fa7a23217c6228ae
Signed-off-by: Lisa Revel <lr0306@att.com>
Diffstat (limited to 'dcae-analytics-model')
-rw-r--r-- | dcae-analytics-model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcae-analytics-model/pom.xml b/dcae-analytics-model/pom.xml index 5633267..b53c757 100644 --- a/dcae-analytics-model/pom.xml +++ b/dcae-analytics-model/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.openecomp.dcae.apod.analytics</groupId> <artifactId>dcae-analytics</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -106,7 +106,7 @@ <dependency> <groupId>org.openecomp.dcae.apod.analytics</groupId> <artifactId>dcae-analytics-test</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> |