diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-07 16:35:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-03-07 16:35:52 +0000 |
commit | dc7f56a2554812043b50174d9e8b0eeaa4483ae7 (patch) | |
tree | 349c872a631e9e8313cf31232c5dc9c5cd215e91 | |
parent | 30976bef02b157f1eaa1ec0a7b5a7384f5c36d83 (diff) | |
parent | 1bda2e4123da7a23966910aaf9f11ea68b9fca92 (diff) |
Merge "Fix the artifact version to avoid build failure"
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |