From: Luis Gomez Date: Sat, 3 Apr 2021 00:52:09 +0000 (-0700) Subject: Use actual version number in karaf pom.xml X-Git-Tag: release/phosphorus~19 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Fdistribution.git;a=commitdiff_plain;h=1d475551e309fb2dd5524de3efd3b0c49366f9fa Use actual version number in karaf pom.xml This is required by the common distribution to start using the new version schema: X.Y.Z when X is major ODL release. Change-Id: I535abf6df6d41460e423581589f2ff8cbc0f4d4d Signed-off-by: Luis Gomez --- diff --git a/karaf/pom.xml b/karaf/pom.xml index 56921b7c..d755eb41 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -41,9 +41,9 @@ - ${project.groupId} + org.opendaylight.integration all-artifacts - ${project.version} + 0.15.0-SNAPSHOT import pom @@ -52,7 +52,7 @@ - ${project.groupId} + org.opendaylight.integration features-index features xml @@ -70,7 +70,7 @@ - ${project.groupId} + org.opendaylight.integration features-test features xml @@ -97,7 +97,7 @@ org.opendaylight.integration karaf-scripts - ${project.version} + 0.15.0-SNAPSHOT test