Release Carbon release/carbon-sr1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 11 Jul 2017 17:21:15 +0000 (17:21 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 11 Jul 2017 17:21:15 +0000 (17:21 +0000)
34 files changed:
api/pom.xml
artifacts/pom.xml
cisco-xe-driver/pom.xml
cisco-xr-driver/pom.xml
cisco-xrmodels/pom.xml
cli/pom.xml
dlux/cpeui/cpeui-bundle/pom.xml
dlux/cpeui/cpeui-module/pom.xml
dlux/cpeui/pom.xml
dlux/pom.xml
edgeassure-1000/pom.xml
features/features-unimgr/pom.xml
features/features4-unimgr/pom.xml
features/odl-unimgr-api/pom.xml
features/odl-unimgr-cisco-xe-driver/pom.xml
features/odl-unimgr-cisco-xr-driver/pom.xml
features/odl-unimgr-console/pom.xml
features/odl-unimgr-dlux/pom.xml
features/odl-unimgr-netvirt/pom.xml
features/odl-unimgr-ovs-driver/pom.xml
features/odl-unimgr-presto-api/pom.xml
features/odl-unimgr-rest/pom.xml
features/odl-unimgr-ui/pom.xml
features/odl-unimgr/pom.xml
features/pom.xml
impl/pom.xml
it/pom.xml
karaf/pom.xml
legato-api/pom.xml
netvirt/pom.xml
nrp-api/pom.xml
ovs-driver/pom.xml
pom.xml
presto-api/pom.xml

index ff9832d9c83e7d4bcb027861ae876a9c5bb557dc..25f102fc803db5f57d3f1d74c47159345357e6c7 100644 (file)
@@ -10,20 +10,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-api</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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. -->
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <properties>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index 1a8f13ad9de83d371ac4398f1a72959cabd63f8c..89ec076025e81efd9ea0a8d2e75fa78c268a3585 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 6c378bb61d5e9f26baa07412902302980deb55cd..9d8ee2d975bb507d0bff5b498f1f2d3748c82294 100755 (executable)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Carbon</version>
         <relativePath />
     </parent>
 
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-cisco-xe-driver</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.1-Carbon</version>
     <packaging>bundle</packaging>
     <build>
         <plugins>
index 5e9d22323368edd29461ba59e2d96ea78f062cca..efbb3bef55b5ca205d528ed1e1edd72f2644ebb7 100755 (executable)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Carbon</version>
         <relativePath/>
     </parent>
 
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-cisco-xr-driver</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.1-Carbon</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 75c8af62308761ff02cc53bc51f50ec13d9024f7..62f9c518e4ee9e36e502e26cce84d72c92fac190 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.1-Carbon</version>
     <relativePath />
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>cisco-xrmodels</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 4eb84d380edea198d900a5f5f48370ff5e56cc4f..68191f8d6ac35f64484e72cda5f351bab53943b5 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-cli</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 7c38f298aa3332809e1f3f431e09f9c83d76de7f..bb937efe02c328506e9196bd87a1fab488aef63f 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>cpeui</artifactId>
         <groupId>org.opendaylight.unimgr</groupId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.2.1-Carbon</version>
     </parent>
     <artifactId>cpeui-bundle</artifactId>
     <packaging>bundle</packaging>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.unimgr</groupId>
             <artifactId>cpeui-module</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
+            <version>0.2.1-Carbon</version>
         </dependency>
     </dependencies>
     <build>
index 7cef5ebeb7ce69bbc0caa03106e679c321703b67..dd9bb0c02dcd98ad9fe1f10ac655ad218b20a947 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>cpeui</artifactId>
         <groupId>org.opendaylight.unimgr</groupId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.2.1-Carbon</version>
     </parent>
     <artifactId>cpeui-module</artifactId>
     <packaging>jar</packaging>
index cece6ab5e7b160a6bd03b2da627dd0c5684177bc..66ceba72fd0a8c43ffcb941e947c85b7ff0a5efb 100644 (file)
@@ -4,7 +4,7 @@
     <packaging>pom</packaging>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>cpeui</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.1-Carbon</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 :: unimgr :: ${project.artifactId}</name>
@@ -16,7 +16,7 @@
     <properties>
         <osgi.core.version>5.0.0</osgi.core.version>
         <apache.felix.compendium>1.4.0</apache.felix.compendium>
-        <dlux.loader.version>0.5.1-SNAPSHOT</dlux.loader.version>
+        <dlux.loader.version>0.5.1-Carbon</dlux.loader.version>
     </properties>
 
 
index 428e0452acbf4cfe2b27aa279a1b667c5475f0ae..c049393685909e07db9dc040a4d0a446d89a097c 100644 (file)
@@ -11,13 +11,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.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>dlux</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 5d9dfb415d51bd608fea222f062e9e70fa78b8d0..db1d8c0ab15ff6f2872a859b1efdbf85026afd93 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.1-Carbon</version>
     <relativePath />
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>edgeassure-1000</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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. -->
@@ -33,7 +33,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>org.opendaylight.unimgr</groupId>
       <artifactId>unimgr-impl</artifactId>
-      <version>0.2.1-SNAPSHOT</version>
+      <version>0.2.1-Carbon</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
index 89736c52287c4cc729b632fffc0fdc23d5da6198..e769388a412f48fdcc1f0630a55933f4bcba160f 100644 (file)
@@ -8,12 +8,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 :: unimgr :: ${project.artifactId}</name>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
   <dependencyManagement>
     <dependencies>
index 021f64f9e1027e3f1553809add2a1fd20354ba06..73c3a801e10422439d7166242b2886efe119905a 100644 (file)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>features4-unimgr</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <dependencies>
index c686b5deceb8ba6a3c5ab30a32d17cd113874fc4..7847bc90b1425dc68d9561d3eac11cc0c7be0a26 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-api</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index 02fccdd2448f47ce080d08b1ffb727dabbd2fe09..793428bcb1ee9d56210cfeecdc88ddfde727eebc 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-cisco-xe-driver</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index cc14ff5774a74cbab9b7d342f04902444577d6ab..fd546206c4a579a15059702e36a57ec4373fb181 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-cisco-xr-driver</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index 71c0618cbab7083a127d67d4a7cd51a51a017633..b561b6a846211a3ce2a0163ff33ff2808d558d5f 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-console</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index fe72eb7366017de270a9901d4ec9876311963be2..41fac2d82bf6a3a44c8f9f4e6476887346a3d2e9 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-dlux</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index 9c0acaf3747ef847d9a7c5c858ccea55a9b97f55..820e04902a8a9616b86bfd3a592b58f688a05454 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-netvirt</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index 685b462593ce65b8d82c86ffe2b44bdd54601a75..ca2cb42080e42cf6e09c60c9b085fab42556d81a 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-ovs-driver</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index dc639e3f4f921c39c3dfbe821e859a42747d6744..fa79aeec5fff02ba06ae39fc6c33794d274c0736 100755 (executable)
@@ -8,19 +8,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-presto-api</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   
   <properties>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
   </properties>  
 
   <dependencies>
index 661563159bbdbfe9e883f88ce36d2de1108adbe2..3fe0048adf6bc9a5b253345c4b03048701cc907c 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-rest</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index fc4b02ff7b90362c9e99faffc8cb326378188efa..115f0697f2e04ac8277036dca3dcf4741f948f41 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-ui</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index d7d6b50d7d5813f2c08261ca2f54d3510ce3b59c..4d8f14b2338cb140295a77e0e96981229003e76b 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-Carbon</mdsal.version>
+    <controller.mdsal.version>1.5.1-Carbon</controller.mdsal.version>
+    <restconf.version>1.5.1-Carbon</restconf.version>
+    <yangtools.version>1.1.1-Carbon</yangtools.version>
+    <dlux.version>0.5.1-Carbon</dlux.version>
+    <dluxapps.version>0.5.1-Carbon</dluxapps.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <netvirt.version>1.4.1-Carbon</netvirt.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
+    <mdsal.model.version>0.10.1-Carbon</mdsal.model.version>
+    <netconf.version>1.2.1-Carbon</netconf.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <l2switch.version>0.5.1-Carbon</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-Carbon</openflowplugin.version>
+    <openflowjava.version>0.9.1-Carbon</openflowjava.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>
index 0fd7529230d983960f9a38e4b7a5f27fa2757636..316f2a501e456475a492f0f269530adafd54d994 100644 (file)
@@ -8,12 +8,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>  
   <artifactId>features-aggregator</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 f2a4e6309fb17a38bb285af06ea71f0f9c0c12b6..8aa0a933292e4a622021bbb31e49e16e23b18b0a 100644 (file)
@@ -12,18 +12,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Carbon</version>
         <relativePath/>
     </parent>
 
     <properties>
-        <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+        <ovsdb.version>1.4.1-Carbon</ovsdb.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-impl</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.1-Carbon</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. -->
@@ -89,7 +89,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>netconf-topology</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+            <version>1.2.1-Carbon</version>
         </dependency>
 
         <!-- dependencies to use AbstractDataBrokerTest -->
index 208e8811d8094f7906eec9681f17eeba7bac1cd9..fe8199fc527041bb094e5ece7dce249535aea13b 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 9780924e89a7d2a2480b459004a85c163456b7ba..0436ae8690f97e981ec4008cfed328e7c1cec9bf 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>karaf-parent</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 :: unimgr :: ${project.artifactId}</name>
index 8ec34f8e70daad37f960700ead7636364255f25e..3dc9e32ab22b3fcc0b0966d3734c5b5eab9dac31 100644 (file)
@@ -10,22 +10,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-legato-api</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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. -->
   <name>ODL :: unimgr :: ${project.artifactId}</name>
 
   <properties>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
-    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
+    <vpnservice.version>0.4.1-Carbon</vpnservice.version>
   </properties>
 
   <dependencies>
index 59dd0732cbcdcc8b25e00ba8c1b58c217ec8636d..a2dedc3631a4e2819d1489a4adf0fff9fc69119e 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Carbon</version>
     <relativePath />
   </parent>
 
   <properties>
-    <genius.version>0.2.1-SNAPSHOT</genius.version>
-    <vpnservices.version>0.4.1-SNAPSHOT</vpnservices.version>
+    <genius.version>0.2.1-Carbon</genius.version>
+    <vpnservices.version>0.4.1-Carbon</vpnservices.version>
   </properties>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-netvirt</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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 0db085881aa9161c6a6c5e895103b63db43ffb47..cfa8f29a7414c02117813ff43cafe4a88602fb6a 100644 (file)
@@ -10,14 +10,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-nrp-tapi-api</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 2079320c7107bb7a9dc6461db8b5dfb0cf22e36f..f646bac6066ae3d927d7b04f45bc910dcb067b91 100755 (executable)
@@ -6,20 +6,20 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Carbon</version>
         <relativePath/>
     </parent>
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
         <powermock.version>1.6.4</powermock.version>
-        <openflow.version>0.4.1-SNAPSHOT</openflow.version>
+        <openflow.version>0.4.1-Carbon</openflow.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>ovs-driver</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.1-Carbon</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. -->
diff --git a/pom.xml b/pom.xml
index 8cfa05717e5338e49be8c95e979c177213b63755..7b68e8add1a7600f421ebf5b2ce4c1961282627d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,13 +11,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.8.1-SNAPSHOT</version>
+    <version>1.8.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</version>
   <name>unimgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 54ada1b08e511e8252d8c26669b7e2ea0ab21e0e..ae977b5c1f27d0dc3f819b7e82846b2added5966 100644 (file)
@@ -10,21 +10,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.1-Carbon</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-presto-api</artifactId>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>0.2.1-Carbon</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. -->
   <name>ODL :: unimgr :: ${project.artifactId}</name>
 
   <properties>
-    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.4.1-Carbon</ovsdb.version>
   </properties>
 
   <dependencies>