Release Carbon
[unimgr.git] / impl / pom.xml
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 -->