Change OpenEXI version to -SNAPSHOT 37/6237/4
authorRobert Varga <rovarga@cisco.com>
Wed, 16 Apr 2014 15:15:53 +0000 (17:15 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 16 Apr 2014 16:23:48 +0000 (18:23 +0200)
This fixes the merge job failing because it cannot publish a released
artifact.

Change-Id: I6e2eeb5ef8e9e521df40a77c12ff8ae94436d16d
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/commons/opendaylight/pom.xml
third-party/org.openexi/nagasena-rta/pom.xml
third-party/org.openexi/nagasena/pom.xml
third-party/org.openexi/pom.xml

index fef04bb60346156702511111af8b19f5ac909e5b..f4b2dee84835eb0287e22785374979183f79538e 100644 (file)
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
 
     <!-- OpenEXI third party lib for netconf-->
-    <exi.nagasena.version>0000.0002.0035.0</exi.nagasena.version>
+    <exi.nagasena.version>0000.0002.0035.0-SNAPSHOT</exi.nagasena.version>
   </properties>
 
   <dependencyManagement>
index 3e0da3ab4a7e9b984989e1740351afe1af5768f3..6beba8c28bc188157c5da5e54a204dc80d9eee6f 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller.thirdparty</groupId>
         <artifactId>org.openexi</artifactId>
-        <version>0000.0002.0035.0</version>
+        <version>0000.0002.0035.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opendaylight.controller.thirdparty</groupId>
@@ -21,7 +21,7 @@
     <packaging>bundle</packaging>
 
     <properties>
-        <archive>${project.artifactId}-${project.version}.jar</archive>
+        <archive>nagasena-rta-0000.0002.0035.0.jar</archive>
     </properties>
 
     <build>
index 9094113aebe20a05d895fd937ca50be249bbe2e9..297f15f201224f7bae1e75fe5659028f78c0361c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.controller.thirdparty</groupId>
         <artifactId>org.openexi</artifactId>
-        <version>0000.0002.0035.0</version>
+        <version>0000.0002.0035.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opendaylight.controller.thirdparty</groupId>
@@ -21,7 +21,7 @@
     <packaging>bundle</packaging>
 
     <properties>
-        <archive>${project.artifactId}-${project.version}.jar</archive>
+        <archive>nagasena-0000.0002.0035.0.jar</archive>
     </properties>
 
     <build>
index e7a1c303b489123f460b4209636c35f6d24d38b6..d623ef8cdc614e90edb0254872eb2039e37f6641 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.controller.thirdparty</groupId>
     <artifactId>org.openexi</artifactId>
-    <version>0000.0002.0035.0</version>
+    <version>0000.0002.0035.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <prerequisites>
         <maven>3.0.4</maven>