Release Boron-SR1 release/boron-sr1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 30 Oct 2016 23:16:43 +0000 (23:16 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 30 Oct 2016 23:16:43 +0000 (23:16 +0000)
78 files changed:
artifacts/pom.xml
bgp/benchmark-app/pom.xml
bgp/bmp-api/pom.xml
bgp/bmp-impl/pom.xml
bgp/bmp-mock/pom.xml
bgp/bmp-parser-impl/pom.xml
bgp/bmp-spi/pom.xml
bgp/cli/pom.xml
bgp/concepts/pom.xml
bgp/controller-config/pom.xml
bgp/evpn/pom.xml
bgp/flowspec/pom.xml
bgp/inet/pom.xml
bgp/l3vpn/pom.xml
bgp/labeled-unicast/pom.xml
bgp/linkstate/pom.xml
bgp/openconfig-api/pom.xml
bgp/openconfig-impl/pom.xml
bgp/openconfig-spi/pom.xml
bgp/parser-api/pom.xml
bgp/parser-impl/pom.xml
bgp/parser-mock/pom.xml
bgp/parser-spi/pom.xml
bgp/path-selection-mode/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
concepts/pom.xml
data-change-counter-controller-config/pom.xml
data-change-counter/pom.xml
distribution-karaf/pom.xml
features/bgp/pom.xml
features/bmp/pom.xml
features/extras/pom.xml
features/pcep/pom.xml
features/pom.xml
features/rsvp/pom.xml
integration-tests/pom.xml
parent/pom.xml
pcep/api/pom.xml
pcep/auto-bandwidth-extension/pom.xml
pcep/base-parser/pom.xml
pcep/controller-config/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/impl/pom.xml
rsvp/pom.xml
rsvp/spi/pom.xml
testtool-util/pom.xml
topology/api/pom.xml
topology/pom.xml
topology/segment-routing/pom.xml
topology/tunnel-api/pom.xml
util/pom.xml

index 6e0c4f2d5ddabe967a673738656d9c0990ace53b..dea10236d3ac0807ce9524b48db7e3f37a75b731 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.7.1-SNAPSHOT</version>
+      <version>1.7.1-Boron-SR1</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-artifacts</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
index a509fb747a33729b230a7b84a13663270539940e..310821934347c76aa61b7fc1f9c842960704ef8a 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>bgp-benchmark-app</artifactId>
index 3a94ab92e66e82df2adb970037fd6f414cdae1a1..e857848397452ffc6b203ad002bb75287add1308 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
     <artifactId>bgp-bmp-api</artifactId>
     <description>BMP API</description>
index 6d6af1e768740803fcd6e19713ce830f6d0008bd..362b8c82e415ae4cfa6a69aa41d21be0df3c09df 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-bmp-impl</artifactId>
index 2d60917faf2ee033c133779d78cd1cdcac790d32..57462204604f89bca2de847bb3cc75a0e6b93b3a 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
     <artifactId>bgp-bmp-mock</artifactId>
     <name>bmp-mock</name>
index ef4ec7b2fba0338208cbbd8cc1403afdb87fd7d8..3d87d29802cda22527508686d925231de4a99dbf 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-bmp-parser-impl</artifactId>
index 073627057b3863d3d27fdfa5b4637d9673510d65..e636f1d313b56d6ebfcee5fbf2c1e9b15b1b1198 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
     <artifactId>bgp-bmp-spi</artifactId>
     <description>BMP SPI</description>
index b1c09efd0093f0a8a8f97271b427cf04f18d1ab6..a10a7e96b772629854ad71bf36e3d87371a79630 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-cli</artifactId>
index 5f92e3d28c02d97eb82eba74e3dc86bad4d0b1cf..fd49e74bf757066f125f5fdfe0c5afd31bee32bc 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-concepts</artifactId>
index 89aa3aa3d9c004c9d9f23bb89de7c5d4b548771d..b6a40ac4c543b52056c0a64225c73ab5a793bd82 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-controller-config</artifactId>
index 1b9a26003a959ab28b7e3f0db4b085ddb305ad33..bcdf7f620a4fabff6ca9f194b20e0a6c7a02f95c 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>bgp-parent</artifactId>
         <groupId>org.opendaylight.bgpcep</groupId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-evpn</artifactId>
index 551a1ccaabde9770993000de021f56844417c7ee..6e4ce874f91f3d077f7c56748d2a5af38502a418 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-flowspec</artifactId>
index 38055adc32c90cdc0069545d94b006f79dafb4a3..3a1ac8ff9c6a991641d02615481cf5f1fdfbc73d 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-inet</artifactId>
index 1290efbff0aa7f82dfe6e7928c3521212f4d41cb..4360b6269e4a8cbfe57db12911763dc35d78920a 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-l3vpn</artifactId>
index 4360a3557e5c5663d0fcb208019d93dafea0448a..9eafc37f58cba74ab4a4d4f071426a86467f02b3 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-labeled-unicast</artifactId>
index d68f54d2f41bca124fb3cf36f86d68e2f3dd303f..116fa9dc79b82dd6ea6d5769675a9e14e6de47f8 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-linkstate</artifactId>
index 6fbb757b5c62c34d318703c6b220cba56b700dac..19c9998f33680255f52c4299f1ecfd61baa13d75 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-openconfig-api</artifactId>
index fbe493edd84982d8f87c90ff3e9e1211dddab9a8..384e76d4baa78ef0efe24c8b6e6a187de0a920c6 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-openconfig-impl</artifactId>
index 76d3b8c80d6aae5c006b7396ba12af7d069d9fe3..d138a941402189d7d3ffdb42dbfbec5d86fd0546 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-openconfig-spi</artifactId>
index 973aa3f98f17f3a16155a037cdfca871cbc8301b..ce9682e06bc7328264cf0ba7d2daf48e46b34447 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-parser-api</artifactId>
index ef4a4f1c0812d5d0435d3d4df5570e812674dd63..a9a8f647b2f85c711b0c0e7b17838e1208a5ac02 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-parser-impl</artifactId>
index aaa5cc7eb0cd98cd316bf3c15d73d90ffc1b904a..a6fa592f2fb2c63d8c4f6ebcf9cd0c185a808409 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-parser-mock</artifactId>
index a4e316d4d5c9a860a78e7a6f35a727e6248df674..e242e9d6249063c6febd542bf9885a9d2fdd33a4 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-parser-spi</artifactId>
index 1789346eccbe6dc78ddf804b95576d6542d55d35..bba685b5bd5413dca2dab4ac65546c401944c2e0 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
     <artifactId>bgp-path-selection-mode</artifactId>
     <description>BGP Path Selection Mode</description>
index 5d1a84fcf0eed9808a58172d8a6e9350f4a6bf53..560ad90a46e4d0374a3dd0356ab7a3fa60f2c1ff 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 406140862cceb3763e57ab778d0da11b7ec4d094..d0ef860ef0832c0cb8d9544c9a8ddf129fc94845 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-rib-api</artifactId>
index 5ef94061384140905e85011be8dcd325035a3d45..c56bd857357fcc4b357ebfcd08c5f34fc84dfd85 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-rib-impl</artifactId>
index 766d96394dd7532c8000a10f9a334f26eaded87b..9d96b831a175f794460e6953b22016c2073cec6b 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-rib-mock</artifactId>
index c10f2ff168e5f31785b4201678e5ce382b378913..325a397cb443e3dddbc49d5d3438e2a063849bb7 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-rib-spi</artifactId>
index c71ad5f45dd3f340e103ead780dacff58f3c6d63..a0df948f7dbf3a38be94405fe032d82efda99228 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-testtool</artifactId>
index 25a6410c359c7168e5954a36eb715d58a79312f6..74e7f132402b2512b256877d5428995de49f5711 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-topology-provider</artifactId>
index 1fa27aca03b3f8716c7c2966f8f417152681f650..bb1e1c434e32c3aad59b747a2752f2faf5d7bb5d 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>bgp-util</artifactId>
index 027cae032fb1286d63e090e0f2d7bbdd2a0a043f..208bd328e0a0720d622f5cf826ea72a6dc7d9f91 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>../parent</relativePath>
     </parent>
     <prerequisites>
index c2cced3efed1e7e485ef2f84a492251f1c33f955..63ea0f06116bc53d9d6d1d4eebea82885f3a825c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-parent</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <relativePath>../parent</relativePath>
   </parent>
   <artifactId>data-change-counter-controller-config</artifactId>
index 56ac43af66ae6d47a604a1648433bae5d44e80ee..ab68124f04143fad79772d077dde9f73f832a5a6 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-parent</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <relativePath>../parent</relativePath>
   </parent>
   <prerequisites>
index 3af50a8c9c10de3f7eafd0fc00f0a7487c8c7bbc..730f8944e038c833f959a0653c46a0cb97bf75f7 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.1-Boron-SR1</version>
     <relativePath />
   </parent>
 
   <artifactId>distribution-karaf</artifactId>
   <groupId>org.opendaylight.bgpcep</groupId>
-  <version>0.6.1-SNAPSHOT</version>
+  <version>0.6.1-Boron-SR1</version>
   <packaging>pom</packaging>
 
   <prerequisites>
@@ -24,7 +24,7 @@
   </prerequisites>
 
   <properties>
-    <restconfVersion>1.4.1-SNAPSHOT</restconfVersion>
+    <restconfVersion>1.4.1-Boron-SR1</restconfVersion>
   </properties>
 
   <dependencyManagement>
index 39ea939aaebe4e306fa82a6ee7b95a2b190df47d..220d8572f740b1d987ab77ba01198868a0eaa1af 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.1-Boron-SR1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>features-bgp</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <packaging>jar</packaging>
 
     <properties>
-        <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
-        <mdsal.version>1.4.1-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.9.1-SNAPSHOT</mdsal.model.version>
-        <config.version>0.5.1-SNAPSHOT</config.version>
-        <commons.opendaylight.version>1.7.1-SNAPSHOT</commons.opendaylight.version>
-        <netconf.version>1.1.1-SNAPSHOT</netconf.version>
+        <yangtools.version>1.0.1-Boron-SR1</yangtools.version>
+        <mdsal.version>1.4.1-Boron-SR1</mdsal.version>
+        <mdsal.model.version>0.9.1-Boron-SR1</mdsal.model.version>
+        <config.version>0.5.1-Boron-SR1</config.version>
+        <commons.opendaylight.version>1.7.1-Boron-SR1</commons.opendaylight.version>
+        <netconf.version>1.1.1-Boron-SR1</netconf.version>
     </properties>
 
     <dependencyManagement>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>features-mdsal</artifactId>
-            <version>2.1.1-SNAPSHOT</version>
+            <version>2.1.1-Boron-SR1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
index 042ebffc90a53b2e7583c07a9e42095d6506c5ea..9f932b4aeb10a0725cd9af55b7d2c4844fbf06ae 100644 (file)
@@ -3,19 +3,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.7.1-Boron-SR1</version>
     <relativePath/>
   </parent>
   <artifactId>features-bmp</artifactId>
   <groupId>org.opendaylight.bgpcep</groupId>
-  <version>0.6.1-SNAPSHOT</version>
+  <version>0.6.1-Boron-SR1</version>
 
     <properties>
-        <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
-        <controller.mdsal.version>1.4.1-SNAPSHOT</controller.mdsal.version>
-        <mdsal.model.version>0.9.1-SNAPSHOT</mdsal.model.version>
-        <config.version>0.5.1-SNAPSHOT</config.version>
-        <commons.opendaylight.version>1.7.1-SNAPSHOT</commons.opendaylight.version>
+        <yangtools.version>1.0.1-Boron-SR1</yangtools.version>
+        <controller.mdsal.version>1.4.1-Boron-SR1</controller.mdsal.version>
+        <mdsal.model.version>0.9.1-Boron-SR1</mdsal.model.version>
+        <config.version>0.5.1-Boron-SR1</config.version>
+        <commons.opendaylight.version>1.7.1-Boron-SR1</commons.opendaylight.version>
     </properties>
 
       <dependencyManagement>
index 14f046ed47928094d314509df7c80c2f0cdb921f..ff755efc5cb78cf92df365d6cbc2cce64040fc31 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.1-Boron-SR1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>features-extras</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <packaging>jar</packaging>
 
     <properties>
-        <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
-        <mdsal.version>1.4.1-SNAPSHOT</mdsal.version>
-        <config.version>0.5.1-SNAPSHOT</config.version>
-        <mdsal.model.version>0.9.1-SNAPSHOT</mdsal.model.version>
+        <yangtools.version>1.0.1-Boron-SR1</yangtools.version>
+        <mdsal.version>1.4.1-Boron-SR1</mdsal.version>
+        <config.version>0.5.1-Boron-SR1</config.version>
+        <mdsal.model.version>0.9.1-Boron-SR1</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
index 86b6e3839f667408ab232adb5a1b262e04b91afa..d7d1b868f0d1c4f9da3a014055c730c0046c809f 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.1-Boron-SR1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>features-pcep</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <packaging>jar</packaging>
 
     <properties>
-        <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
-        <mdsal.version>1.4.1-SNAPSHOT</mdsal.version>
-        <config.version>0.5.1-SNAPSHOT</config.version>
-        <commons.opendaylight.version>1.7.1-SNAPSHOT</commons.opendaylight.version>
-        <mdsal.model.version>0.9.1-SNAPSHOT</mdsal.model.version>
+        <yangtools.version>1.0.1-Boron-SR1</yangtools.version>
+        <mdsal.version>1.4.1-Boron-SR1</mdsal.version>
+        <config.version>0.5.1-Boron-SR1</config.version>
+        <commons.opendaylight.version>1.7.1-Boron-SR1</commons.opendaylight.version>
+        <mdsal.model.version>0.9.1-Boron-SR1</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>features-mdsal</artifactId>
-            <version>2.1.1-SNAPSHOT</version>
+            <version>2.1.1-Boron-SR1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
index a835c851a4e1838ea435abfb644b67f2e8ee6102..10f2cb3eae50e6ad21e7a73cd2dd4ae285a619f6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-parent</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index a78403be45584167d50564af4ea886cfe6955def..a429c703db7b6d200c95ac658b86fd72868d5dd4 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.1-Boron-SR1</version>
         <relativePath/>
     </parent>
 
     <artifactId>features-rsvp</artifactId>
     <groupId>org.opendaylight.bgpcep</groupId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
 
     <properties>
-        <mdsal.binding.base>0.9.1-SNAPSHOT</mdsal.binding.base>
-        <config.version>0.5.1-SNAPSHOT</config.version>
+        <mdsal.binding.base>0.9.1-Boron-SR1</mdsal.binding.base>
+        <config.version>0.5.1-Boron-SR1</config.version>
     </properties>
 
     <dependencyManagement>
index 10baedb3c6a8fb059da2f188a8ea2bd5f7b4d93e..5fdf10a0a3ff37ad93268cb212487ee7f5ff0ecd 100644 (file)
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-it-parent</artifactId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.4.1-Boron-SR1</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.opendaylight.bgpcep</groupId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <artifactId>integration-tests</artifactId>
     <description>BGPCEP integration tests</description>
     <packaging>bundle</packaging>
index 25b5814b8d573f9b0574e303b72779cd5bd07d24..08ebd46b0a667346b44bcb5e2c30fe28af1ee5c0 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.1-Boron-SR1</version>
         <relativePath></relativePath>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-parent</artifactId>
     <name>BGPCEP common parent</name>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
     <packaging>pom</packaging>
 
     <licenses>
         <maven.info.reports.version>2.7</maven.info.reports.version>
 
         <!-- YANG tools artifacts -->
-        <yangtools.version>1.0.1-SNAPSHOT</yangtools.version>
+        <yangtools.version>1.0.1-Boron-SR1</yangtools.version>
 
         <!-- MD-SAL artifacts -->
-        <mdsal.version>2.1.1-SNAPSHOT</mdsal.version>
-        <mdsal.model.version>0.9.1-SNAPSHOT</mdsal.model.version>
+        <mdsal.version>2.1.1-Boron-SR1</mdsal.version>
+        <mdsal.model.version>0.9.1-Boron-SR1</mdsal.model.version>
 
         <!-- Controller artifacts -->
-        <controller.config.version>0.5.1-SNAPSHOT</controller.config.version>
-        <controller.framework.version>0.8.1-SNAPSHOT</controller.framework.version>
-        <controller.mdsal.version>1.4.1-SNAPSHOT</controller.mdsal.version>
+        <controller.config.version>0.5.1-Boron-SR1</controller.config.version>
+        <controller.framework.version>0.8.1-Boron-SR1</controller.framework.version>
+        <controller.mdsal.version>1.4.1-Boron-SR1</controller.mdsal.version>
 
         <!-- Netconf artifacts -->
-        <netconf.version>1.1.1-SNAPSHOT</netconf.version>
+        <netconf.version>1.1.1-Boron-SR1</netconf.version>
 
         <!-- EPOLL artifacts -->
         <os.detected.classifier>linux-x86_64</os.detected.classifier>
 
-        <bgpcep.version>0.6.1-SNAPSHOT</bgpcep.version>
+        <bgpcep.version>0.6.1-Boron-SR1</bgpcep.version>
     </properties>
 
     <dependencyManagement>
index d104b347fb092b15252145a2da8989ea72e6ff4d..9370a7977e2888a37e1f45b62fa86a4e17486ed2 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-api</artifactId>
index 64361d5fc5581bdad094c89723677c2b47cbdc77..5457b56a1881d511e24f52f636dd7474ca8544c8 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-auto-bandwidth-extension</artifactId>
index df5d0744715e521634616606569d99ed819465a7..f8305e64af90c20007a743aad0f55f623b24380e 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-base-parser</artifactId>
index 8b432fea4647f1fd662072bb897242e3722754c2..cbdd511357d24bb075e5e4231c564db79f7e54a6 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-controller-config</artifactId>
index 99b8ea473515e577b9c2a9734a16c54ea107b0ed..5c320844eaa99301c268ab948a5c923882deffba 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-ietf-stateful07</artifactId>
index aa536e5a8f0cf01ceaa0fc27dffbeca721c651fc..519ca0f9a9322be85ca40dd227406f806cd307bf 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-impl</artifactId>
index 6af26fa1056b9c0d52ed444d115e756c8304552f..ee60d1a840d1b91d93df638bb698510f2d6f2119 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>pcep-parent</artifactId>
-    <version>0.6.1-SNAPSHOT</version>
+    <version>0.6.1-Boron-SR1</version>
   </parent>
   <artifactId>pcep-pcc-mock</artifactId>
 
index b796cea0f2a41ff0a93d772d720ce2d0db0541d3..8ca2f930212b84a785352b8b522a4ea20c82402d 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 7ed39aab2a8174d548def53f257a0c1d6f3ad8a8..91b8417a6e378c44b943de91c8af9e69fd88ac04 100644 (file)
@@ -19,7 +19,7 @@
    <parent>
       <groupId>org.opendaylight.bgpcep</groupId>
       <artifactId>pcep-parent</artifactId>
-      <version>0.6.1-SNAPSHOT</version>
+      <version>0.6.1-Boron-SR1</version>
    </parent>
    <artifactId>pcep-segment-routing</artifactId>
    <description>PCE Segment Routing model plugin</description>
index 5fd801b3d58d12016b9c1f7c82c0f938638ac711..735ba2a58a38829d063b7e6c6b0397fcc783aa6d 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-spi</artifactId>
index 3accb45654c5164eddcb23dfd3ccc712fd221330..540ff38ebc206cad70335f93dc7e8296fb90e159 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-testtool</artifactId>
index 70269d7264fbfa07d0d96f561c1163441d827b1c..fff3cdafd7122642b36c952c2cc9ee350d89bc87 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-topology-api</artifactId>
index 587b43dac909969381bcc6698b9437300a987fc7..f01244d80c1b5091b05a128bc474286d55131b4e 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-topology-provider</artifactId>
index cbb0f286383094f9919069ac5ea1443168533fb3..e61e4949cbe66ca44181c7911e3cb00f6857e024 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-topology-spi</artifactId>
index 4a550c1b2207ad1655ddac12435fb6c7ee575a99..c37566737269972a1347b1d90b4c02b712613256 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-tunnel-api</artifactId>
index 04f6d126f17e47689d7bce9d153c87d4b2eed7b4..64c4af8ac0c8c07172dd607fcf70d9be1d663260 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>pcep-tunnel-provider</artifactId>
diff --git a/pom.xml b/pom.xml
index f77f88c911c47561eca43d15d6d4b9294e7b059e..ccabe4c59c9509b33e7593648ce8df0b1fb2967f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>parent</relativePath>
     </parent>
 
index a86d9b4fbc365de057e007511df945632e32076d..81ac5e35689736c9f4b4e4a3ad2d67da27162ada 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>programming-api</artifactId>
index ac4a16ae2bab230c4f78a852f36f64fb05ff16f7..846ac95229ce6b28f15b614a29470e576e410b3a 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>programming-controller-config</artifactId>
index 2f45c42454b7e2c53860f9e32e07495e7c392872..1c2ee32c160bddcd43dd52043a0fa64093f1aa36 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>programming-impl</artifactId>
index 654952e36ea5b050b85c2859386e0c9690e4be76..8cd234e62aa1372f6429db633564e824db8942b7 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index d64cebdf5784056a6980a09721ba1f558f7aa5d5..32d457e07ceb2b06ba0a249b57712b53a82c1d30 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>programming-spi</artifactId>
index 32d5b6936e8b1e79c74e153bfb419385c6a888cf..34228efe0f25d46c2235733e0a08811142f528b4 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>programming-topology-api</artifactId>
index 7b2c34501209baa92e2721f97c5dc1c0d036d79c..4e7d699238802086d96eb5d9c0dc1d6457a64a94 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>programming-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>programming-tunnel-api</artifactId>
index 95d23105cec5982582ffbb4541956bc3d828b4a8..09f844b54c5166d4c44823d37945ee38a2629420 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>rsvp-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>rsvp-api</artifactId>
index 175725ebdbfb523fa6708bc389d1a06f8e822ab6..445780d8a008e2e26ab1f07b1eac575aa1877fc4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>rsvp-parent</artifactId>
         <groupId>org.opendaylight.bgpcep</groupId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
index 77c0591df6e5b8b457da6d0513a29d56dd3c06b1..d9693d02385ba164739f18b1c1915341a374d49c 100644 (file)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 3c258e3b386b2ca162ecf62b1e099425203ab27c..9b5e5fd24b5c95b1288e83254a921efd1aed21f4 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>rsvp-parent</artifactId>
         <groupId>org.opendaylight.bgpcep</groupId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
 
index 13561b91492bcacba6be1b810fe4e0e33030ddf5..a1544ef2fd80fcda82556c915e6e1ecf6548bd0f 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 436a95ad53db795d8313c9bbc51f1f08d47991f0..db79099b69a383d8bdfa62b49a3c7a09cb22b927 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>topology-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>topology-api</artifactId>
index 66febb9bff9d1777b91124ef8e374b3369b1005a..df61e52dc95bf46e063f8611bd4ed383c9133b0d 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 04cfeb8164590c9aae5f9522d1ff6ae65c13c6c1..a0532c084dc6eba95e5ddc1098df7f68129ad663 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>topology-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>topology-segment-routing</artifactId>
index 5f65d1a247c5411a1eb540a115137c518a873ae2..7fa8d8bfeccdc104529e9b97b05aa158eb20e7be 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>topology-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
     </parent>
 
     <artifactId>topology-tunnel-api</artifactId>
index 37425a8682fd5dcbcb7295401b4e39f822cf4760..d10c49b66d9ff7458b46223e7e4b84edecb3ef97 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.6.1-Boron-SR1</version>
         <relativePath>../parent</relativePath>
     </parent>