Incrementing versions by 0.0.1 for post-helium stability branch 12/11812/1
authorDana Kutenicsova <dkutenic@cisco.com>
Wed, 8 Oct 2014 12:57:05 +0000 (14:57 +0200)
committerDana Kutenicsova <dkutenic@cisco.com>
Wed, 8 Oct 2014 12:57:58 +0000 (14:57 +0200)
Change-Id: Ie141e9ee19d1e1729865955a86d549dfdd84ec41
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
50 files changed:
bgp/concepts/pom.xml
bgp/controller-config/pom.xml
bgp/feature/pom.xml
bgp/linkstate/pom.xml
bgp/parser-api/pom.xml
bgp/parser-impl/pom.xml
bgp/parser-mock/pom.xml
bgp/parser-spi/pom.xml
bgp/pom.xml
bgp/rib-api/pom.xml
bgp/rib-impl/pom.xml
bgp/rib-mock/pom.xml
bgp/rib-spi/pom.xml
bgp/testtool/pom.xml
bgp/topology-provider/pom.xml
bgp/util/pom.xml
commons/parent/pom.xml
concepts/pom.xml
data-change-counter/pom.xml
integration-tests/pom.xml
pcep/api/pom.xml
pcep/controller-config/pom.xml
pcep/ietf-stateful02/pom.xml
pcep/ietf-stateful07/pom.xml
pcep/impl/pom.xml
pcep/pcc-mock/pom.xml
pcep/pom.xml
pcep/segment-routing/pom.xml
pcep/spi/pom.xml
pcep/testtool/pom.xml
pcep/topology-api/pom.xml
pcep/topology-provider/pom.xml
pcep/topology-spi/pom.xml
pcep/tunnel-api/pom.xml
pcep/tunnel-provider/pom.xml
pom.xml
programming/api/pom.xml
programming/controller-config/pom.xml
programming/impl/pom.xml
programming/pom.xml
programming/spi/pom.xml
programming/topology-api/pom.xml
programming/tunnel-api/pom.xml
rsvp/api/pom.xml
rsvp/pom.xml
topology/api/pom.xml
topology/pom.xml
topology/segment-routing/pom.xml
topology/tunnel-api/pom.xml
util/pom.xml

index 7c9c0bee1ee92d42665e39ca09a6a8db64efb7af..bf9581efd5b8dcdd7643b3e218af45130a588a9e 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-concepts</artifactId>
index bbe458ef2b5d9440e9e7a3faf8f867f752c04379..bcf6cf89a4c0c3acc6176180bea31320d0b58a7a 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-controller-config</artifactId>
index 74826db406dc692e3c7a05b0c6ca5f4026324f9a..06f8df8b756614d2e80c7e1c8c9bd64e670ce586 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
     <artifactId>features-bgp</artifactId>
 
 
     <properties>
         <features.file>features.xml</features.file>
-        <yangtools.version>0.6.2-Helium</yangtools.version>
-        <mdsal.version>1.1-Helium</mdsal.version>
-        <netconf.version>0.2.5-Helium</netconf.version>
-        <commons.opendaylight.version>1.4.2-Helium</commons.opendaylight.version>
-        <tcpmd5.version>1.0.0-Helium</tcpmd5.version>
+        <yangtools.version>0.6.3-SNAPSHOT</yangtools.version>
+        <mdsal.version>1.1.1-SNAPSHOT</mdsal.version>
+        <netconf.version>0.2.6-SNAPSHOT</netconf.version>
+        <commons.opendaylight.version>1.4.3-SNAPSHOT</commons.opendaylight.version>
+        <tcpmd5.version>1.0.1-SNAPSHOT</tcpmd5.version>
     </properties>
 
     <!-- Testing -->
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>config-api</artifactId>
-            <version>0.2.5-Helium</version>
+            <version>0.2.6-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>
index 48b9f7a66255674fabda9de010a6a9fa4129c170..46698ef4dda778caa6d6b6265065d4288f370970 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-linkstate</artifactId>
index efa03354e909e3e192ed0024c4287e14c3fcd357..7665bbe63678eab7b014fcd5930e8acea4608981 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-parser-api</artifactId>
index 4724c51c015e87dee3168df98054082e2d08af66..db0a6953c0d3fc979a11e698066e0a534e9f7f58 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-parser-impl</artifactId>
index 10dadcedecd8b57afc75ecf213d0cad9987325b9..9c7afa3e28c8cfacecbfca81c686368df75ec769 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-parser-mock</artifactId>
index 632e2279c586b86a8396e653a7bda9a4d40ee375..762c0f84beecef4fa5eda5edc7dceeff59e0cb0f 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-parser-spi</artifactId>
index 0d6ec67a9d541f8428acbaeee3c2a04d8ae3f880..a5210b621ec7e7ea5b82e3d4223d37623e7b068b 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
     <prerequisites>
