summaryrefslogtreecommitdiffstats
path: root/opendaylight/neon/neon-docker/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-10-01 13:47:32 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-10-01 13:47:32 -0400
commit2951652d185277ccbf36e7b53df014b895889b71 (patch)
tree886cd8c5b6d21edcdee175001278c1834ebf7f0d /opendaylight/neon/neon-docker/pom.xml
parent707c6a1ab19a63dcbf375bf7c1ee503ea69ac5f0 (diff)
Roll back to using ODL tarball
Roll back to using ODL Neon tarball until finished debugging issues with custom ODL karaf distribution Change-Id: Iad014537c15805e32832e2cbcee4813d661ae1fe Issue-ID: CCSDK-1753 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'opendaylight/neon/neon-docker/pom.xml')
-rw-r--r--opendaylight/neon/neon-docker/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/opendaylight/neon/neon-docker/pom.xml b/opendaylight/neon/neon-docker/pom.xml
index ec183454..c8228eec 100644
--- a/opendaylight/neon/neon-docker/pom.xml
+++ b/opendaylight/neon/neon-docker/pom.xml
@@ -57,9 +57,9 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>odl-neon-karaf</artifactId>
- <version>${project.version}</version>
+ <groupId>org.opendaylight.integration</groupId>
+ <artifactId>karaf</artifactId>
+ <version>${ccsdk.opendaylight.version}</version>
<type>tar.gz</type>
<overWrite>true</overWrite>