aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-03-03 08:00:06 -0800
committerPatrick Brady <pb071s@att.com>2017-03-03 08:00:14 -0800
commitd0b708b96a3ce5a289b10194dc3e7f331d07258a (patch)
treefc98c779bc4276e916c03a2ba4417fa6a4222945
parentb8ee7e8916c2561bb1519b8c278061b03a2beab0 (diff)
Changing dependency version
Replace 1.0.0 version of netconf-adapter-bundle with project version variable. Change-Id: Ib27e09775a54fc116632456faabe4aa52d0bb83c Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--appc-dg-util/appc-dg-util-bundle/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml
index ab40848c7..6398076ad 100644
--- a/appc-dg-util/appc-dg-util-bundle/pom.xml
+++ b/appc-dg-util/appc-dg-util-bundle/pom.xml
@@ -178,8 +178,7 @@
<dependency>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-netconf-adapter-bundle</artifactId>
- <!--<version>${project.version}</version>-->
- <version>1.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>