diff options
Diffstat (limited to 'appc-dg-util')
-rw-r--r-- | appc-dg-util/appc-dg-util-bundle/pom.xml | 3 |
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> |