Bump versions to 0.17.1-SNAPSHOT 93/103593/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 5 Dec 2022 08:10:51 +0000 (09:10 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 5 Dec 2022 08:10:51 +0000 (09:10 +0100)
This starts the next development iteration.

Change-Id: Id645fb074555eece29a57412567569bb34d34f66
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
41 files changed:
aaa-authn-api/pom.xml
aaa-cert/pom.xml
aaa-cli-jar/pom.xml
aaa-cli/pom.xml
aaa-encrypt-service/api/pom.xml
aaa-encrypt-service/impl/pom.xml
aaa-encrypt-service/pom.xml
aaa-filterchain/pom.xml
aaa-idm-store-h2/pom.xml
aaa-password-service/api/pom.xml
aaa-password-service/impl/pom.xml
aaa-password-service/pom.xml
aaa-shiro/api/pom.xml
aaa-shiro/impl/pom.xml
aaa-shiro/pom.xml
aaa-shiro/repackaged-shiro-jar/pom.xml
aaa-shiro/repackaged-shiro/pom.xml
aaa-tokenauthrealm/pom.xml
artifacts/pom.xml
dependency-check/pom.xml
docs/pom.xml
features/features-aaa/pom.xml
features/odl-aaa-api/pom.xml
features/odl-aaa-cert/pom.xml
features/odl-aaa-cli/pom.xml
features/odl-aaa-encryption-service/pom.xml
features/odl-aaa-password-service/pom.xml
features/odl-aaa-shiro/pom.xml
features/odl-aaa-web/pom.xml
features/odl-apache-shiro/pom.xml
features/pom.xml
karaf/pom.xml
parent/pom.xml
pom.xml
web/api/pom.xml
web/impl-jetty/pom.xml
web/impl-osgi/pom.xml
web/pom.xml
web/servlet-api/pom.xml
web/servlet-jersey2/pom.xml
web/testutils/pom.xml

index 942bef1fe3a0f69142e5161bc29a8d4ca7c1ec11..1845aa45b09f9dc08c22eae611850b5f87cc6e0e 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index bbada95b57610e1e3631cbc3a21c53c708a6db9e..3c0ed5f92cb79955574acbab1a4b0f54edd5c770 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0cdd35bef9fb41f304ede526dfbf0e4c4566b553..892bb5b3ce300c506eeb72798058693bc5b5ddfd 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index cc020bcb17adfd6eff4ae79bce9cb58b011331a0..4af625127d375d01a0a2fca2cb2bceb5988a4df6 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index c40462ba07c7963e8f0f6d12be1cc56eefa6e198..1db7236ffaae7a9248da8abcd7924cdc386516e5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 83a6478fc133b9e9890ebc3e0e0def3e441971ee..6e1c818db12e23c9f88e8886ae19309f73b999de 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 05c2c2071c30e8097105977feccaa71ed94f0958..befc52e3391afca044a309ab4597080227aea61b 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-encryption-service-aggregator</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 04ebceb31141df4ed7eefeb8b3376f9cea5854be..5367b138e2b112416f6190f6a066d9e544ac1134 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 1560a53e1307319f6654b3c14d02d69f06708304..efaf9b840965a628ddb3766b2ad1870ebbcc8d72 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.0-SNAPSHOT</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 89a90394a4fe95686ec5c58aa266390a35d46aa8..40edf22c392696fcfb6cac1960290028830fab2c 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 3d52c10b5f6725447791eccfd0c72a0ac827ea40..cb010ba7a7a4662197a96b0dba3f3ad62238c628 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 510a9236be93f774062d6bd979d6bff252e56abf..f8efeaba3703b783a693636999f58de6aadfac8a 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-aggregator</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 1b9120d4a05461e64a467ca23f2992560dcb7e2e..be326d8380f5052a1311b4583d2e7aac231beea9 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index da5c30dc8b007e55e117e4c13a0933f136fb260c..299fa4e9a096001c0142f1acf24c0c86c2578748 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.0-SNAPSHOT</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 65faa8c3b34db6486476d2abb79eabb2358f8f74..dbb1902e7c6b0837de9d3e20cb14df2f76df27e7 100644 (file)
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-aggregator</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 62d15baff2ef844bc07b6ad8b7c3c1e54889f4b5..c734ab0a12f049811a6b8dcedce19f0460eadbf8 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 9f8771a0b5a4c6287ea635eda5f8b87bf9e5212f..ca34177eb030171a2a1669b47eb806d1c99d53b3 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.0-SNAPSHOT</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f0209149150ba9da2f48032b39db213d5e512a1b..8d1829672483cef95b79a7766c2989624ec7be40 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.0-SNAPSHOT</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 324901e864e23d1cc6fcdc4103af4f54f8f77c1c..0226274299f48706dc7668305b8b24f051ce290d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 7f9aa4e1d7bc7cf242c6e30eb3325df26e5c05fa..d482bfd2a302bf60fd7662f0b24ddf98091eca0a 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.17.0-SNAPSHOT</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index aaa1f3048a6b52618e6e92a49db5909e346e9563..e9efb9d07982a0b0d77e44adc09fc9c53d9883bf 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>AAA documentation</description>
 
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.aaa</groupId>
                 <artifactId>aaa-artifacts</artifactId>
-                <version>0.17.0-SNAPSHOT</version>
+                <version>0.17.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 7fbc29a2e77534c57cf82ca16691fb472cab259c..f84a0aa97ed80e50bca1be67bbfd4b9d7df8f10c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 36bc176c6d646fa83ea18d9a62bcd5c810fa1fb7..f73e4d21d419265af04c4bb456961d759b42ad47 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index e5f5178beab113b33051cea890202363be8deb02..60035217fcc86a0f5c9cdbfb03bfa48bc6ce7942 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 4cd3c5be7c3a50d958383ef93ce8bdf968441504..ac14695a60fd409424b7be144622fe4278454dca 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 18fea1ae86186edcb31bbe8ff40362fa6bcd68db..1b3b17177910d95890a6137da80145adf935811d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 5cc0362bec08367061666890d672ceabde84cc32..5edb3525400bf2d974ada2a702265c37f25cb93f 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index a68a1332c1376a3d5ed26fe4001759f34da1313e..5a42019bc47058c74a6deb6b4d3f7ad8fdd9bc51 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 0a2e77a05a9cf0438c4442ed73c576b3c76037d1..1e556605c0f65cbb657f16fa70a7ac7f4d555158 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index ab725de9a558a908f3014976c7d8ebab793d0994..2c7c138c543d092a12c1af476a1725114c594e60 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 291adfc1408de53f452d35bc416ef23d8a842639..9d32927f538cd1db7070434364bfe97d4f3befbc 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 51a764c65e41e381d079d91a4389bab68e8e3cae..ae578f0a32f4b2203459270597b1884291f6a225 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 99f396c1565351de7d9bd7e9d48d7be7066c9bb0..02138c9ca1518c1f8793a9e74b5ea3e08b1078ff 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index f6d820f8239e0174bd30400ce98a2bfc78328468..efe59a94633fb22023cdd61499ec6ef05971524b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 5a4b265a0305f6c6a977086a3e00c47c80b3ce46..fe6947a85bf0a74e777d759d087af384ac62e69b 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 3c4d2ef0cdac71217e3eda793a1a9f69e341b81d..4cec0d80e4a436a3d37fa302813f55a49fe37bcb 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ff3dd5af9b5bdef4ca8defd253e477d2b3119934..81ac8675ab0be7aa5cdc8973b5795130ea259c32 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e845a3f0f56b4bae5dcbd95285a2dd271fc7f345..1b010b524ce16c8f071803bdaeb85d236dd660c0 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.17.0-SNAPSHOT</version>
+  <version>0.17.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index c8e2ebe804c2c48e32f6c128021cf7b7797f1825..1780f1eece1427ed942e3d54aeff89ca2f392cd7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.0-SNAPSHOT</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a36a65200ca145eca06ebbd068a6381f3a743f50..df7521cf59e0e5e80ef4d5b6cc04fbb5fc5a78f2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.0-SNAPSHOT</version>
+        <version>0.17.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 071fcb90dc7dec6d11a420fc3ffe89d937ac9543..8e3bab284255e6b403399fc2a96d769c50aac97a 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>