Fix serviceutils aggregator version 60/73260/4
authorFaseela K <faseela.k@ericsson.com>
Wed, 20 Jun 2018 14:01:34 +0000 (19:31 +0530)
committerVishal Thapar <vthapar@redhat.com>
Wed, 20 Jun 2018 16:04:18 +0000 (21:34 +0530)
Change-Id: I2803f35136e9f19727f6057a30ce5064f33fd8e4
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Signed-off-by: Vishal Thapar <vthapar@redhat.com>
14 files changed:
artifacts/pom.xml
commons/binding-parent/pom.xml
commons/pom.xml
commons/quality-parent/pom.xml
features/odl-serviceutils-srm/pom.xml
features/odl-serviceutils-tools/pom.xml
pom.xml
srm/api/pom.xml
srm/impl/pom.xml
srm/pom.xml
srm/shell/pom.xml
tools/api/pom.xml
tools/pom.xml
tools/testutils/pom.xml

index c4287fbabbb10313917c8cf96e0d11b190590bfc..157784fcc4eff14b80bf24962733731ce3d00caf 100644 (file)
@@ -30,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>tools-api</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
       </dependency>
 
       <!-- Karaf Features -->
index c3520ebe700af9069c279c32949458964bd4af90..a2c37a69390fd1b89607668ebe0f7f95f63450ed 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>binding-parent</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index e399e4e70ae2a65e53431aa5cc0b5f974b1ab61f..b872be6b8a61ac804e71e2d8c473acd79849110e 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>commons</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
index de86cf75f43b7aa4f9495287176aea5f9ec4d266..d39dd334e67d8de70af9c788b8fa07155dfafb60 100644 (file)
@@ -12,7 +12,7 @@
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>quality-parent</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 95dc8fb46c9e2e8ca558f57efb7bdd6d9b347447..95a5e4bac75701fb1988ba0c93879e404519901a 100644 (file)
@@ -32,15 +32,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.serviceutils</groupId>
+      <artifactId>srm-api</artifactId>
+      <version>0.2.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>srm-impl</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>srm-shell</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
index 4bf62b5a48f8cfbcff1ba0a37f9989aed584d77f..f093a72ccc20a29320e7910e732bdb199b18c755 100644 (file)
@@ -41,7 +41,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>tools-api</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 87e52cb2eed0b9170cdf8372287a4309506fb0d5..ca6c2cca6a4c1e74a103b5913a5ca646713d3fb1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>serviceutils-aggregator</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>serviceutils</name>
   <packaging>pom</packaging>
 
index e4cabe7cebaa45fa8ca824e5d94beffe888192bf..70a57986b5ada313b58a906e4c6cc44d05d48ee9 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>srm-api</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 667094351abaeb7b99b78f95f25e9261f423292d..3b0920eed10feb2b98ed1c3327f882703134940d 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>srm-impl</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 072f3293d4f752ee6f3f4fa5d8f2ff1600b5c7d9..d3da1ad9dfbbd0f504a47e17a632178ea0d9e578 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>srm-aggregator</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
index fda3b79b2d7965e3c1c41eb0ebeb57b4a43290ff..72177e1b369346e03a4ef335b9bc427b62c9a442 100644 (file)
@@ -11,13 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>srm-shell</artifactId>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 157ee98dcc89b9705f574b45a349a935ee96fad9..fb447fa3d340ea725eac58c6c27a55e903d586a8 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/quality-parent/</relativePath>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>tools-api</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 972a301b54cc9b33677a39cf693a5639e1cfef90..8109caaaeba0f9fdb1ca89f42f191cefeabd0194 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>tools-aggregator</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
index b03a80553dd5f12d2ffe73436f143ebaf42c4c55..9e0a13fd159371229c30a2bf3b756d18af669ed6 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/quality-parent/</relativePath>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>tools-testutils</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>