Bump versions by x.y.(z+1) 05/87605/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 12 Feb 2020 02:32:16 +0000 (02:32 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 12 Feb 2020 02:32:16 +0000 (02:32 +0000)
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: If44909867eadddf8d7c5ff46180114b16ee6012f

28 files changed:
artifacts/pom.xml
features/parent/pom.xml
features/production/features-neutron/pom.xml
features/production/odl-neutron-hostconfig-ovs/pom.xml
features/production/odl-neutron-hostconfig-vpp/pom.xml
features/production/odl-neutron-logger/pom.xml
features/production/odl-neutron-model/pom.xml
features/production/odl-neutron-northbound-api/pom.xml
features/production/odl-neutron-service/pom.xml
features/production/odl-neutron-spi/pom.xml
features/production/pom.xml
features/test/features-neutron-test/pom.xml
features/test/odl-neutron-logger-test/pom.xml
features/test/pom.xml
integration/test-standalone/pom.xml
integration/test/pom.xml
karaf/pom.xml
model/pom.xml
neutron-hostconfig/ovs/pom.xml
neutron-hostconfig/pom.xml
neutron-hostconfig/utils/pom.xml
neutron-hostconfig/vpp/pom.xml
neutron-logger/pom.xml
neutron-spi/pom.xml
northbound-api/pom.xml
parent/pom.xml
pom.xml
transcriber/pom.xml

index 901191ad2c16996c0d5a6cc5025c71e111b13925..53d8584c46a8cf8fa13d97f6ea8fade9d25b0ce5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>neutron-artifacts</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Neutron Artifacts</name>
 
index b90c8e0ca10a62fb7f0b8c944917e7e31c4a5c23..7616aea0cd8feef0f2b91c9f8c82c937b1baa5f4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>neutron-single-feature-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.10.2-SNAPSHOT</version>
+                <version>1.10.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 067df78a09c391d6e3cbd541eb572c2ed9202954..b2ce3887df7c063f13397974c8b5ec3e3953b15a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 48abbc6c4cb46fe1c77674f86738b2284cdf86f9..3600a89315724c3e4cd5a80096d1133f254f9d52 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.ovsdb</groupId>
                 <artifactId>southbound-artifacts</artifactId>
-                <version>1.9.2-SNAPSHOT</version>
+                <version>1.9.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <artifactId>odl-ovsdb-utils</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
-            <version>1.9.2-SNAPSHOT</version>
+            <version>1.9.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>odl-aaa-cert</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
-            <version>0.10.2-SNAPSHOT</version>
+            <version>0.10.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 17eac6fc6ef423fc89f9b904e27c1a8b8872df1a..87acc5b22250e849f7e72293ac5cc98f31d79bfc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <name>OpenDaylight :: Neutron :: Hostconfig :: VPP</name>
 
     <properties>
-        <netconf.version>1.7.2-SNAPSHOT</netconf.version>
+        <netconf.version>1.7.3-SNAPSHOT</netconf.version>
     </properties>
 
     <dependencyManagement>
index d376dbefc1591595d3bdfc86b8103066ee62ed07..aaaec79fbc29b96376a14739887b353abc3de86a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index dd66bb7d0193044e13ad37f4d323ada4c5001d1f..32684608c7bc1a8bdf664f70e2a30b6eaf84f3ae 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c759862a543839ec4a96c6b7e7dbecb9f41b8b64..22f06217e20f13dae27f8d2e9c51b006d0f0c317 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>1.6.2-SNAPSHOT</version>
+                <version>1.6.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
                 <artifactId>aaa-artifacts</artifactId>
-                <version>0.10.2-SNAPSHOT</version>
+                <version>0.10.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>restconf-artifacts</artifactId>
-                <version>1.10.2-SNAPSHOT</version>
+                <version>1.10.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6f6e309ec8f932856e1ac5ee4b04bbb42a0d853a..233e2adea434236ae29b27825488fe1c1d79b79a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0aaa07efa3c0ffa07a0700abe4f013bd7a358c17..86e4f0d16f2544995a73465aabf20a6b9bff298a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 94d23b17b8538dc7a62985f867fcdd169bf05483..662559da33eb432866b475ec4e2494f6f6c317d0 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
index c344ad209e4cdb1fc707532b151bb8bb5a5a64f0..1c66c13442c48da598b728bf999282821a26d551 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>features-neutron-test</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <properties>
index a52ca88f4388ef060c26532496b198f405d4b881..f3036875f25293e7e47ee14d0199e626c496be0c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.neutron</groupId>
         <artifactId>neutron-single-feature-parent</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <version>0.13.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ea2d56e0444080c9ca8d9ae9ad8aaf160dfbadd6..bd07998f847b8b1cb37c8f87b2c6bcdea383c5f1 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>features-test-aggregator</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
index 131a39f9b37f4cd2ef86d944c6e944cc552c7ec2..90d7af4cdf8f962342e5739417cffc5e24bbab20 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>integration-test-standalone</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
 
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -56,7 +56,7 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-broker-impl</artifactId>
-      <version>1.10.2-SNAPSHOT</version>
+      <version>1.10.3-SNAPSHOT</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-broker-impl</artifactId>
-      <version>1.10.2-SNAPSHOT</version>
+      <version>1.10.3-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>infrautils-testutils</artifactId>
-      <version>1.6.2-SNAPSHOT</version>
+      <version>1.6.3-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>inject.guice.testutils</artifactId>
-      <version>1.6.2-SNAPSHOT</version>
+      <version>1.6.3-SNAPSHOT</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
     <dependency>
       <groupId>org.opendaylight.aaa.web</groupId>
       <artifactId>web-jetty-impl</artifactId>
-      <version>0.10.2-SNAPSHOT</version>
+      <version>0.10.3-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.aaa.web</groupId>
       <artifactId>servlet-jersey2</artifactId>
-      <version>0.10.2-SNAPSHOT</version>
+      <version>0.10.3-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 782f74ea94858c7d85a06d54e957cef4d8d41a37..e26d0b71c3be5038295666bdcdeb916e38f69a25 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.10.2-SNAPSHOT</version>
+    <version>1.10.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>integration-test</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
 
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 37dcd1af0cc6124d953216fa5cff862db688b47b..4dbe05650b113a8014c975c1f33f0362b430c8fe 100644 (file)
@@ -15,7 +15,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>neutron-karaf</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <dependencyManagement>
index f4bf618e9fa0922df6a4978434bc81ad2b3aa78b..9631529bac1e98214daff0f43ee3fd11635b0408 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>model</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 41628789b226599b2e1c817ac6ba00c2a804be0c..1dbacd8f2f214ae108d4f79a67d824dd2863e36c 100644 (file)
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-hostconfig-ovs</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>utils.mdsal-utils</artifactId>
-      <version>1.9.2-SNAPSHOT</version>
+      <version>1.9.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>utils.southbound-utils</artifactId>
-      <version>1.9.2-SNAPSHOT</version>
+      <version>1.9.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
index 6471bcd8b629ecc4d82cdc88aa0ebf510c7a8616..f577d5695939cd60714948de74fbfe04835e4a62 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-hostconfig</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index e75b7ef6214dbb83a1fbfae37a838376f23d0433..bc701cc9325ef23bc82e9953515b582b5f20f0ee 100644 (file)
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-hostconfig-utils</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 3c736af6a229e4384dea099101367d5f469fd755..916d891876aa652344b9dd18e33226b99afe24b2 100644 (file)
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-hostconfig-vpp</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -29,7 +29,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.7.2-SNAPSHOT</version>
+        <version>1.7.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 608db3653b1d8eb641a2a1fd5f58f4d5801a08c0..fce0cb697282b4c53750da41235acc76614db904 100644 (file)
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-logger</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 443d35be61d1efae5319dc51b05d9b5c3b97ac48..cef9de823ecbdc5d9eedd4897399391fe98afb30 100644 (file)
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-spi</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 714f8fe909e104a4f6840c013abcfa5b20b18690..37e238cbf4bdffa9ed1fa84a367b8a966798d451 100644 (file)
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>northbound-api</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
       <dependency>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.10.2-SNAPSHOT</version>
+        <version>0.10.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-artifacts</artifactId>
-        <version>1.10.2-SNAPSHOT</version>
+        <version>1.10.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0260f806791445eb013f2cceb94b669a444f8387..3563e10bae666e04870b9e006034ad91c677c398 100644 (file)
@@ -18,7 +18,7 @@
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron-parent</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.10.2-SNAPSHOT</version>
+        <version>1.10.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index 26bf5316b9285cf9efbf901da32b091d3d8ae79b..79bf793f0f0bbd316aa50d93feecdb3381c4aa23 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,12 +9,12 @@
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>parent</relativePath>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>neutron</name> <!-- Used by Sonar to set project name -->
   <description>OpenDaylight Neutron Northbound Service</description>
index a3053fb6a51311b4ae5173902b6d13ff6b49f45c..cd9c36457c380efc1e9f0171a9a18f47a1c71eb9 100644 (file)
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>0.13.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>transcriber</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.13.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->