From 1d475551e309fb2dd5524de3efd3b0c49366f9fa Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Fri, 2 Apr 2021 17:52:09 -0700 Subject: [PATCH] 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 --- karaf/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.36.6