Make the checkstyle artifact a snapshot else it will fail deploy in merge job 93/793/1
authorGiovanni Meo <gmeo@cisco.com>
Mon, 5 Aug 2013 21:11:55 +0000 (23:11 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Mon, 5 Aug 2013 21:14:51 +0000 (23:14 +0200)
Change-Id: I0d4d5bb76fc1b33786793567a871441b2a340a8d
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/commons/checkstyle/pom.xml
opendaylight/commons/concepts/pom.xml
opendaylight/commons/integrationtest/pom.xml
opendaylight/commons/opendaylight/pom.xml

index 50ffb4c8b947f118c895dcf8e9a7d2671e919887..c65b89cce58b6a8530edb36d467e622dc9da0eb8 100644 (file)
@@ -2,5 +2,5 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>checkstyle</artifactId>
-  <version>0.0.1</version>
+  <version>0.0.1-SNAPSHOT</version>
 </project>
index fb8d9c1e10854fc54148b5736d43642848780a81..169a428f1568f9a12f12290ebdcef07f6aeb403b 100644 (file)
@@ -36,7 +36,7 @@
           <dependency>\r
             <groupId>org.opendaylight.controller</groupId>\r
             <artifactId>checkstyle</artifactId>\r
-            <version>0.0.1</version>\r
+            <version>0.0.1-SNAPSHOT</version>\r
           </dependency>\r
         </dependencies>\r
         <configuration>\r
index 031edd0f40570c260d168e205c37b33562394725..78ab625c935bc477e3eb9ba9f707394cf2f8d2bd 100644 (file)
@@ -81,7 +81,7 @@
           <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>0.0.1</version>
+            <version>0.0.1-SNAPSHOT</version>
           </dependency>
          </dependencies>
         <configuration>
index e70f5223273db19a344abc65424a8aa1d3364bc3..f5fcdbd3d5c33dc56c4dfa13fc7dc4f851fbb985 100644 (file)
             <dependency>
               <groupId>org.opendaylight.controller</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>0.0.1</version>
+              <version>0.0.1-SNAPSHOT</version>
             </dependency>
           </dependencies>
         <executions>