summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-11-01 15:31:55 +0200
committerMichael Lando <ml636r@att.com>2017-11-01 15:31:55 +0200
commit0be191f9a98b644a4372ef6629eef78f7993a741 (patch)
tree9442d70c42fd3791459488d78ebec6d25bd840b8
parent56cc56687d9e8e9bec81256c1ec1caaf878e8cc8 (diff)
remove snap shots from code.
since we are using a mutual build we should use project version instade of a hard coded version Change-Id: If63da03454d71efb5f2d7d8f7aeea2ccbcc92fe7 Issue-Id: SDC-530 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml b/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml
index 186a50849a..d70ff8033c 100644
--- a/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml
+++ b/common/openecomp-common-configuration-management/openecomp-configuration-management-core/pom.xml
@@ -103,7 +103,7 @@
<dependency>
<groupId>org.openecomp.sdc.common</groupId>
<artifactId>openecomp-configuration-management-api</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>