diff options
Diffstat (limited to 'opendaylight/neon/neon-docker/pom.xml')
-rw-r--r-- | opendaylight/neon/neon-docker/pom.xml | 6 |
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> |