Bump versions to 0.17.6-SNAPSHOT 35/104335/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Feb 2023 22:30:36 +0000 (23:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Feb 2023 22:30:36 +0000 (23:30 +0100)
This starts the next development iteration.

Change-Id: I7ab7b61403f568cd09155141c66233c29dc212e9
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 3166d67e95c961cd56f4dfcb4e1172460744fe04..f1edc30b55ea9556d6bc3dc358666776d043181b 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.17.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 0b26a8dbb53a14d7ce24e8d0ef3ea791ea65c547..9e0f857191c371dfd90cb94522411649a573006c 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.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 06b8eb4699cb9a3807cc4bc731305cf3161d9319..30e36d3aabb74c9794f5f6d8667345372c2c81e8 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.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 9604c24d12dde2fa430a64610c8f2a59634fce58..69ba5a9a15496009af8969dca5852698da663380 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.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.17.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index db184eb59a897fc7f190c76d2b852bf2c877d7c1..d713e5d943541147613ab58a70076513eaeae41b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 80d504d42e3b6afdb3593079f97149f6e4581f32..cba8ce2656cf7399c98de15e7016f572b1d1146c 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.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index fae9e668051a57db9d6cca9768e2fe994d691193..524c09da5a1b23c409ea61d3fc58b6e370405eee 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.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 56c739e49dab72230b6457c3e1ae3b7b65b3f179..dd6afcdfaabedefd770d3a4d01b4f3e8929aab74 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e1cfb9ef8b138cd7a118dbfaac70f563133440ca..afcd90296d473853e1469066a52169368df3e448 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.5-SNAPSHOT</version>
+        <version>0.17.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index e74fdb248990f2411c2bf81d4e6cb0cbbe38885f..8b48d860eb111a9c1b117adf0060fb347466f89d 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.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.17.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index b831ff97d871669d22127126a42aac1ad29d8538..cb9fbc437779ceeb0a5456000af9b8ff84d2b07c 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.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.17.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 41c36a4bc1dba0bf215f15cd795b9dbe106a6e4e..dccebc2caf67760f6f09da6f0c26bf7ca917da0a 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.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 72512e5d2a7f27383c6b20d15426565787d87691..3f15a84902be4775d7f398d43775d736d7fb7af8 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.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index a351dc1cc19d09c2c6ecc229863c47eafa73edc5..32e8748c3fa86b14a90f03436a38bd9cc009d661 100644 (file)
@@ -13,7 +13,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.5-SNAPSHOT</version>
+        <version>0.17.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2ede4c68a8c77aae046c93c7835f19c3284ca31c..861f31724038dce419b9976a0f3926efd90c79a1 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.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index a02e540e0c06470053bec255fef163acf4136cc6..d5ca7144b4ebc80dfa47858a94845ab1e2443ca2 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 49394200b50a79cce56068490cc1209f64a90aa1..2bf889ef106b521f0cb05563642a2c864cf7c93c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.5-SNAPSHOT</version>
+        <version>0.17.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 38404d391f4f780112f0c141d507b0d139ad1ea6..3ce1f9cd22a7f0663407f219557bb0ebe6304fb1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.5-SNAPSHOT</version>
+        <version>0.17.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index a5a93980f9523b489a331a6ba17486659f9b35da..e82f87a9c9b6d1b415311120c644ded90527c593 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index ca7205ee009611261ba88879b528bdf46c688f70..42e01a37445c61b7c3cb106f6d0409ba23f05353 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.17.5-SNAPSHOT</version>
+        <version>0.17.6-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 79e17130f0976be827e4f35d95925c732835b723..271dd3f1dd56e13603eb0ae18f97732dcd437765 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-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.5-SNAPSHOT</version>
+                <version>0.17.6-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 3e53aef05dba66fcbac920f016b135d17aab3977..e93a04debf2b581d7c2b5ff9c732a7c5c0ea6a2c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index e6e39843b94ab8de39c03e96ac88be2c90e27600..23de7cd2d13f130007287d06520c430ced4d752c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 38fd26e28084912c9e7f5ca27d863abeaad6d94a..e41f20cd1d0871ef49a33c13621338c2af7b9aba 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 1177859652c02402eab33b4ead960caa40aada61..8722b3ca6b1c97a479fd1d11b8df630b24fe1262 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 3766e27a38fa68f73181734c3f6843d2647452d6..99981e46da842bb76a4cb777eebbc1fc2e24f73f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 3122549cb55f6d35d8c0abd364ab9538b7df7ecb..668549db1bdc742440174d62eaf3261b36f46cc8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 0c17a44c62a61527d468e41823128e817ad15140..9df2e2bd377ebd49578dc6b5089edbc9cb53804d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 6de6ad3297586d0697033cecbd13b17c531fa3cd..a2ea4432043f59619da77804059d1853b47889b5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 41fdc945a15b28916ed0e659204644d7da6b7e36..784045b0779838b88fd75d05489568291655e8e1 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 2d37f2c797a932b62be0de5dfc662685c9fe0e27..5eaf6b6f8e93ed0dde009003c90631193446b190 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 7b7c8d1960f568ebc2857b5d41ab2406ed32fd8e..f6164857f97d5eef3bcf75dc11cbba07923987d7 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 4728a2c28a6313ed69fbb1e089f04fd940e99d24..8536580fea247078c5a5c71e063d3609ff69d70f 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.17.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 9872a97b4d8226d58278c10ae5a1eb94a96ba594..22ca601d550ffd323ee43e33f2c46c1e9945ca72 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.17.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 100ca4cebfeb23eada12574174da4211e7564127..4ebe5d46e4e7d39b7f9204827f7ac0e694a5ba27 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 0ae1d102d3731639a63a76210821d7f1ab728258..f3a77d302a68eff6780f3c21c4749d3d58f95b4c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 0e31f7c58f19453dd10f3b24a4597c92f7096d56..1e76384e27a09485d94de91f9eff93ca2c7147cf 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index fc3a52bead830702a9b2947dec06425462604ed6..bb825c5b3a6b6485a289f54981639a636622e6bc 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.17.5-SNAPSHOT</version>
+  <version>0.17.6-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index cd06d66ab94c23eb7868a8e9562e3e02f5f7b620..6a58e70603e3f5eafb6129e446384047fcbc8fed 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.5-SNAPSHOT</version>
+        <version>0.17.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f869733e327612438d9ebd3506d22783e5b15c7d..f8d59e0480fe04223d72820bfb03222ae8fb74ea 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.5-SNAPSHOT</version>
+        <version>0.17.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b7a2c5662f7ec88bbd7f732b9c8bd3e0553f81ba..5990ea2661022e2cc7e18bc5a57005087c403851 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.5-SNAPSHOT</version>
+    <version>0.17.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>