index 6b38c8116a744671078d00f42ad2021a719fefc6..20acaa315dc905c0c447b3780b8e9e29cd1485fe 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-rib-api</artifactId>
index 4ddf3ca84cc58385aaa5bb42aef8460551209403..519288b9fbb806cd03d423df131f30573069bda0 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-rib-impl</artifactId>
index 99d096dfb79c0253d335543096aa0ce07f04e51a..ac4aabed0f504a7f5b3a8b067f9ed5426ecf34ff 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-rib-mock</artifactId>
index a5e7172edb609a9b7416cef1da35461819963f94..6c412429381817aae6dc6f6edbe4c19f45f43a17 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-rib-spi</artifactId>
index efced20bbc524dc59863bd0f8e23491834360fbc..fc5b396b3b99467690c49e02bdc8598b4e9f42bf 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-testtool</artifactId>
index aed30fe25c19af23ee2abbb713c9423c9dbde803..7042cc1d9d264c30827e34690928e195b9565e01 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-topology-provider</artifactId>
index b3c57463916578f315e1e2a84dbd15d4f31c77df..d70d9e72f2a13be8577d08c0923d31d6f704a0c3 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-util</artifactId>
index 1cf89261644e80c0e3a4a61591475fe1557b9596..1457c458384278460c046f45988fa6ebad6f52db 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.4.2-Helium</version>
+        <version>1.4.3-SNAPSHOT</version>
         <relativePath></relativePath>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>commons.parent</artifactId>
     <name>BGPCEP common parent</name>
-    <version>0.3.1-Helium</version>
+    <version>0.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <licenses>
         <surefire.version>2.15</surefire.version>
 
         <!-- YANG tools artifacts -->
-        <yangtools.version>0.6.2-Helium</yangtools.version>
-        <ietf.types.version>2010.09.24.4-Helium</ietf.types.version>
-        <ietf.topology.version>2013.10.21.2-Helium</ietf.topology.version>
-        <yang-ext.version>2013.09.07.4-Helium</yang-ext.version>
+        <yangtools.version>0.6.3-SNAPSHOT</yangtools.version>
+        <ietf.types.version>2010.09.24.4.1-SNAPSHOT</ietf.types.version>
+        <ietf.topology.version>2013.10.21.2.1-SNAPSHOT</ietf.topology.version>
+        <yang-ext.version>2013.09.07.4.1-SNAPSHOT</yang-ext.version>
 
         <!-- Controller artifacts -->
-        <controller.config.version>0.2.5-Helium</controller.config.version>
-        <controller.framework.version>0.5.0-Helium</controller.framework.version>
-        <controller.mdsal.version>1.1-Helium</controller.mdsal.version>
+        <controller.config.version>0.2.6-SNAPSHOT</controller.config.version>
+        <controller.framework.version>0.5.1-SNAPSHOT</controller.framework.version>
+        <controller.mdsal.version>1.1.1-SNAPSHOT</controller.mdsal.version>
 
         <!-- TCP-MD5 artifacts -->
-        <tcpmd5.version>1.0.0-Helium</tcpmd5.version>
+        <tcpmd5.version>1.0.1-SNAPSHOT</tcpmd5.version>
 
         <!-- Sonar config -->
         <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
index e557414d7e4c980a6b7f1d05ec867229efa102a6..cdc1fd3e28e99f25de692e993f8963d05c568a27 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
     <prerequisites>
index 6a4caf5733b71a873e7e4871dcb3efe83a33498d..17749d506df054c8b9191969660622e894e70a0e 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>commons.parent</artifactId>
-    <version>0.3.1-Helium</version>
+    <version>0.3.2-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
   </parent>
   <prerequisites>
index 592b543c786d15b7d0a80372c55fa573ee2c330b..636d56579cc533b32e1b730c9cca93eeeffdeefe 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
 
index 80967d859060cd55c9cc98e9e28d5d1209c347ff..5042995e52d4310f0bc44747c25747fc571b5b7e 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-api</artifactId>
index 50b00e5371912b83c6d208fda78fa50e4ba8de7a..7bdc38abd344b058314d9614b65e782d996cf236 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-controller-config</artifactId>
index 2da071fba009bf9043c7d9e131170193d2e63183..96be55e9c3b67687108ae4b2b06b6d0b1e8f1abb 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-ietf-stateful02</artifactId>
index ea2686dece7678fbfde69c5da381947dce1f16f4..e34aec156fc39bf2401c955eba1ba382b7808255 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-ietf-stateful07</artifactId>
index 3c1ae87a02a053b83ebae26f4aac3eee9cbfc017..004c025f2abaaf5529a41d69a4ffd73f2a5dd71b 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-impl</artifactId>
index c9ac030e0b719506edcded99f83d47b0a6920ca1..618601d01f22666deadade6412fd0c8930c76a5e 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>pcep-parent</artifactId>
-    <version>0.3.1-Helium</version>
+    <version>0.3.2-SNAPSHOT</version>
   </parent>
   <artifactId>pcep-pcc-mock</artifactId>
 
