aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRashmi Pujar <rashmi.pujar@bell.ca>2017-03-06 13:04:17 -0500
committerRashmi Pujar <rashmi.pujar@bell.ca>2017-03-06 13:15:09 -0500
commit1bda2e4123da7a23966910aaf9f11ea68b9fca92 (patch)
tree7ebd6933441af8be6d34dd66be66f381d3c5ff4c
parente07a8c99ed31eef04aaede1b33085b3d49d4db1a (diff)
Fix the artifact version to avoid build failure
Change-Id: I3e0f7797d4ba617137c2494307b9daf5ec647696 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c3f0aed..3c7d219 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>
@@ -89,4 +89,4 @@
<name>OpenECOMP</name>
</organization>
<version>1.0.0-SNAPSHOT</version>
-</project> \ No newline at end of file
+</project>