Version bump for vpnservice on master 95/21195/1
authorVishal Thapar <vishal.thapar@ericsson.com>
Wed, 27 May 2015 11:40:14 +0000 (17:10 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Wed, 27 May 2015 11:40:14 +0000 (17:10 +0530)
Change-Id: Id53c6e885fc29c5530d2beb1e11124b31ad8490a
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
28 files changed:
bgpmanager/bgpmanager-api/pom.xml
bgpmanager/bgpmanager-impl/pom.xml
bgpmanager/pom.xml
commons/binding-parent/pom.xml
commons/config-parent/pom.xml
distribution/karaf/pom.xml
features/pom.xml
fibmanager/fibmanager-api/pom.xml
fibmanager/fibmanager-impl/pom.xml
fibmanager/pom.xml
idmanager/idmanager-api/pom.xml
idmanager/idmanager-impl/pom.xml
idmanager/pom.xml
interfacemgr/interfacemgr-api/pom.xml
interfacemgr/interfacemgr-impl/pom.xml
interfacemgr/pom.xml
mdsalutil/mdsalutil-api/pom.xml
mdsalutil/mdsalutil-impl/pom.xml
mdsalutil/pom.xml
model-bgp/pom.xml
nexthopmgr/nexthopmgr-api/pom.xml
nexthopmgr/nexthopmgr-impl/pom.xml
nexthopmgr/pom.xml
pom.xml
vpnmanager/pom.xml
vpnmanager/vpnmanager-api/pom.xml
vpnmanager/vpnmanager-impl/pom.xml
vpnservice-artifacts/pom.xml

index b52acb4b36f4c9ddd61c0e5bb2afd3097ec57194..d6bb8d110e0b172d410152bbec7c3c217be3e4c5 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 36810b6adcb672f372c8244d9904ad2aa3333471..6f637d619102ef1be300a7ae64c948645e3254b0 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 7ddc6d0e730c597ba345657e8ac1b6009b9e8c99..ca6cfbee2d9f27a263496219c678baddb8fe81f1 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>bgpmanager</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>bgpmanager</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 28a0bbed6ecd5d51e0b386c7f191aed1d2bbb414..e33083612d89dbded7c3cc664f07caa2af22f731 100644 (file)
@@ -10,26 +10,26 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>binding-parent</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <vpnservices.version>0.1.0-SNAPSHOT</vpnservices.version>
-    <ietf.inet.types.version>2010.09.24.7-SNAPSHOT</ietf.inet.types.version>
-    <ietf.yang.types.version>2010.09.24.7-SNAPSHOT</ietf.yang.types.version>
-    <ietf.interfaces.version>2014.05.08.7-SNAPSHOT</ietf.interfaces.version>
-    <iana.if.type.version>2014.05.08.7-SNAPSHOT</iana.if.type.version>
-    <yang.ext.version>2013.09.07.7-SNAPSHOT</yang.ext.version>
-    <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
-    <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
-    <vpns.mdsalutil.version>0.1.0-SNAPSHOT</vpns.mdsalutil.version>
-    <model.bgp.version>2013.07.15.7-SNAPSHOT</model.bgp.version>
+    <vpnservices.version>0.2.0-SNAPSHOT</vpnservices.version>
+    <ietf.inet.types.version>2010.09.24.8-SNAPSHOT</ietf.inet.types.version>
+    <ietf.yang.types.version>2010.09.24.8-SNAPSHOT</ietf.yang.types.version>
+    <ietf.interfaces.version>2014.05.08.8-SNAPSHOT</ietf.interfaces.version>
+    <iana.if.type.version>2014.05.08.8-SNAPSHOT</iana.if.type.version>
+    <yang.ext.version>2013.09.07.8-SNAPSHOT</yang.ext.version>
+    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+    <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
+    <vpns.mdsalutil.version>0.2.0-SNAPSHOT</vpns.mdsalutil.version>
+    <model.bgp.version>2013.07.15.8-SNAPSHOT</model.bgp.version>
   </properties>
 </project>
index f7beac5b1ad8b94b0d1f949b3ae2ea82eeb3714c..9958ca3125dc03bcef6baf41147e545a4b24fa18 100644 (file)
@@ -11,30 +11,30 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>config-parent</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
     <!-- ODL -->
-    <vpnservices.version>0.1.0-SNAPSHOT</vpnservices.version>
+    <vpnservices.version>0.2.0-SNAPSHOT</vpnservices.version>
     <jacoco.version>0.7.2.201409121644</jacoco.version>
-    <ietf.inet.types.version>2010.09.24.7-SNAPSHOT</ietf.inet.types.version>
-    <ietf.yang.types.version>2010.09.24.7-SNAPSHOT</ietf.yang.types.version>
-    <ietf.interfaces.version>2014.05.08.7-SNAPSHOT</ietf.interfaces.version>
-    <iana.if.type.version>2014.05.08.7-SNAPSHOT</iana.if.type.version>
-    <yang.ext.version>2013.09.07.7-SNAPSHOT</yang.ext.version>
-    <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
-    <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
-    <vpns.mdsalutil.version>0.1.0-SNAPSHOT</vpns.mdsalutil.version>
-    <model.bgp.version>2013.07.15.7-SNAPSHOT</model.bgp.version>
-    <openflowplugin.version>0.1.0-SNAPSHOT</openflowplugin.version>
+    <ietf.inet.types.version>2010.09.24.8-SNAPSHOT</ietf.inet.types.version>
+    <ietf.yang.types.version>2010.09.24.8-SNAPSHOT</ietf.yang.types.version>
+    <ietf.interfaces.version>2014.05.08.8-SNAPSHOT</ietf.interfaces.version>
+    <iana.if.type.version>2014.05.08.8-SNAPSHOT</iana.if.type.version>
+    <yang.ext.version>2013.09.07.8-SNAPSHOT</yang.ext.version>
+    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+    <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
+    <vpns.mdsalutil.version>0.2.0-SNAPSHOT</vpns.mdsalutil.version>
+    <model.bgp.version>2013.07.15.8-SNAPSHOT</model.bgp.version>
+    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencies>
index 1b2348f4abd386e14eb87d11a73306afc784a1a7..da95e441099ba69998ca00368d17b67ff2ddfbd2 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnservice-karaf</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
index d7ea8a85be16d1a7517eec6f646bb5f4d01a610e..59998075d479264315553195aac4057563e1395a 100644 (file)
@@ -9,22 +9,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnservice-features</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
-    <openflowplugin.version>0.1.0-SNAPSHOT</openflowplugin.version>
-    <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
-    <vpnservices.version>0.1.0-SNAPSHOT</vpnservices.version>
+    <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
+    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
+    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+    <vpnservices.version>0.2.0-SNAPSHOT</vpnservices.version>
     <mdsalutil.version>${vpnservices.version}</mdsalutil.version>
     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
     <interfacemgr.version>${vpnservices.version}</interfacemgr.version>
@@ -147,7 +147,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>model-bgp</artifactId>
-      <version>2013.07.15.7-SNAPSHOT</version>
+      <version>2013.07.15.8-SNAPSHOT</version>
     </dependency>
        <dependency>
       <groupId>${project.groupId}</groupId>
index a8d70b21ef35f80681eab1e69d51aa9315f21e25..32548ccd05362d398f5f9c10e11d9781a7db1127 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 6995c9ac3083f428243cfb03be01b6cb762bac2b..762f101a69f84d95380ef7d00266e64ffbc5e388 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 32625641b1b043dda2ae4c2cb7d05e624b64a50a..0ef6a635fd86c19454e5032f6566f47e83461a80 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
        <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>fibmanager-aggregator</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>fibmanager</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 69ab5f76b93d38fc08a9c3a695828a309ca88c8a..54040f4bbcd2e2bbebc0f9b40deb54e98385d09e 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index a975b63dcc02ff8d36a7180cbb67e7229f233096..4e135b9f4b1af5c0575985bb073c74a9ebedc665 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 0b34eb2cea13d861d0cf5013bf757594daa0c434..ee59b0bfc6a44481982e50756d26c1bb1dde03a6 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
        <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>idmanager-aggregator</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>idmanager</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 28f6b70f8bcd0bcaa352f3610c5ecfccc7ff4e03..56776abb55440862482ce441aa3328c870c900c7 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 89b136e52b50ee84dc3fcc38379c66ed8341fe34..da429c34d9107161284c72df55b78c5b4b64ed78 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>interfacemgr-impl</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>${vpnservices.version}</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
@@ -29,11 +29,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.openflowplugin.model</groupId>
       <artifactId>model-flow-service</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
+      <version>${openflowplugin.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools.model</groupId>
       <artifactId>ietf-interfaces</artifactId>
+      <version>${ietf.interfaces.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vpnservice</groupId>
index 3eb934c67d29d5bcb981d10c72e5eb3ca571f403..49b0b679c7c48c48384015025024d5510dd59a31 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>interfacemgr-aggregator</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>interfacemgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 2962463ae9bef2ae5804a1f67c28558be5b6af02..61410f8c2e00c0c3a8ac67da0831e76840075eb4 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>org.opendaylight.vpnservice</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
         <relativePath>../../commons/config-parent</relativePath>
      </parent>
     
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>mdsalutil-api</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 8db75ec1534a4529146ed6c27a75f5ed02193004..dcc08370c16732a6f4b8e4fd9c3df067f0087adf 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.opendaylight.vpnservice</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
         <relativePath>../../commons/config-parent</relativePath>
      </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>mdsalutil-impl</artifactId>
-    <version>0.1.0-SNAPSHOT</version>    
+    <version>0.2.0-SNAPSHOT</version>    
     <packaging>bundle</packaging>
     
     <properties>
index 4009e9b9ecb1e4c87ea9cf7484e5e8052c94b469..17863f71a3be97e7e2d6dd0a8060eac7ce2552a9 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>mdsalutil-aggregator</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>mdsalutil</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 1690640ab1b06cbeef90d97272b59975cfbe4314..714b9d073f3f63893bd260dc15aba3b54a7d37d5 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../commons/binding-parent</relativePath>
   </parent>
 
index 74cda60a21cd4a7e4e40074b530f1139ffc82ba1..bca8ff0a533141073c42f99b202a9c5ad332da42 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index d039f5cc8164193f19d78c7f4e0f4f09427596cd..74af6a7acae9184c4fee5a581c16229977ad1f28 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index da111f90c0c1e7b6d451b762b5884bd23b0e807b..99bb5f1e9a0d64f720419e67b1d8d9ad4ad96e2a 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>nexthopmgr-aggregator</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>nexthopmgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 2a0bd1d14e2b93eff048dc807a77d8679b653a44..b7fbb63042af7187b1f73b97f08b0456ab451c75 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnservice</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index c4f23f981da64088e1cbdec7247223b1604c9a2b..e7e1ba10a4ba576a9913ccfbedabd5783218b2f0 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnmanager</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>vpnmanager</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0705475646269158aa1315e75f01a83a3cac593b..f65919233efb730f1df8c4bd21968bb4bbc08301 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 9b2f5feeb07b9b85acde5e468d34669f1c482707..ef7cf7d68ee7a19fe26554ef957693a72f7a5de4 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 1c09d33e2ad85382c5b161a3aee1f12a4fe562bd..efc2147eabed7c935a7e2e0821abf40463f45e5c 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnservice-artifacts</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>