Do not use fix custom version in ofp feature 83/64783/1
authorLuis Gomez <ecelgp@gmail.com>
Fri, 27 Oct 2017 00:59:54 +0000 (17:59 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 27 Oct 2017 01:03:03 +0000 (18:03 -0700)
Change-Id: Ic0a7c69a3f92b2d874fa64b168ccda50c6696351
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
artifacts/pom.xml
features-aggregator/features-openflowplugin/pom.xml
features-aggregator/odl-openflowplugin-app-southbound-cli/pom.xml

index c5967175e4bc081f0173e857da4654bb967974da..c194959b72dbe8819e6822f8101540a976ced4d5 100644 (file)
                 <artifactId>odl-openflowplugin-app-southbound-cli</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>${project.version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index dd9a7c7b09ed6af583e90feb477bec2df0e89475..7dfa420c08a553e462fb526aec94c7615b823e92 100644 (file)
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-openflowplugin-app-southbound-cli</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 4382d4213becdfe72aad081875dc3d47d8cff749..042e15d58264b97ac7c8eac2f3d1770b1981936b 100644 (file)
@@ -12,7 +12,7 @@
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>odl-openflowplugin-app-southbound-cli</artifactId>
     <packaging>feature</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
 
     <name>OpenDaylight :: Openflow Plugin :: Application - Southbound CLI</name>
 
@@ -21,7 +21,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-openflowplugin-southbound</artifactId>
-            <version>0.6.0-SNAPSHOT</version>
+            <version>${project.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.opendaylight.openflowplugin.applications</groupId>
             <artifactId>southbound-cli</artifactId>
-            <version>0.6.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
     </dependencies>