Bumping versions by 0.0.1 for next dev cycle 10/38710/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 May 2016 04:07:40 +0000 (00:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 May 2016 04:07:40 +0000 (00:07 -0400)
Change-Id: I756f65ba37f7c745d41eee890f46ed473c0cd9d7
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 bdc5ef2ea6bce485a2367fb058de5416b6a698be..2accfb1321ce016741716cce9e6623a1d2064e33 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.2-Beryllium-SR2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf-connector</artifactId>
-  <version>1.0.2-Beryllium-SR2</version>
+  <version>1.0.3-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <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>
+    <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>
     <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-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index ff5e9c9b525845f1fd7bfd9202aba3ecaa983e56..0588377de6f908b913f2fc3ec340d87495a6f85a 100644 (file)
@@ -4,26 +4,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.2-Beryllium-SR2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <!-- FIXME: Convert to features-parent -->
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>features-netconf</artifactId>
-  <version>1.0.2-Beryllium-SR2</version>
+  <version>1.0.3-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <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>
+    <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>
     <exi.nagasena.version>0000.0002.0053.0</exi.nagasena.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>
+    <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>
     <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-Beryllium-SR2</version>
+        <version>1.6.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 66ce8e26b08707f68afdd52dae48969873d548c8..02669a03dab19d3747486290b1df14e5e198f83c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>netconf-features-parent</artifactId>
index d33b22d6b92667efc4a433dba6bc1b5d56fa7260..88c85cc10fed3302baa65480d465e10b3671fa3a 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.2-Beryllium-SR2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <artifactId>features-restconf</artifactId>
   <groupId>org.opendaylight.netconf</groupId>
-  <version>1.3.2-Beryllium-SR2</version>
+  <version>1.3.3-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
-    <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>
+    <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>
     <surefire.version>2.15</surefire.version>
-    <yangtools.version>0.8.2-Beryllium-SR2</yangtools.version>
+    <yangtools.version>0.8.3-SNAPSHOT</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-Beryllium-SR2</version>
+        <version>1.6.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f9c3291f72e5526171f42dbbfb104b2242e9e665..0be821a1df1330a868c4805aae75290b8c4474de 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.6.2-Beryllium-SR2</version>
+    <version>1.6.3-SNAPSHOT</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-karaf</artifactId>
-  <version>1.3.2-Beryllium-SR2</version>
+  <version>1.3.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <netconf.version>1.0.2-Beryllium-SR2</netconf.version>
-    <restconf.version>1.3.2-Beryllium-SR2</restconf.version>
+    <netconf.version>1.0.3-SNAPSHOT</netconf.version>
+    <restconf.version>1.3.3-SNAPSHOT</restconf.version>
   </properties>
 
   <dependencies>
index c5c2e7b23ebf583b315f826a5c4d55db2731311b..2c1679af64ec7aa08940a75c5f4eab5200cdb00f 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
index 50a2cdd78bd2da355944899688e36dfba52bcfb1..a6d9f2eacdba2a997cca678f48ed0c0f55954afb 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index a3dba1fab3a8350cf95cbb3b76af5e4a70594cd7..74c2a723b88872419bbb9f4e5f39cc01dcd031a3 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-netconf-connector</artifactId>
index 4df29a76d2a77cd639e4e317a21df0099b7b7248..f476b5fa308dddab1f57af0a75102a641a27b00b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-connector</artifactId>
   <packaging>bundle</packaging>
index a5d132aceeac886d8c6a394f67e2aa5fca9f69da..6efdfa4045e303c56ba77f8aff12ca7f085451c7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index af578928e8b2e6560f92e4c2496ef23d9988ad1a..2059e1e0cd01c8706c7ac122d65abb5ba3384a55 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
     </parent>
     <artifactId>mdsal-netconf-notification</artifactId>
     <packaging>bundle</packaging>
index d8cb5526bb6f8cef1d96ee3b2e501f225695a6f7..c9fe3c24fa94331b43573fa345f78d46318ca7cb 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-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>messagebus-netconf</artifactId>
index 1dd5e5e4133b950e0bae92db4e602e02c72f102a..77dc06b0034647391670c906f9b86302477d4020 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
   <packaging>bundle</packaging>
index 22f0356bb403abd45ab8a9b2de20e70bffd1a595..a6555e5572fce9bab9d1027c523d7c10852d4d05 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index a83c4e51366bc0d7f9ce7b34b846fe09d7908523..50cddb8bb1e65bbb86543fb8e0ef7ccf02c32a36 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-models</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>ietf-netconf-notifications</artifactId>
   <packaging>bundle</packaging>
index 7aea049aaacd001f43f5bee0d570dec3ff75e2f4..d7f0c663773830ee844f0792bee3711c67dde020 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-models</artifactId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
     </parent>
     <artifactId>ietf-netconf</artifactId>
     <packaging>bundle</packaging>
index 5ee780a2e557d2608b06ba77f19b0679bdf7eec1..44026925773c6b9b28e1721db175f909ec677630 100644 (file)
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-models</artifactId>
 
-  <version>1.0.2-Beryllium-SR2</version>
+  <version>1.0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
index 9af27373a6d8e4905904f8674ab65295e45c1779..cacd192cf22de9bd26062652ed558b0fa82044c4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-api</artifactId>
   <packaging>bundle</packaging>
index c11dc7e448855b352fff102ff68edcdcf04e32cb..9bce2485ffb6194f03095f93256fc780b65801dc 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.2-Beryllium-SR2</version>
+      <version>1.6.3-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <mdsal.version>1.3.2-Beryllium-SR2</mdsal.version>
+        <mdsal.version>1.3.3-SNAPSHOT</mdsal.version>
     </properties>
 
     <dependencyManagement>
index 2f294bd84765e3a579cd32f6d01eee3e00489307..e44033991291e0596d43acde9382de93d0548e58 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>netconf-auth</artifactId>
index 1345a008eb4ef5b3d7554f1bbd3889f8c69dd22d..35cf3a8aa06fbbf53136f2f3beda9ec6f80a8375 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-client</artifactId>
   <packaging>bundle</packaging>
index f11439dbbee08d19c60285206858461e9614ab7a..65c3109ff2c40517a26159ae312ae1692bafc2b5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-subsystem</artifactId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
     </parent>
 
   <artifactId>netconf-config-dispatcher</artifactId>
index d819552f170c560f9404ddab067dbf65589b3d67..17fc335d63ef24ab71bca590abfcda4a9761cbdb 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-config</artifactId>
   <description>Configuration files for netconf</description>
index 03fbcb1f0c9ce6f5ae19cf1bfa69e300619896a7..58d91e3b4d5a9b0928ed6012536264d7301277cc 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-connector-config</artifactId>
   <description>Configuration files for netconf-connector</description>
index 0babddfb5d451b94e7456332ad515a1a9ada9e55..f8ab5739277620403423604806d7f8c345e357c2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-impl</artifactId>
   <packaging>bundle</packaging>
index 1f6244474a62fe0301f2559f7e9651cce26d4ba9..5892630b1480080a2a07787a99bd0e2f3d780ec8 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>netconf-it</artifactId>
index f87a13fbbc964888f403bc4243988a286c98daee..fd1bf7502932bee767fd0c3e3023e05007bcdbad 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-mapping-api</artifactId>
 
index e57f6c6a07990a29d5ba2a90fcfe4d198c35adc0..1fd5e8653914cbebf4f89c6ddd16bce617dc2323 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-mdsal-config</artifactId>
   <description>Configuration files for netconf for mdsal</description>
index abaa56daa909f37287ac05c20e1a2b69575c14bf..d72bef34a28b805deb1f6b54063144118ea7f08d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-monitoring</artifactId>
   <packaging>bundle</packaging>
index e3e8667200b92b34277cb45d0036bc9e5ecb6346..f980a69f4b1204b8cd0e03022dc0b0e0c66fa86c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
index b042180f65b42e124fe6a257f78fc2534529e989..b8a451e91ef71a6cb99e1032a505f47d22288c99 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
index 4ee9b7134b305870ae430db20029f2551bfeb933..0e40de8f28f782e0dd3a99e897a030a30c30a84e 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>netconf-notifications-impl</artifactId>
index dbd48c7374811de1a70bf71754277ae980363727..1be17e819a9a3a76dbbe124a22fcbe55c5dc5998 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-ssh</artifactId>
   <packaging>bundle</packaging>
index 792fdce13c9e86e0534ef55e079535daca7c020f..38d51a5e2c7e01c1873d03e5e00813b9676e3dce 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tcp</artifactId>
index 15668d71404f284e549357add9ceb7ba77e016a2..59fc52acd697fd8f86b6013947ceb18ef2537a9b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index c669c036f2fbcb87473d05b1fe79bfca010be7a4..ee3378de07e168172222709ed42d1554733bf259 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.netconf</groupId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index d18a5f2324337dfbf685f7c171b9cd2c58490648..dc8461f85c4e6453009f122905c4f305f9178cc2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-util</artifactId>
   <packaging>bundle</packaging>
index 6c0c982a3033a35fc8cd9cd077a26a1c1a09abcf..be7c0b0f85c10a64f01b59997d877f166606abb1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 69df4ff58059046d4873f5e71eea2d549ad7da9c..66d96b1800e8f6c97aa06e18761f88d7b5c9ab0a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-netconf-connector</artifactId>
index 0f4f2256284f131f326d23fb962137407aae1a0a..02690a894e739ef31fdcaa3182609508df71e0b2 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-tools</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-cli</artifactId>
   <packaging>jar</packaging>
index 5ad26cad170f8f54952b4d2a7398ff3c14823623..121acc7153c34cc70ce163b72fe61fa0cc9923de 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-tools</artifactId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>netconf-testtool</artifactId>
index db222e8025a60d2d17dfd6cb47ded66263bae3b0..cd1beefd292372fa7e29b4c5a4c1919379701de5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>netconf-tools</artifactId>
index e8db0b5f73ed0c429d20f43aef041be32a29efd0..5e4026c4ce35a4dc96497825021825bab9ce7f2d 100644 (file)
@@ -5,11 +5,11 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.0.2-Beryllium-SR2</version>
+        <version>1.0.3-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-Beryllium-SR2</version>
+    <version>1.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
index 12b3c4242081fc0025441570f065eb1ce70008d1..a37f00180b59b1d4498049c7195d54187c400a07 100644 (file)
@@ -8,13 +8,13 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.6.2-Beryllium-SR2</version>
+      <version>1.6.3-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
-    <version>1.3.2-Beryllium-SR2</version>
+    <version>1.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index 8ad38161df0e31fb41f410351f10b028d987eece..d551a97e1e7cb38b7c5b7968464b08976ebb4147 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-Beryllium-SR2</version>
+    <version>1.3.3-SNAPSHOT</version>
   </parent>
   <artifactId>sal-rest-connector-config</artifactId>
   <description>Configuration files for sal-rest-connector</description>
index ebf42ddcfde4715de542c64ca9ceac175680f51e..2c7aa374abe4e2c075eeda7431d97a44145833da 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-Beryllium-SR2</version>
+    <version>1.3.3-SNAPSHOT</version>
   </parent>
   <artifactId>sal-rest-connector</artifactId>
   <packaging>bundle</packaging>
index fa78f309c181908fe6db76662d3e7e40910f08ee..fea502c2f9fe6c15b66a6be9462e128304066937 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.3.2-Beryllium-SR2</version>
+        <version>1.3.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>sal-rest-docgen-maven</artifactId>
index cd4365af8d53cf8c0fbb86cdb63810e60666d44e..917e4fb6d962851eb9069f0e76738d343397f8d9 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-Beryllium-SR2</version>
+    <version>1.3.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sal-rest-docgen</artifactId>
index f61c9d065062485b31f743cfa072384b4fcdef74..5db4443cf05a34fc9873b567ccd3e90ea5a6a4c7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.3.2-Beryllium-SR2</version>
+    <version>1.3.3-SNAPSHOT</version>
   </parent>
   <artifactId>sal-restconf-broker</artifactId>
   <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 4e327fab052580d24e49cfc45fb32e2f0fc6eddc..665e5a908faeea35fd78a715f6bbf6d28bb96514 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-Beryllium-SR2</version>
+        <version>1.6.3-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.0.2-Beryllium-SR2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     </modules>
 
     <properties>
-        <aaa.version>0.3.2-Beryllium-SR2</aaa.version>
+        <aaa.version>0.3.3-SNAPSHOT</aaa.version>
         <akka.version>2.3.14</akka.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>
+        <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>
         <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-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>
+        <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>
 
-        <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>
+        <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>
         <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-Beryllium-SR2</yangtools.version>
+        <yangtools.version>0.8.3-SNAPSHOT</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-Beryllium-SR2</version>
+                            <version>0.2.3-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                     <executions>