OpenDaylight Beryllium-SR4 release release/beryllium-sr4
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 21 Oct 2016 04:15:35 +0000 (14:15 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 21 Oct 2016 04:15:35 +0000 (14:15 +1000)
Change-Id: Id364e4c94d5d72625c493eef48a794334bd88b70
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
artifacts/pom.xml
features/pom.xml
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-it/pom.xml
openflow-protocol-spi/pom.xml
openflowjava-config/pom.xml
openflowjava-util/pom.xml
parent/pom.xml
pom.xml
simple-client/pom.xml

index 01578316812d187f3d4b2b7adb5eef1ee6c68cd3..b20ff356b9a486dc16bd6ffbeb7659655336392f 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.4-SNAPSHOT</version>
+    <version>1.6.4-Beryllium-SR4</version>
     <relativePath/>
   </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-artifacts</artifactId>
-    <version>0.7.4-SNAPSHOT</version>
+    <version>0.7.4-Beryllium-SR4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index cc47245e92ae614b6b7da8df318c78d4bb8aca85..3113cdd8ac277176ec7a873fd5f590ca719a1cd3 100644 (file)
@@ -4,21 +4,21 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.4-SNAPSHOT</version>
+    <version>1.6.4-Beryllium-SR4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.openflowjava</groupId>
   <artifactId>features-openflowjava</artifactId>
-  <version>0.7.4-SNAPSHOT</version>
+  <version>0.7.4-Beryllium-SR4</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.4.4-SNAPSHOT</config.version>
-    <controller.mdsal.version>1.3.4-SNAPSHOT</controller.mdsal.version>
-    <mdsal.version>2.0.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.3.4-SNAPSHOT</controller.mdsal.version>
-    <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
+    <config.version>0.4.4-Beryllium-SR4</config.version>
+    <controller.mdsal.version>1.3.4-Beryllium-SR4</controller.mdsal.version>
+    <mdsal.version>2.0.4-Beryllium-SR4</mdsal.version>
+    <controller.mdsal.version>1.3.4-Beryllium-SR4</controller.mdsal.version>
+    <mdsal.model.version>0.8.4-Beryllium-SR4</mdsal.model.version>
   </properties>
 
   <dependencyManagement>
@@ -36,7 +36,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.6.4-SNAPSHOT</version>
+        <version>1.6.4-Beryllium-SR4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 3e560f8a08afd808ba15dc5431e93876469ef762..3cb5d8099eccbe3b8fad2cb877ea37f268e82fd3 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.8.4-SNAPSHOT</version>
+        <version>0.8.4-Beryllium-SR4</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflow-protocol-api</artifactId>
-    <version>0.7.4-SNAPSHOT</version>
+    <version>0.7.4-Beryllium-SR4</version>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Library - API</name>
     <scm>
@@ -18,8 +18,8 @@
     </scm>
 
     <properties>
-      <mdsal.version>2.0.4-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.8.4-SNAPSHOT</mdsal.model.version>
+      <mdsal.version>2.0.4-Beryllium-SR4</mdsal.version>
+      <mdsal.model.version>0.8.4-Beryllium-SR4</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 2817f0799255694eba46617714c99caa220fd29e..2e21e8aa697cd8824fb1143d550c0cfc70eb036e 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.4-SNAPSHOT</version>
+        <version>0.7.4-Beryllium-SR4</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
index 9869096091dee88bc69e4aa93604218117c492bd..e6a805ae2b2c9fc506e705a739f1bcd0f0bc25c9 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.4-SNAPSHOT</version>
+        <version>0.7.4-Beryllium-SR4</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
index c7ca8aac05d0a41f7aed5f3453103f866df3972b..5b5e253188c69b0a9afa1e451ee984c231962dff 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.4-SNAPSHOT</version>
+        <version>0.7.4-Beryllium-SR4</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
index 6acfb69c7a515e7dca4d6653a2048210c704a36b..45cab7396ce575a80274b77bbd43e06a417db6c9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.4-SNAPSHOT</version>
+        <version>0.7.4-Beryllium-SR4</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>openflowjava-config</artifactId>
index a623d2b43b96a76648c8be4e4109e31dc0b55624..e1b0d97125921e9771e12413ed070b28e1b16be5 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.4-SNAPSHOT</version>
+        <version>0.7.4-Beryllium-SR4</version>
         <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
index bedc068558742f8664de10a51058b2f9733b18dd..c3f2ce4a118757185b3409c4325e59faa67fdce2 100644 (file)
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.4-SNAPSHOT</version>
+        <version>1.6.4-Beryllium-SR4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.7.4-SNAPSHOT</version>
+    <version>0.7.4-Beryllium-SR4</version>
     <packaging>pom</packaging>
     <name>openflowjava</name> <!-- Used by Sonar to set project name -->
     <description>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.6.4-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.6.4-Beryllium-SR4</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.4.4-SNAPSHOT</config.version>
-        <mdsal.version>1.3.4-SNAPSHOT</mdsal.version>
-        <yangtools.version>0.8.4-SNAPSHOT</yangtools.version>
+        <config.version>0.4.4-Beryllium-SR4</config.version>
+        <mdsal.version>1.3.4-Beryllium-SR4</mdsal.version>
+        <yangtools.version>0.8.4-Beryllium-SR4</yangtools.version>
         <argparse4j.version>0.7.0</argparse4j.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index c690a80e70808e6805b9b68f00938dd30074130e..2dda8153bb4f8c6c84947bc9b49a7eb02d1e9a0d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.4-SNAPSHOT</version>
+        <version>0.7.4-Beryllium-SR4</version>
         <relativePath>parent</relativePath>
     </parent>
 
index be721e0c5e8ebe2217a973f9401f7b56e85ee4fc..501bbeb4876513d7f1204acf11bd7c784f66fce5 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflowjava-parent</artifactId>
-        <version>0.7.4-SNAPSHOT</version>
+        <version>0.7.4-Beryllium-SR4</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>simple-client</artifactId>