Release Beryllium-SR2 09/38709/1 release/beryllium-sr2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 May 2016 04:07:39 +0000 (00:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 May 2016 04:07:39 +0000 (00:07 -0400)
Change-Id: I20bb6ebd124e49076a613dceddbd22010aa437ca
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
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 5d7c1a9826d532aa53f628a492dfa0c710f2869d..bdc5ef2ea6bce485a2367fb058de5416b6a698be 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.6.2-Beryllium-SR2</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2-Beryllium-SR2</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.2-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.2-SNAPSHOT</config.version>
-    <features.test.version>1.6.2-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.2-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.2-SNAPSHOT</netconf.version>
-    <netconf.connector.version>1.3.2-SNAPSHOT</netconf.connector.version>
-    <yangtools.version>0.8.2-SNAPSHOT</yangtools.version>
+    <aaa.version>0.3.2-Beryllium-SR2</aaa.version>
+    <commons.opendaylight.version>1.6.2-Beryllium-SR2</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.2-Beryllium-SR2</controller.mdsal.version>
+    <config.version>0.4.2-Beryllium-SR2</config.version>
+    <features.test.version>1.6.2-Beryllium-SR2</features.test.version>
+    <mdsal.version>2.0.2-Beryllium-SR2</mdsal.version>
+    <mdsal.model.version>0.8.2-Beryllium-SR2</mdsal.model.version>
+    <netconf.version>1.0.2-Beryllium-SR2</netconf.version>
+    <netconf.connector.version>1.3.2-Beryllium-SR2</netconf.connector.version>
+    <yangtools.version>0.8.2-Beryllium-SR2</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.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f9ece05658d6b80fa73b54afe6837122002b01aa..ff5e9c9b525845f1fd7bfd9202aba3ecaa983e56 100644 (file)
@@ -4,26 +4,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.6.2-Beryllium-SR2</version>
     <relativePath/>
   </parent>
   <!-- FIXME: Convert to features-parent -->
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2-Beryllium-SR2</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.2-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.2-SNAPSHOT</config.version>
+    <aaa.version>0.3.2-Beryllium-SR2</aaa.version>
+    <commons.opendaylight.version>1.6.2-Beryllium-SR2</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.2-Beryllium-SR2</controller.mdsal.version>
+    <config.version>0.4.2-Beryllium-SR2</config.version>
     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-    <features.test.version>1.6.2-SNAPSHOT</features.test.version>
-    <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.2-SNAPSHOT</netconf.version>
-    <protocol-framework.version>0.7.2-SNAPSHOT</protocol-framework.version>
-    <yangtools.version>0.8.2-SNAPSHOT</yangtools.version>
+    <features.test.version>1.6.2-Beryllium-SR2</features.test.version>
+    <mdsal.model.version>0.8.2-Beryllium-SR2</mdsal.model.version>
+    <netconf.version>1.0.2-Beryllium-SR2</netconf.version>
+    <protocol-framework.version>0.7.2-Beryllium-SR2</protocol-framework.version>
+    <yangtools.version>0.8.2-Beryllium-SR2</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.2-SNAPSHOT</version>
+        <version>1.6.2-Beryllium-SR2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 578c3a872444966cbffda3e1db5e3eeca4ed298b..66ce8e26b08707f68afdd52dae48969873d548c8 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>netconf-features-parent</artifactId>
index b01d9f36fdeebdd10cb5725543427663b047788d..d33b22d6b92667efc4a433dba6bc1b5d56fa7260 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.6.2-Beryllium-SR2</version>
     <relativePath/>
   </parent>
   <artifactId>features-restconf</artifactId>
   <groupId>org.opendaylight.netconf</groupId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.2-Beryllium-SR2</version>
   <packaging>jar</packaging>
   <properties>
-    <aaa.version>0.3.2-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
-    <features.test.version>1.6.2-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.2-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
-    <restconf.version>1.3.2-SNAPSHOT</restconf.version>
+    <aaa.version>0.3.2-Beryllium-SR2</aaa.version>
+    <commons.opendaylight.version>1.6.2-Beryllium-SR2</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.2-Beryllium-SR2</controller.mdsal.version>
+    <features.test.version>1.6.2-Beryllium-SR2</features.test.version>
+    <mdsal.version>2.0.2-Beryllium-SR2</mdsal.version>
+    <mdsal.model.version>0.8.2-Beryllium-SR2</mdsal.model.version>
+    <restconf.version>1.3.2-Beryllium-SR2</restconf.version>
     <surefire.version>2.15</surefire.version>
-    <yangtools.version>0.8.2-SNAPSHOT</yangtools.version>
+    <yangtools.version>0.8.2-Beryllium-SR2</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.2-SNAPSHOT</version>
+        <version>1.6.2-Beryllium-SR2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 105b24b5378b84e1ba43be199863b6785cac7fe2..f9c3291f72e5526171f42dbbfb104b2242e9e665 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.6.2-Beryllium-SR2</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.2-Beryllium-SR2</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <netconf.version>1.0.2-SNAPSHOT</netconf.version>
-    <restconf.version>1.3.2-SNAPSHOT</restconf.version>
+    <netconf.version>1.0.2-Beryllium-SR2</netconf.version>
+    <restconf.version>1.3.2-Beryllium-SR2</restconf.version>
   </properties>
 
   <dependencies>
index ac41941b13400a77581097c22f87b26694d8facc..c5c2e7b23ebf583b315f826a5c4d55db2731311b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
         <relativePath>..</relativePath>
     </parent>
 
index 593154132472155e889f1abefc68c1a4a93b151a..50a2cdd78bd2da355944899688e36dfba52bcfb1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index e93d50cd2f96925d3c443ac6fd99947d17242905..a3dba1fab3a8350cf95cbb3b76af5e4a70594cd7 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-netconf-connector</artifactId>
index 315e2236f955d2ef9e8b6614bda8ff568339c8b8..4df29a76d2a77cd639e4e317a21df0099b7b7248 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>mdsal-netconf-connector</artifactId>
   <packaging>bundle</packaging>
index f83a4c9d8c8413c25faaa821a4abc6612e3457d6..a5d132aceeac886d8c6a394f67e2aa5fca9f69da 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>mdsal-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index f5d62b0634ebedf4378ac119a1aaca56b38ddc39..af578928e8b2e6560f92e4c2496ef23d9988ad1a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
     </parent>
     <artifactId>mdsal-netconf-notification</artifactId>
     <packaging>bundle</packaging>
index f37431eb8e58acf4f13b5e1ed75d041b61c9e24b..d8cb5526bb6f8cef1d96ee3b2e501f225695a6f7 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.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
     </parent>
 
     <artifactId>messagebus-netconf</artifactId>
index db384f7bab4b2d6bb57184ce5be42b5d075016d1..1dd5e5e4133b950e0bae92db4e602e02c72f102a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
   <packaging>bundle</packaging>
index 57b31332161b53651c3b3b7c46847fdb362a5fb5..22f0356bb403abd45ab8a9b2de20e70bffd1a595 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>ietf-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 4086056eac467f65b081d0798b7a1fd6823d7a4f..a83c4e51366bc0d7f9ce7b34b846fe09d7908523 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>ietf-netconf-notifications</artifactId>
   <packaging>bundle</packaging>
index d88cd17a208d809a8168a434e38358f276d58dc4..7aea049aaacd001f43f5bee0d570dec3ff75e2f4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-models</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
     </parent>
     <artifactId>ietf-netconf</artifactId>
     <packaging>bundle</packaging>
index 9ed52cf44d17fde9e22a705913f3a14973cd042b..5ee780a2e557d2608b06ba77f19b0679bdf7eec1 100644 (file)
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-models</artifactId>
 
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2-Beryllium-SR2</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index f9a6cbfe696eee4d52c5aaf43b4e77d169b00ab4..9af27373a6d8e4905904f8674ab65295e45c1779 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-api</artifactId>
   <packaging>bundle</packaging>
index 389440abde194f6404da4c810f0e0fb2b18fed63..c11dc7e448855b352fff102ff68edcdcf04e32cb 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.2-SNAPSHOT</version>
+      <version>1.6.2-Beryllium-SR2</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.3.2-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.3.2-Beryllium-SR2</mdsal.version>
     </properties>
 
     <dependencyManagement>
index 6747828c019a3cf1381b85085008091ca8185819..2f294bd84765e3a579cd32f6d01eee3e00489307 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>netconf-auth</artifactId>
index bd29f3239d1a2cf171149b96bb999ed90f629e3f..1345a008eb4ef5b3d7554f1bbd3889f8c69dd22d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-client</artifactId>
   <packaging>bundle</packaging>
index 85804f6be2fdcc7c4814e1253393438eb69b5d45..f11439dbbee08d19c60285206858461e9614ab7a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
     </parent>
 
   <artifactId>netconf-config-dispatcher</artifactId>
index 0d736babfa3c01aa2947e2ee1c8f0578495e25eb..d819552f170c560f9404ddab067dbf65589b3d67 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-config</artifactId>
   <description>Configuration files for netconf</description>
index fa4470d93de6a899188f78488697be56d365127a..03fbcb1f0c9ce6f5ae19cf1bfa69e300619896a7 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-connector-config</artifactId>
   <description>Configuration files for netconf-connector</description>
index 545b90300a4dc1e1a483d44df85ca4a25fbd2ae6..0babddfb5d451b94e7456332ad515a1a9ada9e55 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-impl</artifactId>
   <packaging>bundle</packaging>
index 98a5e39f21e0f39b9248d4112f63612cca7faf2a..1f6244474a62fe0301f2559f7e9651cce26d4ba9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
 
   <artifactId>netconf-it</artifactId>
index 7b9fc669f3395a7acd9e556965f5a1aa5c914fc7..f87a13fbbc964888f403bc4243988a286c98daee 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-mapping-api</artifactId>
 
index 862b397479158fd358a0bc8bfd5e423e4bf20865..e57f6c6a07990a29d5ba2a90fcfe4d198c35adc0 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-mdsal-config</artifactId>
   <description>Configuration files for netconf for mdsal</description>
index a745b135755bed3b68b83c197ff9d0300d0776bc..abaa56daa909f37287ac05c20e1a2b69575c14bf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index a15a0ecd85e5bae99b7a6479318b701ea010bffc..e3e8667200b92b34277cb45d0036bc9e5ecb6346 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
index f3a90d38d3ff1d600449a02677a53331930929af..b042180f65b42e124fe6a257f78fc2534529e989 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
index cd0c5ea2923fae60d6c25493a8c7756baa17924d..4ee9b7134b305870ae430db20029f2551bfeb933 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>netconf-notifications-impl</artifactId>
index c65366b9b90b9d3c97afc7b0e85919f22a182117..dbd48c7374811de1a70bf71754277ae980363727 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-ssh</artifactId>
   <packaging>bundle</packaging>
index beebc9af465ba96bfdfaf3ccf61c3263105fdb09..792fdce13c9e86e0534ef55e079535daca7c020f 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tcp</artifactId>
index a51d1dd41c7a807d5bc332d25f1ae487b8966b0e..15668d71404f284e549357add9ceb7ba77e016a2 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index a8af740a7cf78abc15dd5d3aa1027050e66603f5..c669c036f2fbcb87473d05b1fe79bfca010be7a4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index fa7588a820caf8a0cb2d9104c3f846a0eec98e86..d18a5f2324337dfbf685f7c171b9cd2c58490648 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-util</artifactId>
   <packaging>bundle</packaging>
index b24d0fae1d51d565a35a09d05475c335b398c679..6c0c982a3033a35fc8cd9cd077a26a1c1a09abcf 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 068f91ed7491e8dbb977ff00dfa44652435ca2a1..69df4ff58059046d4873f5e71eea2d549ad7da9c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
 
   <artifactId>sal-netconf-connector</artifactId>
index ae9eb60c602366ff5414f2b9e41bd1fe43a5aa8f..0f4f2256284f131f326d23fb962137407aae1a0a 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-tools</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
   </parent>
   <artifactId>netconf-cli</artifactId>
   <packaging>jar</packaging>
index e0dc8ff69d14021699c96df6cf79e64bb1a91db2..5ad26cad170f8f54952b4d2a7398ff3c14823623 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-tools</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
     </parent>
 
     <artifactId>netconf-testtool</artifactId>
index c3e867aae1be664386ce08430826d183b2380ed8..db222e8025a60d2d17dfd6cb47ded66263bae3b0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tools</artifactId>
index 30a921607991890f2b8f9771da73cf75d3f401c8..e8db0b5f73ed0c429d20f43aef041be32a29efd0 100644 (file)
@@ -5,11 +5,11 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2-Beryllium-SR2</version>
         <relativePath>../..</relativePath>
     </parent>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2-Beryllium-SR2</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index bfb3d1d7c5973a3c4a017d06ebcae24cc15057da..12b3c4242081fc0025441570f065eb1ce70008d1 100644 (file)
@@ -8,13 +8,13 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.2-SNAPSHOT</version>
+      <version>1.6.2-Beryllium-SR2</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2-Beryllium-SR2</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index a3608b6b95596bce5c0afe0bea0b5ac69f2a8125..8ad38161df0e31fb41f410351f10b028d987eece 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2-Beryllium-SR2</version>
   </parent>
   <artifactId>sal-rest-connector-config</artifactId>
   <description>Configuration files for sal-rest-connector</description>
index ba74508331d0cd32c678966c8c032f16b2251f9c..ebf42ddcfde4715de542c64ca9ceac175680f51e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2-Beryllium-SR2</version>
   </parent>
   <artifactId>sal-rest-connector</artifactId>
   <packaging>bundle</packaging>
index 9a311a820e18c3b71c890ecd3b38700922f0e279..fa78f309c181908fe6db76662d3e7e40910f08ee 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.2-Beryllium-SR2</version>
     </parent>
 
     <artifactId>sal-rest-docgen-maven</artifactId>
index dc509e48c2e61c125d4b9a4091ed41650e4ce07c..cd4365af8d53cf8c0fbb86cdb63810e60666d44e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2-Beryllium-SR2</version>
   </parent>
 
   <artifactId>sal-rest-docgen</artifactId>
index 898f9db48d78fc3b01456a7014dd6288b4ea23b3..f61c9d065062485b31f743cfa072384b4fcdef74 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2-Beryllium-SR2</version>
   </parent>
   <artifactId>sal-restconf-broker</artifactId>
   <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 192489aa461a54566dbce774df7a325fa6f64cfa..4e327fab052580d24e49cfc45fb32e2f0fc6eddc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.2-Beryllium-SR2</version>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2-Beryllium-SR2</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     </modules>
 
     <properties>
-        <aaa.version>0.3.2-SNAPSHOT</aaa.version>
+        <aaa.version>0.3.2-Beryllium-SR2</aaa.version>
         <akka.version>2.3.14</akka.version>
-        <commons.logback_settings.version>0.2.2-SNAPSHOT</commons.logback_settings.version>
-        <commons.opendaylight.version>1.6.2-SNAPSHOT</commons.opendaylight.version>
-        <config.version>0.4.2-SNAPSHOT</config.version>
+        <commons.logback_settings.version>0.2.2-Beryllium-SR2</commons.logback_settings.version>
+        <commons.opendaylight.version>1.6.2-Beryllium-SR2</commons.opendaylight.version>
+        <config.version>0.4.2-Beryllium-SR2</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.2-SNAPSHOT</features.test.version>
-        <ietf-inet-types.version>2010.09.24.8.2-SNAPSHOT</ietf-inet-types.version>
-        <ietf-restconf.version>2013.10.19.8.2-SNAPSHOT</ietf-restconf.version>
-        <ietf-topology.version>2013.10.21.8.2-SNAPSHOT</ietf-topology.version>
-        <ietf-yang-types.version>2010.09.24.8.2-SNAPSHOT</ietf-yang-types.version>
+        <features.test.version>1.6.2-Beryllium-SR2</features.test.version>
+        <ietf-inet-types.version>2010.09.24.8.2-Beryllium-SR2</ietf-inet-types.version>
+        <ietf-restconf.version>2013.10.19.8.2-Beryllium-SR2</ietf-restconf.version>
+        <ietf-topology.version>2013.10.21.8.2-Beryllium-SR2</ietf-topology.version>
+        <ietf-yang-types.version>2010.09.24.8.2-Beryllium-SR2</ietf-yang-types.version>
 
-        <mdsal.version>2.0.2-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.8.2-SNAPSHOT</mdsal.model.version>
-        <controller.mdsal.version>1.3.2-SNAPSHOT</controller.mdsal.version>
-        <netconf.version>1.0.2-SNAPSHOT</netconf.version>
-        <restconf.version>1.3.2-SNAPSHOT</restconf.version>
-        <protocol-framework.version>0.7.2-SNAPSHOT</protocol-framework.version>
+        <mdsal.version>2.0.2-Beryllium-SR2</mdsal.version>
+        <mdsal.model.version>0.8.2-Beryllium-SR2</mdsal.model.version>
+        <controller.mdsal.version>1.3.2-Beryllium-SR2</controller.mdsal.version>
+        <netconf.version>1.0.2-Beryllium-SR2</netconf.version>
+        <restconf.version>1.3.2-Beryllium-SR2</restconf.version>
+        <protocol-framework.version>0.7.2-Beryllium-SR2</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.2-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.8.2-Beryllium-SR2</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.2-SNAPSHOT</version>
+                            <version>0.2.2-Beryllium-SR2</version>
                         </dependency>
                     </dependencies>
                     <executions>