Release Beryllium-SR3 release/beryllium-sr3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 30 Jul 2016 00:29:10 +0000 (00:29 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 30 Jul 2016 00:29:10 +0000 (00:29 +0000)
50 files changed:
features/netconf-connector/pom.xml
features/netconf/pom.xml
features/pom.xml
features/restconf/pom.xml
karaf/pom.xml
opendaylight/netconf/aaa-authn-odl-plugin/pom.xml
opendaylight/netconf/abstract-topology/pom.xml
opendaylight/netconf/config-netconf-connector/pom.xml
opendaylight/netconf/mdsal-netconf-connector/pom.xml
opendaylight/netconf/mdsal-netconf-monitoring/pom.xml
opendaylight/netconf/mdsal-netconf-notification/pom.xml
opendaylight/netconf/messagebus-netconf/pom.xml
opendaylight/netconf/models/ietf-netconf-monitoring-extension/pom.xml
opendaylight/netconf/models/ietf-netconf-monitoring/pom.xml
opendaylight/netconf/models/ietf-netconf-notifications/pom.xml
opendaylight/netconf/models/ietf-netconf/pom.xml
opendaylight/netconf/models/pom.xml
opendaylight/netconf/netconf-api/pom.xml
opendaylight/netconf/netconf-artifacts/pom.xml
opendaylight/netconf/netconf-auth/pom.xml
opendaylight/netconf/netconf-client/pom.xml
opendaylight/netconf/netconf-config-dispatcher/pom.xml
opendaylight/netconf/netconf-config/pom.xml
opendaylight/netconf/netconf-connector-config/pom.xml
opendaylight/netconf/netconf-impl/pom.xml
opendaylight/netconf/netconf-it/pom.xml
opendaylight/netconf/netconf-mapping-api/pom.xml
opendaylight/netconf/netconf-mdsal-config/pom.xml
opendaylight/netconf/netconf-monitoring/pom.xml
opendaylight/netconf/netconf-netty-util/pom.xml
opendaylight/netconf/netconf-notifications-api/pom.xml
opendaylight/netconf/netconf-notifications-impl/pom.xml
opendaylight/netconf/netconf-ssh/pom.xml
opendaylight/netconf/netconf-tcp/pom.xml
opendaylight/netconf/netconf-topology-config/pom.xml
opendaylight/netconf/netconf-topology/pom.xml
opendaylight/netconf/netconf-util/pom.xml
opendaylight/netconf/pom.xml
opendaylight/netconf/sal-netconf-connector/pom.xml
opendaylight/netconf/tools/netconf-cli/pom.xml
opendaylight/netconf/tools/netconf-testtool/pom.xml
opendaylight/netconf/tools/pom.xml
opendaylight/restconf/pom.xml
opendaylight/restconf/restconf-artifacts/pom.xml
opendaylight/restconf/sal-rest-connector-config/pom.xml
opendaylight/restconf/sal-rest-connector/pom.xml
opendaylight/restconf/sal-rest-docgen-maven/pom.xml
opendaylight/restconf/sal-rest-docgen/pom.xml
opendaylight/restconf/sal-restconf-broker/pom.xml
pom.xml

index 2accfb1321ce016741716cce9e6623a1d2064e33..3761a0c23520be64c5c32a6d706becb52e00f096 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.3-Beryllium-SR3</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3-Beryllium-SR3</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.3-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.3-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.3-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.3-SNAPSHOT</config.version>
-    <features.test.version>1.6.3-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.3-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.3-SNAPSHOT</netconf.version>
-    <netconf.connector.version>1.3.3-SNAPSHOT</netconf.connector.version>
-    <yangtools.version>0.8.3-SNAPSHOT</yangtools.version>
+    <aaa.version>0.3.3-Beryllium-SR3</aaa.version>
+    <commons.opendaylight.version>1.6.3-Beryllium-SR3</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.3-Beryllium-SR3</controller.mdsal.version>
+    <config.version>0.4.3-Beryllium-SR3</config.version>
+    <features.test.version>1.6.3-Beryllium-SR3</features.test.version>
+    <mdsal.version>2.0.3-Beryllium-SR3</mdsal.version>
+    <mdsal.model.version>0.8.3-Beryllium-SR3</mdsal.model.version>
+    <netconf.version>1.0.3-Beryllium-SR3</netconf.version>
+    <netconf.connector.version>1.3.3-Beryllium-SR3</netconf.connector.version>
+    <yangtools.version>0.8.3-Beryllium-SR3</yangtools.version>
     <surefire.version>2.15</surefire.version>
 
     <features.file>features.xml</features.file>
@@ -45,7 +45,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0588377de6f908b913f2fc3ec340d87495a6f85a..cd032dd53e930dd4445feb815e5fc222adf4ffda 100644 (file)
@@ -4,26 +4,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.3-Beryllium-SR3</version>
     <relativePath/>
   </parent>
   <!-- FIXME: Convert to features-parent -->
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3-Beryllium-SR3</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.3-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.3-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.3-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.3-SNAPSHOT</config.version>
+    <aaa.version>0.3.3-Beryllium-SR3</aaa.version>
+    <commons.opendaylight.version>1.6.3-Beryllium-SR3</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.3-Beryllium-SR3</controller.mdsal.version>
+    <config.version>0.4.3-Beryllium-SR3</config.version>
     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-    <features.test.version>1.6.3-SNAPSHOT</features.test.version>
-    <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.3-SNAPSHOT</netconf.version>
-    <protocol-framework.version>0.7.3-SNAPSHOT</protocol-framework.version>
-    <yangtools.version>0.8.3-SNAPSHOT</yangtools.version>
+    <features.test.version>1.6.3-Beryllium-SR3</features.test.version>
+    <mdsal.model.version>0.8.3-Beryllium-SR3</mdsal.model.version>
+    <netconf.version>1.0.3-Beryllium-SR3</netconf.version>
+    <protocol-framework.version>0.7.3-Beryllium-SR3</protocol-framework.version>
+    <yangtools.version>0.8.3-Beryllium-SR3</yangtools.version>
     <sshd-core.version>0.14.0</sshd-core.version>
 
     <features.file>features.xml</features.file>
@@ -44,7 +44,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3-Beryllium-SR3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 02669a03dab19d3747486290b1df14e5e198f83c..0f88712d5ff55c1c66586598f0db94eb5113f6b0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>netconf-features-parent</artifactId>
index 88c85cc10fed3302baa65480d465e10b3671fa3a..77ee8ac3cd9ff51b9f60c5d8746a61aaf6b4c0dd 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.3-Beryllium-SR3</version>
     <relativePath/>
   </parent>
   <artifactId>features-restconf</artifactId>
   <groupId>org.opendaylight.netconf</groupId>
-  <version>1.3.3-SNAPSHOT</version>
+  <version>1.3.3-Beryllium-SR3</version>
   <packaging>jar</packaging>
   <properties>
-    <aaa.version>0.3.3-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.3-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.3-SNAPSHOT</controller.mdsal.version>
-    <features.test.version>1.6.3-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.3-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-    <restconf.version>1.3.3-SNAPSHOT</restconf.version>
+    <aaa.version>0.3.3-Beryllium-SR3</aaa.version>
+    <commons.opendaylight.version>1.6.3-Beryllium-SR3</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.3-Beryllium-SR3</controller.mdsal.version>
+    <features.test.version>1.6.3-Beryllium-SR3</features.test.version>
+    <mdsal.version>2.0.3-Beryllium-SR3</mdsal.version>
+    <mdsal.model.version>0.8.3-Beryllium-SR3</mdsal.model.version>
+    <restconf.version>1.3.3-Beryllium-SR3</restconf.version>
     <surefire.version>2.15</surefire.version>
-    <yangtools.version>0.8.3-SNAPSHOT</yangtools.version>
+    <yangtools.version>0.8.3-Beryllium-SR3</yangtools.version>
 
     <features.file>features.xml</features.file>
     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
@@ -41,7 +41,7 @@
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3-Beryllium-SR3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0be821a1df1330a868c4805aae75290b8c4474de..0fc4b1e37dac03651fd60be93e4889fb2553091b 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.3-SNAPSHOT</version>
+    <version>1.6.3-Beryllium-SR3</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>1.3.3-SNAPSHOT</version>
+  <version>1.3.3-Beryllium-SR3</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <netconf.version>1.0.3-SNAPSHOT</netconf.version>
-    <restconf.version>1.3.3-SNAPSHOT</restconf.version>
+    <netconf.version>1.0.3-Beryllium-SR3</netconf.version>
+    <restconf.version>1.3.3-Beryllium-SR3</restconf.version>
   </properties>
 
   <dependencies>
index 2c1679af64ec7aa08940a75c5f4eab5200cdb00f..828ed03fbe851412a5b54426dc9a9d7d80dd5ac5 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
         <relativePath>..</relativePath>
     </parent>
 
index a6d9f2eacdba2a997cca678f48ed0c0f55954afb..eb04ca88025ea2d9d6239a60244d92b0583e06aa 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 74c2a723b88872419bbb9f4e5f39cc01dcd031a3..2b5899f24e257653af6ff81e9d509f189d7bced3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-netconf-connector</artifactId>
index f476b5fa308dddab1f57af0a75102a641a27b00b..97d9e08cbbf5b083526d67755dbe989919609141 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>mdsal-netconf-connector</artifactId>
   <packaging>bundle</packaging>
index 6efdfa4045e303c56ba77f8aff12ca7f085451c7..2159b2662cb623e1efc3bf90db14a517c2d52ebf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>mdsal-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 2059e1e0cd01c8706c7ac122d65abb5ba3384a55..323ceeecc9e8adb9903cb1b4849eb8620a1a58bf 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
     </parent>
     <artifactId>mdsal-netconf-notification</artifactId>
     <packaging>bundle</packaging>
index c9fe3c24fa94331b43573fa345f78d46318ca7cb..700e1d777f64bd405abfc98944c1bced5efc81bf 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
     </parent>
 
     <artifactId>messagebus-netconf</artifactId>
index 77dc06b0034647391670c906f9b86302477d4020..f5fdb44f1a475e4d97d8936fa957784a03dd6570 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
   <packaging>bundle</packaging>
index a6555e5572fce9bab9d1027c523d7c10852d4d05..87a877586d7d744fbd88864b2cb55218baec1925 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>ietf-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 50cddb8bb1e65bbb86543fb8e0ef7ccf02c32a36..e4afe22fe17399fca652ab530d542da32e668e7a 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>ietf-netconf-notifications</artifactId>
   <packaging>bundle</packaging>
index d7f0c663773830ee844f0792bee3711c67dde020..06e7ac3e9bd781f188bc92a7b098f3f201fe4489 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-models</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
     </parent>
     <artifactId>ietf-netconf</artifactId>
     <packaging>bundle</packaging>
index 44026925773c6b9b28e1721db175f909ec677630..3eaeac4fff97c66428c99cfc083461f4775a0e26 100644 (file)
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-models</artifactId>
 
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3-Beryllium-SR3</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index cacd192cf22de9bd26062652ed558b0fa82044c4..6632715323a3835d0874ee97750969528e0fc70b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-api</artifactId>
   <packaging>bundle</packaging>
index 9bce2485ffb6194f03095f93256fc780b65801dc..c4120a7710aaa8d564d8dbb94bdef02bda4914f9 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.3-SNAPSHOT</version>
+      <version>1.6.3-Beryllium-SR3</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.3.3-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.3.3-Beryllium-SR3</mdsal.version>
     </properties>
 
     <dependencyManagement>
index e44033991291e0596d43acde9382de93d0548e58..1667f71596308d1196e4e69ae82775623ed233f9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>netconf-auth</artifactId>
index 35cf3a8aa06fbbf53136f2f3beda9ec6f80a8375..d362f3cd07b8f90cbb829d2aead9b6d1c1416ad8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-client</artifactId>
   <packaging>bundle</packaging>
index 65c3109ff2c40517a26159ae312ae1692bafc2b5..a21fde66fcb2a05faffa0682baa00c3b8b5bf5b8 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
     </parent>
 
   <artifactId>netconf-config-dispatcher</artifactId>
index 17fc335d63ef24ab71bca590abfcda4a9761cbdb..394bf676e05b079d102abdd64b906587d7de1b43 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-config</artifactId>
   <description>Configuration files for netconf</description>
index 58d91e3b4d5a9b0928ed6012536264d7301277cc..00e20dd43e9b19368696e3cb76cd79bf860e3670 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-connector-config</artifactId>
   <description>Configuration files for netconf-connector</description>
index f8ab5739277620403423604806d7f8c345e357c2..17ee42bec89c4b62dd9165702e1668e18146477a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-impl</artifactId>
   <packaging>bundle</packaging>
index 5892630b1480080a2a07787a99bd0e2f3d780ec8..8a313201c2eb6d3a805e6309ca2cea73a9f6e61e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
 
   <artifactId>netconf-it</artifactId>
index fd1bf7502932bee767fd0c3e3023e05007bcdbad..07ba202df352290852492f6a78056d6d7c811975 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-mapping-api</artifactId>
 
index 1fd5e8653914cbebf4f89c6ddd16bce617dc2323..79382012efefa324fa50a46db66e17317907889f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-mdsal-config</artifactId>
   <description>Configuration files for netconf for mdsal</description>
index d72bef34a28b805deb1f6b54063144118ea7f08d..55df2113fe4fd97569d4fcbfccde8911d508239a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index f980a69f4b1204b8cd0e03022dc0b0e0c66fa86c..5dd9369311905a770d8957afb4019d21fbb9a11c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
index b8a451e91ef71a6cb99e1032a505f47d22288c99..62fbc2b5b0db0e4c9bbf3a9aaad1f7e9933a962d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
index 0e40de8f28f782e0dd3a99e897a030a30c30a84e..02c1271c6fb6a3aa8e70515828f5cef0f3f6e11c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>netconf-notifications-impl</artifactId>
index 1be17e819a9a3a76dbbe124a22fcbe55c5dc5998..9e0e543e876c870f83d9f9493a1d24e0d31d4c60 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-ssh</artifactId>
   <packaging>bundle</packaging>
index 38d51a5e2c7e01c1873d03e5e00813b9676e3dce..7a6a1424ad5346468344feb24cbb776cd6dc16c6 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tcp</artifactId>
index 59fc52acd697fd8f86b6013947ceb18ef2537a9b..c2b271b11ce7764f1ab9ed2421f022980b01bc4d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index ee3378de07e168172222709ed42d1554733bf259..33a483087ae3fe33a1298eabae7a8c899ff5227d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index dc8461f85c4e6453009f122905c4f305f9178cc2..d46378e5b43c552d00da9cbe986746c4eafff6a7 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-util</artifactId>
   <packaging>bundle</packaging>
index be7c0b0f85c10a64f01b59997d877f166606abb1..2f1048dd3460d676c869b56b7696bb3f6e24f8ea 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 66d96b1800e8f6c97aa06e18761f88d7b5c9ab0a..b347a00ab331521a998cfafc2f9e954806ca64e0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
 
   <artifactId>sal-netconf-connector</artifactId>
index 02690a894e739ef31fdcaa3182609508df71e0b2..c5af1ca7a5a368d56b5b98ace31b85a3c22f6b14 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-tools</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
   </parent>
   <artifactId>netconf-cli</artifactId>
   <packaging>jar</packaging>
index 121acc7153c34cc70ce163b72fe61fa0cc9923de..9859046e672b5239297c3f1bbdb303abd49f1119 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-tools</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
     </parent>
 
     <artifactId>netconf-testtool</artifactId>
index cd1beefd292372fa7e29b4c5a4c1919379701de5..83ff8ea843c4dae1b93713473b09d894617834bd 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tools</artifactId>
index 5e4026c4ce35a4dc96497825021825bab9ce7f2d..04f11dce0641f2b0d8094a16371ed95b18fa9f9d 100644 (file)
@@ -5,11 +5,11 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3-Beryllium-SR3</version>
         <relativePath>../..</relativePath>
     </parent>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.3-Beryllium-SR3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index a37f00180b59b1d4498049c7195d54187c400a07..033d0e67550935b0a47590bf26c9ce1ddc8a7a08 100644 (file)
@@ -8,13 +8,13 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.3-SNAPSHOT</version>
+      <version>1.6.3-Beryllium-SR3</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.3-Beryllium-SR3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index d551a97e1e7cb38b7c5b7968464b08976ebb4147..ac30f6ef3cfe18e6b2358ecd17c1410e4864d158 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.3-Beryllium-SR3</version>
   </parent>
   <artifactId>sal-rest-connector-config</artifactId>
   <description>Configuration files for sal-rest-connector</description>
index f277e610476899f93dca052d0a256f7d35b6a869..f547b2172eaab20005e2867d495636fb2aabd781 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.3-Beryllium-SR3</version>
   </parent>
   <artifactId>sal-rest-connector</artifactId>
   <packaging>bundle</packaging>
index fea502c2f9fe6c15b66a6be9462e128304066937..4bda4f511a36d358ca18b4bd3db5315264a35178 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.3.3-SNAPSHOT</version>
+        <version>1.3.3-Beryllium-SR3</version>
     </parent>
 
     <artifactId>sal-rest-docgen-maven</artifactId>
index 917e4fb6d962851eb9069f0e76738d343397f8d9..cbc2b39e9c2e3b0bc1cb764c952628ed82aff210 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.3-Beryllium-SR3</version>
   </parent>
 
   <artifactId>sal-rest-docgen</artifactId>
index 5db4443cf05a34fc9873b567ccd3e90ea5a6a4c7..d8daecc9ea3ac2bbe7bdb4a0008f93d040c15bc2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.3-Beryllium-SR3</version>
   </parent>
   <artifactId>sal-restconf-broker</artifactId>
   <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 665e5a908faeea35fd78a715f6bbf6d28bb96514..d469d2eed81bca1b3ac5ad1fa4cc92e7d7a20cb9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.3-SNAPSHOT</version>
+        <version>1.6.3-Beryllium-SR3</version>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3-Beryllium-SR3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     </modules>
 
     <properties>
-        <aaa.version>0.3.3-SNAPSHOT</aaa.version>
+        <aaa.version>0.3.3-Beryllium-SR3</aaa.version>
         <akka.version>2.3.14</akka.version>
-        <commons.logback_settings.version>0.2.3-SNAPSHOT</commons.logback_settings.version>
-        <commons.opendaylight.version>1.6.3-SNAPSHOT</commons.opendaylight.version>
-        <config.version>0.4.3-SNAPSHOT</config.version>
+        <commons.logback_settings.version>0.2.3-Beryllium-SR3</commons.logback_settings.version>
+        <commons.opendaylight.version>1.6.3-Beryllium-SR3</commons.opendaylight.version>
+        <config.version>0.4.3-Beryllium-SR3</config.version>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
         <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-        <features.test.version>1.6.3-SNAPSHOT</features.test.version>
-        <ietf-inet-types.version>2010.09.24.8.3-SNAPSHOT</ietf-inet-types.version>
-        <ietf-restconf.version>2013.10.19.8.3-SNAPSHOT</ietf-restconf.version>
-        <ietf-topology.version>2013.10.21.8.3-SNAPSHOT</ietf-topology.version>
-        <ietf-yang-types.version>2010.09.24.8.3-SNAPSHOT</ietf-yang-types.version>
+        <features.test.version>1.6.3-Beryllium-SR3</features.test.version>
+        <ietf-inet-types.version>2010.09.24.8.3-Beryllium-SR3</ietf-inet-types.version>
+        <ietf-restconf.version>2013.10.19.8.3-Beryllium-SR3</ietf-restconf.version>
+        <ietf-topology.version>2013.10.21.8.3-Beryllium-SR3</ietf-topology.version>
+        <ietf-yang-types.version>2010.09.24.8.3-Beryllium-SR3</ietf-yang-types.version>
 
-        <mdsal.version>2.0.3-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.8.3-SNAPSHOT</mdsal.model.version>
-        <controller.mdsal.version>1.3.3-SNAPSHOT</controller.mdsal.version>
-        <netconf.version>1.0.3-SNAPSHOT</netconf.version>
-        <restconf.version>1.3.3-SNAPSHOT</restconf.version>
-        <protocol-framework.version>0.7.3-SNAPSHOT</protocol-framework.version>
+        <mdsal.version>2.0.3-Beryllium-SR3</mdsal.version>
+        <mdsal.model.version>0.8.3-Beryllium-SR3</mdsal.model.version>
+        <controller.mdsal.version>1.3.3-Beryllium-SR3</controller.mdsal.version>
+        <netconf.version>1.0.3-Beryllium-SR3</netconf.version>
+        <restconf.version>1.3.3-Beryllium-SR3</restconf.version>
+        <protocol-framework.version>0.7.3-Beryllium-SR3</protocol-framework.version>
         <sshd-core.version>0.14.0</sshd-core.version>
         <scala.major.version>2.11</scala.major.version>
         <scala.minor.version>7</scala.minor.version>
         <surefire.version>2.15</surefire.version>
-        <yangtools.version>0.8.3-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.8.3-Beryllium-SR3</yangtools.version>
 
         <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
         <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
                         <dependency>
                             <groupId>org.opendaylight.controller</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>0.2.3-SNAPSHOT</version>
+                            <version>0.2.3-Beryllium-SR3</version>
                         </dependency>
                     </dependencies>
                     <executions>