diff options
author | Rashmi Pujar <rashmi.pujar@bell.ca> | 2017-03-06 13:04:17 -0500 |
---|---|---|
committer | Rashmi Pujar <rashmi.pujar@bell.ca> | 2017-03-06 13:15:09 -0500 |
commit | 1bda2e4123da7a23966910aaf9f11ea68b9fca92 (patch) | |
tree | 7ebd6933441af8be6d34dd66be66f381d3c5ff4c | |
parent | e07a8c99ed31eef04aaede1b33085b3d49d4db1a (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |