Use actual version number in karaf pom.xml 68/95668/1
authorLuis Gomez <ecelgp@gmail.com>
Sat, 3 Apr 2021 00:52:09 +0000 (17:52 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sun, 4 Apr 2021 19:07:21 +0000 (12:07 -0700)
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 <ecelgp@gmail.com>
karaf/pom.xml

index 56921b7ce284ce96bd828453a9eff6c21447b3e1..d755eb41d632a061bcc902146a31ffef8e61ab8e 100644 (file)
@@ -41,9 +41,9 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>${project.groupId}</groupId>
+                <groupId>org.opendaylight.integration</groupId>
                 <artifactId>all-artifacts</artifactId>
-                <version>${project.version}</version>
+                <version>0.15.0-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -52,7 +52,7 @@
     <dependencies>
         <!-- Integration index feature repository. -->
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.integration</groupId>
             <artifactId>features-index</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
@@ -70,7 +70,7 @@
         </dependency>
         <!-- Integration test feature repository. -->
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.integration</groupId>
             <artifactId>features-test</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>org.opendaylight.integration</groupId>
             <artifactId>karaf-scripts</artifactId>
-            <version>${project.version}</version>
+            <version>0.15.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>