index 3264c084207054d0b3889eb1b1294400e0bb2846..d093e43688841b68c5e61d7261ac3c528b34461d 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
     <prerequisites>
index dbdd11b9d710717ae10bd3438484e82f92c2065a..82eae0d0121447d0ecebf60ce67879deeb3d1660 100644 (file)
@@ -19,7 +19,7 @@
    <parent>
       <groupId>org.opendaylight.bgpcep</groupId>
       <artifactId>pcep-parent</artifactId>
-      <version>0.3.1-Helium</version>
+      <version>0.3.2-SNAPSHOT</version>
    </parent>
    <artifactId>pcep-segment-routing</artifactId>
    <description>PCE Segment Routing model plugin</description>
index eb0989bea309e791d91f1d836ee480aeddac3b40..749d5efc08fca2038b43253421ba5606c9560fa9 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-spi</artifactId>
index 2f778328ef45afef8eb249c7d2da6c05ace86c3c..9afdfe0d7ccff60fed2362722f8ad812214d9b50 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-testtool</artifactId>
index ce52f73e2bc33298d317676403cc49de31c501fd..444cf0168d0dff04521870661d304132e761bc97 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-topology-api</artifactId>
index 71c4f4d07d230e1fe120a3e8fe38c44b512e2eaf..80f6f13cd6ecbe3ceec0aaf0246a3a7dbf3789db 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-topology-provider</artifactId>
index dab859f3167167014d0410a3929484519698b17f..efc7ebb1fa7bfb4f2719b443734f742fe06a7f89 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-topology-spi</artifactId>
index 2ea41c13ae85e7c80ff31ba4379b035f83008161..b7c80ea55f4bad51b20a47eae6b4f80ca8d9edfb 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-tunnel-api</artifactId>
index 3ccd8352bfe0e0d11133214cf8767125421b96db..01db66b537cc7f3ea0e230fd2dfa97d114d79244 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-tunnel-provider</artifactId>
diff --git a/pom.xml b/pom.xml
index b9f6672b64f980bd55ddbcc30717333ddec346f1..8d36bef7f7ff4cafb0084540716bfa728a8b49df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>commons/parent</relativePath>
     </parent>
 
index fe52efbca126f674018c8816514b61528ae06b94..ec744f332ecef4a2d35963da20b8dd022baef898 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>programming-api</artifactId>
index e9bc6af991ce1dd868abb0f7f0ce08994547d71f..af1fdbb4dfdb101b41c220f8958daa67287020a3 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>programming-controller-config</artifactId>
index 12d1e7d45510ad9513ce1d81343688d6c6693073..e1d60d1d308e3f68dbd9021076f66c8c0bd24e30 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>programming-impl</artifactId>
index 455182d134a5c2df9232f4153f612943466a3fa8..d74c54b22aa0ad10a91f49eea7704749f63472d5 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
     <prerequisites>
index 15aa5d382221834dbe29bc663b2c5fa1214dc3f6..2dd243e4e3002b5ee0c46720c2e5de80868cb519 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>programming-spi</artifactId>
index 28e8a80f902ebc848ff47a316bc8a81f6b5b51a7..3967c4251eec3872a087c8d265b1eff1fbf7dae1 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>programming-topology-api</artifactId>
index dd16b100283dd940d5f1489df3383dcb81fccada..e9af9b97ff155c0ecf5a927bc213f6aa970af068 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>programming-tunnel-api</artifactId>
index 0dc3a8bdb45ca9b17fc7571a7a2ab258724fcf93..764ceff76f80d2558c9884c4ea8a538b30f49155 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>rsvp-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>rsvp-api</artifactId>
index 1138f56cf76dbad54d943655983c80bad0d51b56..10f6b0b468d93cc9c5add648a1187c970ed3e7e1 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
     <prerequisites>
index 495bf1f133234fb336fc0f6ddf2f88349619f54a..03d612d5580bee5acefe57542fa75e147f1e3d62 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>topology-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>topology-api</artifactId>
index 082b7e9eb9ae7beb468ad754bd8460443a4c851d..cb436060bb93a12a245fd75cf42c3029247d274a 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>
 
index 5bfcf3c3122c801a54969387544f998525be78fa..4841ddbcb1859acd02a96ef1496c2e3693fde4d5 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>topology-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>topology-segment-routing</artifactId>
index 0d546f4cb4b850798e928b0d7e1fbc3e7a4f0ccc..69075899ad589073fb97bfae1df21864d3f178a3 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>topology-parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>topology-tunnel-api</artifactId>
index 638145d6e3525fb719c17af4e042f142184875ed..4290e8945589d38ed07e4ee2606ce0870ba17237 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-Helium</version>
+        <version>0.3.2-SNAPSHOT</version>
         <relativePath>../commons/parent</relativePath>
     </parent>