Release Lithium-SR4 04/35804/1 release/lithium-sr4
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 Mar 2016 14:43:32 +0000 (09:43 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 Mar 2016 14:43:32 +0000 (09:43 -0500)
Change-Id: I828ef039be966e865cfd879e01bab5e44f5195d5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
29 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
features/src/main/features/features.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 3234718c30a2cc649798f38d29216e39f6fd8fe9..ccd38ada53a0d6b3b8149d20ded0405fc42d83f7 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index d64a22db69c02174a6cbf9191da94c62a73934a2..0ed37badec3e57d8e26d013f9f7c9915bd37d6a7 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 8e293d89b1c77f5d5d0f33e976aa4ed804ad5c05..89926c8f5a3282854a3697d35aab407b79766adb 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>bgpmanager</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>bgpmanager</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 3109e17cac29e5482ddec7e41c459619a00993dc..d525fb4530c601bcc13758c1f9e0f25d4a5a4b31 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.4-SNAPSHOT</version>
+    <version>0.7.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>binding-parent</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <packaging>pom</packaging>
 
   <properties>
-    <vpnservices.version>0.1.4-SNAPSHOT</vpnservices.version>
-    <ietf.inet.types.version>2010.09.24.7.4-SNAPSHOT</ietf.inet.types.version>
-    <ietf.yang.types.version>2010.09.24.7.4-SNAPSHOT</ietf.yang.types.version>
-    <ietf.interfaces.version>2014.05.08.7.4-SNAPSHOT</ietf.interfaces.version>
-    <iana.if.type.version>2014.05.08.7.4-SNAPSHOT</iana.if.type.version>
-    <yang.ext.version>2013.09.07.7.4-SNAPSHOT</yang.ext.version>
-    <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
-    <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
-    <vpns.mdsalutil.version>0.1.4-SNAPSHOT</vpns.mdsalutil.version>
-    <model.bgp.version>2013.07.15.7.4-SNAPSHOT</model.bgp.version>
+    <vpnservices.version>0.1.4-Lithium-SR4</vpnservices.version>
+    <ietf.inet.types.version>2010.09.24.7.4-Lithium-SR4</ietf.inet.types.version>
+    <ietf.yang.types.version>2010.09.24.7.4-Lithium-SR4</ietf.yang.types.version>
+    <ietf.interfaces.version>2014.05.08.7.4-Lithium-SR4</ietf.interfaces.version>
+    <iana.if.type.version>2014.05.08.7.4-Lithium-SR4</iana.if.type.version>
+    <yang.ext.version>2013.09.07.7.4-Lithium-SR4</yang.ext.version>
+    <yangtools.version>0.7.4-Lithium-SR4</yangtools.version>
+    <mdsal.version>1.2.4-Lithium-SR4</mdsal.version>
+    <vpns.mdsalutil.version>0.1.4-Lithium-SR4</vpns.mdsalutil.version>
+    <model.bgp.version>2013.07.15.7.4-Lithium-SR4</model.bgp.version>
   </properties>
 </project>
index d5f18f527bddfc80b63182cf37e063c5f67725e8..d6b45b0ed2b2c9ee7ce6d2c9e9186591959a5d62 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.4-SNAPSHOT</version>
+    <version>0.3.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>config-parent</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <packaging>pom</packaging>
 
   <properties>
     <!-- ODL -->
-    <vpnservices.version>0.1.4-SNAPSHOT</vpnservices.version>
+    <vpnservices.version>0.1.4-Lithium-SR4</vpnservices.version>
     <jacoco.version>0.7.2.201409121644</jacoco.version>
-    <ietf.inet.types.version>2010.09.24.7.4-SNAPSHOT</ietf.inet.types.version>
-    <ietf.yang.types.version>2010.09.24.7.4-SNAPSHOT</ietf.yang.types.version>
-    <ietf.interfaces.version>2014.05.08.7.4-SNAPSHOT</ietf.interfaces.version>
-    <iana.if.type.version>2014.05.08.7.4-SNAPSHOT</iana.if.type.version>
-    <yang.ext.version>2013.09.07.7.4-SNAPSHOT</yang.ext.version>
-    <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
-    <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
-    <vpns.mdsalutil.version>0.1.4-SNAPSHOT</vpns.mdsalutil.version>
-    <model.bgp.version>2013.07.15.7.4-SNAPSHOT</model.bgp.version>
-    <openflowplugin.version>0.1.4-SNAPSHOT</openflowplugin.version>
+    <ietf.inet.types.version>2010.09.24.7.4-Lithium-SR4</ietf.inet.types.version>
+    <ietf.yang.types.version>2010.09.24.7.4-Lithium-SR4</ietf.yang.types.version>
+    <ietf.interfaces.version>2014.05.08.7.4-Lithium-SR4</ietf.interfaces.version>
+    <iana.if.type.version>2014.05.08.7.4-Lithium-SR4</iana.if.type.version>
+    <yang.ext.version>2013.09.07.7.4-Lithium-SR4</yang.ext.version>
+    <yangtools.version>0.7.4-Lithium-SR4</yangtools.version>
+    <mdsal.version>1.2.4-Lithium-SR4</mdsal.version>
+    <vpns.mdsalutil.version>0.1.4-Lithium-SR4</vpns.mdsalutil.version>
+    <model.bgp.version>2013.07.15.7.4-Lithium-SR4</model.bgp.version>
+    <openflowplugin.version>0.1.4-Lithium-SR4</openflowplugin.version>
   </properties>
 
   <dependencies>
index 6956f07ca46cce9de8276ff4171ee884e172c1a3..d832d99882059f6afbc252d2bbfab987e4b57051 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnservice-karaf</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
index f558210b6a411d4154ba3b7e0955c6d72e3d55ac..e232b3c64c664d45c245c6c4e1f3ae16c63db7a2 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnservice-features</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <mdsal.version>1.2.4-SNAPSHOT</mdsal.version>
-    <openflowplugin.version>0.1.4-SNAPSHOT</openflowplugin.version>
-    <yangtools.version>0.7.4-SNAPSHOT</yangtools.version>
-    <vpnservices.version>0.1.4-SNAPSHOT</vpnservices.version>
+    <mdsal.version>1.2.4-Lithium-SR4</mdsal.version>
+    <openflowplugin.version>0.1.4-Lithium-SR4</openflowplugin.version>
+    <yangtools.version>0.7.4-Lithium-SR4</yangtools.version>
+    <vpnservices.version>0.1.4-Lithium-SR4</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.4-SNAPSHOT</version>
+      <version>2013.07.15.7.4-Lithium-SR4</version>
     </dependency>
        <dependency>
       <groupId>${project.groupId}</groupId>
index 2df3a6e62b226bb5bac04fa559c106c33a275442..a1e7ff323c233366286c53458bbc87f50f408779 100644 (file)
@@ -41,7 +41,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <bundle>mvn:org.opendaylight.vpnservice/nexthopmgr-impl/${nexthopmgr.version}</bundle>
     <bundle>mvn:org.opendaylight.vpnservice/fibmanager-impl/${fibmanager.version}</bundle>
 
-    <!--<bundle>mvn:org.opendaylight.vpnservice.third-party/org.apache.thriftlib/1.0.5-SNAPSHOT</bundle>-->
+    <!--<bundle>mvn:org.opendaylight.vpnservice.third-party/org.apache.thriftlib/1.0.5-Lithium-SR4</bundle>-->
     <bundle>wrap:mvn:org.apache.thrift/libthrift/0.9.1$overwrite=merge&amp;Bundle-Version=0.9.1&amp;Export-Package=*;-noimport:=true;version="0.9.1"</bundle>
     <!--<bundle>wrap:mvn:javax.servlet/servlet-api/2.5</bundle>-->
        <configfile finalname="idmanager-impl-default-config.xml">mvn:org.opendaylight.vpnservice/idmanager-impl/${idmanager.version}/xml/config</configfile>
index b84044f9fc625d47c28afd2d25023639daaa7a24..4abc58d7182638594e15f38eef69dd050a7e607c 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index b24680815e1bd5fd08178da5148fa572219cba68..0f4bed1420fbd3aec10c72d4c7947e16b639233a 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 20032dc7e644f299c048d0625611273a349ac527..817451a55cf2a62f37f0f9423a36f610ef463028 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
        <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>fibmanager-aggregator</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>fibmanager</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index fe2cb5f1a760112991b94397c780955f14565f61..47b26de91125dbb4ae03e702bd392836d184dba9 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 14728c734b4459ff58084eeb34aea17c5122794b..18c791872f633196690808997b38cbcf89fe9360 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index f2040b91ba8854163aaca5b4a172fa5b4fcd6702..b11e55ec60cb9f4bf693f2df989986da0b7d36f1 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
        <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>idmanager-aggregator</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>idmanager</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a00038068bca565a6ea73ec9b6e29d451b9647ce..3bcda2d4ee86617e03b4c812399dfc6ad92feefb 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 18c60a00aafc7663888f9575fa9ad3a5aaa7b713..2658e382b6e5d4f5010e640b5749f628199a501b 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>interfacemgr-impl</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
@@ -29,7 +29,7 @@ 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.4-SNAPSHOT</version>
+      <version>0.1.4-Lithium-SR4</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools.model</groupId>
index af4de4a4cd9f49ed91713ea4d127fc450af3cc6c..65a3c8ec89d8c3ddc4ba22f34544aa026ce06bee 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>interfacemgr-aggregator</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>interfacemgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index cac449fb24657e38e9aa2931d427ffda6fdc50b9..4708345de31cae4e1a317eb2380ef52323a24d3e 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>org.opendaylight.vpnservice</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.1.4-SNAPSHOT</version>
+        <version>0.1.4-Lithium-SR4</version>
         <relativePath>../../commons/config-parent</relativePath>
      </parent>
     
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>mdsalutil-api</artifactId>
-    <version>0.1.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <packaging>bundle</packaging>
 
     <dependencies>
index 5a119fe8a7442147ed4ad11eeb0a9e890c322810..beb8cb22b593e9c4d3d5fe5d790cc49c5058592e 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.opendaylight.vpnservice</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.1.4-SNAPSHOT</version>
+        <version>0.1.4-Lithium-SR4</version>
         <relativePath>../../commons/config-parent</relativePath>
      </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>mdsalutil-impl</artifactId>
-    <version>0.1.4-SNAPSHOT</version>    
+    <version>0.1.4-Lithium-SR4</version>    
     <packaging>bundle</packaging>
     
     <properties>
index 5afcbbef0b013b0c29eb089a9f379bc8a26aa92b..960267404b85a219a1427d276812f0e992123976 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>mdsalutil-aggregator</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>mdsalutil</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index d738536eb401271c52e9516cc8a422bce441c5a9..4024b2df63a56781936fcfcc5b215a9e68874a92 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.1.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../commons/binding-parent</relativePath>
   </parent>
 
index 267f4c5481cc276c3c4876abe22a6d80e5140862..17827d14943fc2b922d09747067d5371135e23e2 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
index 5ed186570b0791c6df5d0d118132e5656289b5fa..95f9799bac5a39599b8a3c87faa828fb3fbb1ca1 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 576622b3c8c9dfba055acc9149301452beed4d5e..b9c265ad0e59bc1696833b6611d17027d0a3025c 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>nexthopmgr-aggregator</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>nexthopmgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 6e93e4a4760a7c0886ecefed25e0b02413e4bc7a..f4b997c5126f0cced9e5e0fa264d88d9f27bcfd4 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.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index e0d7ec2d6cdfc9e5e963335ecc97a607d6d971d6..45bb87a322c815258cb8c596ffad747b54beb3c6 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.4-SNAPSHOT</version>
+    <version>1.5.4-Lithium-SR4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnmanager</artifactId>
-  <version>0.1.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <name>vpnmanager</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 0d11c07b37a304deee69f8051612cd0e98f9d4f1..01c33bb5a188fd55233f1001409db570a7d6aaee 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index 17ca3c346a1a1215817b0a01fc124cc4e50eab6c..40ac58f7487b4127476210e367487c3507851c91 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.4-SNAPSHOT</version>
+    <version>0.1.4-Lithium-SR4</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
index b226c5ee26a01913f839b75657d7063633093b5c..ac417ae5c5c037ee58083faa3d7eca0e72d0737f 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.4-SNAPSHOT</version>
+  <version>0.1.4-Lithium-SR4</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>