aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-03-07 16:35:52 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-03-07 16:35:52 +0000
commitdc7f56a2554812043b50174d9e8b0eeaa4483ae7 (patch)
tree349c872a631e9e8313cf31232c5dc9c5cd215e91
parent30976bef02b157f1eaa1ec0a7b5a7384f5c36d83 (diff)
parent1bda2e4123da7a23966910aaf9f11ea68b9fca92 (diff)
Merge "Fix the artifact version to avoid build failure"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6a61702..83a73fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>