Release Beryllium 56/34956/1 release/beryllium
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 18 Feb 2016 23:40:33 +0000 (18:40 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 18 Feb 2016 23:40:33 +0000 (18:40 -0500)
Change-Id: I94ed921f16c34ce35b8b6d4437071d7782d79787
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
51 files changed:
features/netconf-connector/pom.xml
features/netconf/pom.xml
features/netconf/src/main/features/features.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 72b454a99548abe62d827a543a4201e030d4856c..e9b358ea63feca5d742cadae470188cfbf57fd77 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0-Beryllium</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.0-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.0-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.0-SNAPSHOT</config.version>
-    <features.test.version>1.6.0-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.0-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.0-SNAPSHOT</netconf.version>
-    <netconf.connector.version>1.3.0-SNAPSHOT</netconf.connector.version>
-    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+    <aaa.version>0.3.0-Beryllium</aaa.version>
+    <commons.opendaylight.version>1.6.0-Beryllium</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.0-Beryllium</controller.mdsal.version>
+    <config.version>0.4.0-Beryllium</config.version>
+    <features.test.version>1.6.0-Beryllium</features.test.version>
+    <mdsal.version>2.0.0-Beryllium</mdsal.version>
+    <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
+    <netconf.version>1.0.0-Beryllium</netconf.version>
+    <netconf.connector.version>1.3.0-Beryllium</netconf.connector.version>
+    <yangtools.version>0.8.0-Beryllium</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.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 63a98d1135d7e79eb19ab0ab461e385ec229b11b..8c392d52db51df65fd76599aef0b7afd8db15dd1 100644 (file)
@@ -4,26 +4,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0-Beryllium</version>
     <relativePath/>
   </parent>
   <!-- FIXME: Convert to features-parent -->
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>jar</packaging>
 
   <properties>
-    <aaa.version>0.3.0-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.0-SNAPSHOT</controller.mdsal.version>
-    <config.version>0.4.0-SNAPSHOT</config.version>
+    <aaa.version>0.3.0-Beryllium</aaa.version>
+    <commons.opendaylight.version>1.6.0-Beryllium</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.0-Beryllium</controller.mdsal.version>
+    <config.version>0.4.0-Beryllium</config.version>
     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.version>
-    <features.test.version>1.6.0-SNAPSHOT</features.test.version>
-    <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.0.0-SNAPSHOT</netconf.version>
-    <protocol-framework.version>0.7.0-SNAPSHOT</protocol-framework.version>
-    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+    <features.test.version>1.6.0-Beryllium</features.test.version>
+    <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
+    <netconf.version>1.0.0-Beryllium</netconf.version>
+    <protocol-framework.version>0.7.0-Beryllium</protocol-framework.version>
+    <yangtools.version>0.8.0-Beryllium</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.0-SNAPSHOT</version>
+        <version>1.6.0-Beryllium</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index b2e51abe2e4bf209d9b0ff54ec7b9e5ffba1d63e..26ad7104bf2ed3c724e7f7ce53880df50d3dd61d 100644 (file)
@@ -37,7 +37,7 @@
     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-monitoring-extension/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.mdsal.model/ietf-inet-types/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.mdsal.model/ietf-yang-types/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.mdsal.model/ietf-yang-types-20130715/2013.07.15.8-SNAPSHOT</bundle>
+    <bundle>mvn:org.opendaylight.mdsal.model/ietf-yang-types-20130715/2013.07.15.8-Beryllium</bundle>
   </feature>
 
   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">
index cc3daeeec29668142c5c13f386227166964d9949..83fc4e0a6bcb13d219ea60c901ebd964f8835b40 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>netconf-features-parent</artifactId>
index e241e6532e8e2f0c76c079ade78b47c5d09d761f..179f8fe54daf6b89f1b540d72535951520521c38 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0-Beryllium</version>
     <relativePath/>
   </parent>
   <artifactId>features-restconf</artifactId>
   <groupId>org.opendaylight.netconf</groupId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.3.0-Beryllium</version>
   <packaging>jar</packaging>
   <properties>
-    <aaa.version>0.3.0-SNAPSHOT</aaa.version>
-    <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
-    <controller.mdsal.version>1.3.0-SNAPSHOT</controller.mdsal.version>
-    <features.test.version>1.6.0-SNAPSHOT</features.test.version>
-    <mdsal.version>2.0.0-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
-    <restconf.version>1.3.0-SNAPSHOT</restconf.version>
+    <aaa.version>0.3.0-Beryllium</aaa.version>
+    <commons.opendaylight.version>1.6.0-Beryllium</commons.opendaylight.version>
+    <controller.mdsal.version>1.3.0-Beryllium</controller.mdsal.version>
+    <features.test.version>1.6.0-Beryllium</features.test.version>
+    <mdsal.version>2.0.0-Beryllium</mdsal.version>
+    <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
+    <restconf.version>1.3.0-Beryllium</restconf.version>
     <surefire.version>2.15</surefire.version>
-    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+    <yangtools.version>0.8.0-Beryllium</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.0-SNAPSHOT</version>
+        <version>1.6.0-Beryllium</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 81b9bad6c20a775dbc0924a97b70cd7e828475a2..55becc8bd7bf9d1613e01eac2e62a8b98e77b122 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0-Beryllium</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.3.0-Beryllium</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <netconf.version>1.0.0-SNAPSHOT</netconf.version>
-    <restconf.version>1.3.0-SNAPSHOT</restconf.version>
+    <netconf.version>1.0.0-Beryllium</netconf.version>
+    <restconf.version>1.3.0-Beryllium</restconf.version>
   </properties>
 
   <dependencies>
index b246556284407fb193b510aac92530a91c53d212..db617a5f42dcedc9005f47f061ff39fad8b2c438 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
         <relativePath>..</relativePath>
     </parent>
 
index b600b6a98aab7e2af52ccc05c46db9330e42872f..88a619f5fff38480812afc8543c062db2fd61fb7 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 019202242a9aa46c9f65f100ecd0a6ffc525b37e..b52e23ccd951a7bd146446e0aa43ea26ddce40e8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-netconf-connector</artifactId>
index 7548d830e8357b2c2a9d90ef5d335e615ab0cc80..b7a219f2ca0d341d6865cfa58103e81ad5002bbd 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>mdsal-netconf-connector</artifactId>
   <packaging>bundle</packaging>
index fb1cf5a0e6f55b2c7623335ac485b693295671b9..09f8c460476af92c91ea81551f8007a3c0bdd9a2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>mdsal-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 542ab35066a481fda821241dc0dc98c4bf4a7b65..3626282f3b97958c1d6f34b5186bebfd411c5ecf 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
     </parent>
     <artifactId>mdsal-netconf-notification</artifactId>
     <packaging>bundle</packaging>
index abb592bcd6de1759a0ff1e655c2a99976f276f62..857d8c2571ff73e03126d3577efe44fdcdbab601 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.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
     </parent>
 
     <artifactId>messagebus-netconf</artifactId>
index cbe032ad27e6332cd73347206a335dbcfc8ddbef..ddb6534fec1efbf5869924549c8253833b39aa98 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
   <packaging>bundle</packaging>
index 0d889ac85d7fa71142f35a9c66e79d6edf5afaa6..4c8bbf1f9dbab3efbe482661ea07ac79b0e661c1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>ietf-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index aa4ee271d6b5e4193da63fd621ca89520ead7f35..424973ef4acba52f814aae0184439c6894432c6f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>ietf-netconf-notifications</artifactId>
   <packaging>bundle</packaging>
index cdf9efc7e73c0b43d452e17f694090fa9e6d4384..64e77a83a3d2c4a8cb9a9ba2bdeabfa10b0598da 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-models</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
     </parent>
     <artifactId>ietf-netconf</artifactId>
     <packaging>bundle</packaging>
index 630dda534dee7289e9d10a98c3b2279af76879d9..19f64bbb67fcb88f70894cf73db6415b9b0f36b7 100644 (file)
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-models</artifactId>
 
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0-Beryllium</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 73e828937c8db1281c07fa60f43a5dac95f0eb46..75bdf192077c6e03af787ed64a8a9b9fce37396e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-api</artifactId>
   <packaging>bundle</packaging>
index cd4a0b7a26fec576d756150b1c02b0ac5beebf9d..259d70590c2d58fabd83eb8b75dd6608b7251adf 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.6.0-Beryllium</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.3.0-Beryllium</mdsal.version>
     </properties>
 
     <dependencyManagement>
index 3f0a0e548c19621764b10d87ae2b1e44745f37f4..813e0130304c7ea8ee7ac18fc1367473b02fee69 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>netconf-auth</artifactId>
index 07465e1a4410ddb0e73f935bc94274e0e015177e..618f0d08fecc4b2a62abb1be06b1921ce6c6e56f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-client</artifactId>
   <packaging>bundle</packaging>
index cf978d940f2786d1a6363d0713ee0ec6adfc9ef2..4304fc1a35d88162948a6f80964e39907edb82fd 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
     </parent>
 
   <artifactId>netconf-config-dispatcher</artifactId>
index 9636602399872331d248780d0427784f7878f1fd..58afcf427ff59479612b0e38f04a099e8487b2f1 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-config</artifactId>
   <description>Configuration files for netconf</description>
index f3d52910381764022fa6b2894599a3db5b35c964..3d2f3b8ec6a49337c8f541e2b7da49e90ed4cbb2 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-connector-config</artifactId>
   <description>Configuration files for netconf-connector</description>
index 0c462173153b5376ecf65ffe510f40245755fea6..534363fabbb44536f6bd7127a5d0a628ba9c88b4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-impl</artifactId>
   <packaging>bundle</packaging>
index f26e91d57191608473bfcf89a37d6bea3c32bf9d..0f0abfd28282630b4bc7b6fa560a36fa499a1c99 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
 
   <artifactId>netconf-it</artifactId>
index f96c2b03f894e91096557e5bbd9de61aa5a94446..52bb3d1d6e2e2a381c12a8cdc3299c71a5c4fe75 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-mapping-api</artifactId>
 
index d5db6bc3bcd2fb565854e31dbafd3a6f55bcb3b5..ab7ceeef23c6baefb6b6d5a26ff292b1d9dd9359 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-mdsal-config</artifactId>
   <description>Configuration files for netconf for mdsal</description>
index cb22568a2c2e657f820d4b9068366002b554d53a..686867573ffc56039ac4861d46cb54ebd3c14d7e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index 8b01d4ff36356c713c6728771e13af13d6832d1b..1ffc938b6a36f19367dfecfcb44a9f81b1da176f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
index 3bbd4df8386e9ffea2f8ed6f2b1f3c7a7a53ec44..1d9116bd1a5b7790ec914c45cbe2b2ebb611972f 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
index 59658a6dcf4ab904946e4eac3b469728c9d22bb6..740e063b0e85ef87f2cf2e613e315a30e2154e8d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>netconf-notifications-impl</artifactId>
index 265c3d6959925189393021d8ee091e25ee296aac..93b393fff3dc51b37593fc0ab9a2f4af6a2d7145 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-ssh</artifactId>
   <packaging>bundle</packaging>
index d95a26b979eaff3f5ea0baa0ac1749bb6c011f9d..f9940caf28b64928f536413942de63f7c44e9c66 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tcp</artifactId>
index f0667f67a6e49a4136449b08e42035e1349b3477..78381d3a57e634518249070787c35e9e8ea0d2fe 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 4944abfa417f62120677a5680115cb346b1d0331..6c4b8cc3bd8e42dad27540defc37c267731788b1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index adecf4feb93cb96dd525257be3cae69cb38ba16d..058bcfcaa217853aa55b3962673fd22034081d09 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-util</artifactId>
   <packaging>bundle</packaging>
index 657819072e44aaedc1bb33f69ad6236f67b82ebc..9e9d292ed82d6fb08542aed64ce062433df8bec3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
     <relativePath>../..</relativePath>
   </parent>
 
index c00b937d5ddb1f4280570ec34bcf28efe9feee88..744af8d0fdf2cbe17eacf11eedda4c5c19bcf145 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
 
   <artifactId>sal-netconf-connector</artifactId>
index cfe1f994d4da707a60f91a075fb7fb16d534ea0c..d8f2e8fd8bf8ef007fd65a3fb3ba29741cccc1b2 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-tools</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
   </parent>
   <artifactId>netconf-cli</artifactId>
   <packaging>jar</packaging>
index 06a1ea3b49588152aff358af2622313799a0159b..d69051b781651baab6a54f77d0dc135d21e55a3c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-tools</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
     </parent>
 
     <artifactId>netconf-testtool</artifactId>
index 19c4f3d6af415e8e95bbff8b0f92d7fedb6e4db7..907bbc05c77596a769d7f2b4afc44a30c31a0e70 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tools</artifactId>
index 6c4cbc47de68e3ac1d7b75d025bd3ecae1216665..19e65c325a14dbd09b3dbcdf206e726a1cffc425 100644 (file)
@@ -5,11 +5,11 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Beryllium</version>
         <relativePath>../..</relativePath>
     </parent>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0-Beryllium</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index d8e8edee1a3c673692b410bd03fad3abde9c48bd..db731208854c9c529c84a999d882637f2d13a5e8 100644 (file)
@@ -8,13 +8,13 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.6.0-Beryllium</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0-Beryllium</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index dea6ea1363f1957c7c38a27d3f36d48193063616..db0548361c0b1d9ea63658669f63613b9ab52bd6 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0-Beryllium</version>
   </parent>
   <artifactId>sal-rest-connector-config</artifactId>
   <description>Configuration files for sal-rest-connector</description>
index d826a2573570fc594235c9e10d190057f8cf15c4..d4f25b731b63dab70e0ba19dd7a78f5847d424ba 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0-Beryllium</version>
   </parent>
   <artifactId>sal-rest-connector</artifactId>
   <packaging>bundle</packaging>
index e3cf496e124073d6694181111922a0b6a7713928..16ccbf0f984e1c12470cf066298d68af83434691 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.0-Beryllium</version>
     </parent>
 
     <artifactId>sal-rest-docgen-maven</artifactId>
index 30f78ea494ace7f4cfec7cd23583606c8558eb78..9334fa300af4fb005a5969820c41c0e2f585c493 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0-Beryllium</version>
   </parent>
 
   <artifactId>sal-rest-docgen</artifactId>
index f3566725f1a88bbab17fdc130c4a9588b52db172..466cc8c09116470c094f7a2b54031a2f08be6ae2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0-Beryllium</version>
   </parent>
   <artifactId>sal-restconf-broker</artifactId>
   <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 87ddd0e2e722d660e134dacc0d5b4fe69699034d..2e27c0586e9dc8185b95b74633e5f03c878791cc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.0-Beryllium</version>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Beryllium</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     </modules>
 
     <properties>
-        <aaa.version>0.3.0-SNAPSHOT</aaa.version>
+        <aaa.version>0.3.0-Beryllium</aaa.version>
         <akka.version>2.3.14</akka.version>
-        <commons.logback_settings.version>0.2.0-SNAPSHOT</commons.logback_settings.version>
-        <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
-        <config.version>0.4.0-SNAPSHOT</config.version>
+        <commons.logback_settings.version>0.2.0-Beryllium</commons.logback_settings.version>
+        <commons.opendaylight.version>1.6.0-Beryllium</commons.opendaylight.version>
+        <config.version>0.4.0-Beryllium</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.0-SNAPSHOT</features.test.version>
-        <ietf-inet-types.version>2010.09.24.8-SNAPSHOT</ietf-inet-types.version>
-        <ietf-restconf.version>2013.10.19.8-SNAPSHOT</ietf-restconf.version>
-        <ietf-topology.version>2013.10.21.8-SNAPSHOT</ietf-topology.version>
-        <ietf-yang-types.version>2010.09.24.8-SNAPSHOT</ietf-yang-types.version>
+        <features.test.version>1.6.0-Beryllium</features.test.version>
+        <ietf-inet-types.version>2010.09.24.8-Beryllium</ietf-inet-types.version>
+        <ietf-restconf.version>2013.10.19.8-Beryllium</ietf-restconf.version>
+        <ietf-topology.version>2013.10.21.8-Beryllium</ietf-topology.version>
+        <ietf-yang-types.version>2010.09.24.8-Beryllium</ietf-yang-types.version>
 
-        <mdsal.version>2.0.0-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
-        <controller.mdsal.version>1.3.0-SNAPSHOT</controller.mdsal.version>
-        <netconf.version>1.0.0-SNAPSHOT</netconf.version>
-        <restconf.version>1.3.0-SNAPSHOT</restconf.version>
-        <protocol-framework.version>0.7.0-SNAPSHOT</protocol-framework.version>
+        <mdsal.version>2.0.0-Beryllium</mdsal.version>
+        <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version>
+        <controller.mdsal.version>1.3.0-Beryllium</controller.mdsal.version>
+        <netconf.version>1.0.0-Beryllium</netconf.version>
+        <restconf.version>1.3.0-Beryllium</restconf.version>
+        <protocol-framework.version>0.7.0-Beryllium</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.0-SNAPSHOT</yangtools.version>
+        <yangtools.version>0.8.0-Beryllium</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.0-SNAPSHOT</version>
+                            <version>0.2.0-Beryllium</version>
                         </dependency>
                     </dependencies>
                     <executions>