Release Carbon
[controller.git] / opendaylight / md-sal / samples / toaster-consumer / pom.xml
index dca7af1032a45222d38aa6113970bf97d573a9e3..166e695ca87ea1e0d0378e4772b7e3b3faf0ebe0 100644 (file)
@@ -4,17 +4,17 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.8.2-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller.samples</groupId>
   <artifactId>sample-toaster-consumer</artifactId>
-  <version>1.5.2-SNAPSHOT</version>
+  <version>1.5.2-Carbon</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <sal-binding-api.version>1.5.2-SNAPSHOT</sal-binding-api.version>
+    <sal-binding-api.version>1.5.2-Carbon</sal-binding-api.version>
   </properties>
 
   <dependencyManagement>
@@ -22,7 +22,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.5.2-SNAPSHOT</version>
+        <version>1.5.2-Carbon</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>