Bump versions to 0.17.7-SNAPSHOT 80/104580/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 24 Feb 2023 18:57:24 +0000 (19:57 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 24 Feb 2023 18:57:24 +0000 (19:57 +0100)
This starts the next development iteration.

Change-Id: Ib06169ea55cf4251bfd2462e04a2d94f6aabf6c0
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 f1edc30b55ea9556d6bc3dc358666776d043181b..5243ef57f2c46ff68047d58a30b3d3b3b1a40ba3 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.17.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 9e0f857191c371dfd90cb94522411649a573006c..d1b5f34da1be3a6aee13d11087c7b07bdebea941 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.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 30e36d3aabb74c9794f5f6d8667345372c2c81e8..ce7c310b63295852689b3e2ab409c50c83b877d2 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.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 69ba5a9a15496009af8969dca5852698da663380..d8b7b011f534d34df5f065f345aed12805d489cc 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.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.17.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d713e5d943541147613ab58a70076513eaeae41b..84d55e1ec68941e95bbf98ad05a5704d2923a171 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 3607cdd829308308e97c30dd57709e572a821e15..9db7ea454f990cc7585bc002175767c3e2fbf53d 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.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1f9bb6e89233db408fbede1bdd61b73f5e358e23..cc0b6a97a665ceedce2c74344a2daa0c68545931 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.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index dd6afcdfaabedefd770d3a4d01b4f3e8929aab74..8abb0a559375e13bcf70707d423cfe3a04edbffb 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index afcd90296d473853e1469066a52169368df3e448..2cd44da6deb675be0fd7d9f7353c36785f99ec8d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.6-SNAPSHOT</version>
+        <version>0.17.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 8b48d860eb111a9c1b117adf0060fb347466f89d..9ba0540ee800a2f6eb223b9134488787f7343b47 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.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.17.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index cb9fbc437779ceeb0a5456000af9b8ff84d2b07c..7d486fa805f1260592da164766138b9615e98869 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.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.17.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 92431cbd9a3cdff8a04763da4a3856759a3d4574..c8b056384936086208f06fe866a5341575b2da94 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.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 3f15a84902be4775d7f398d43775d736d7fb7af8..3635c235bf615d3b98520759643906c1c3c94c06 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.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 32e8748c3fa86b14a90f03436a38bd9cc009d661..ec17e47d35eedb084f75322a79564b1dbfa22e4a 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.6-SNAPSHOT</version>
+        <version>0.17.7-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6a11bff80abbb000ce2604449e8d435273cc6e35..6d76830a35f14fa2886a21aed5cc31920eec0f0c 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.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 7adcdba80b5aa4bb8c5ebf9a735042036761073a..a4a261785f8271536c8ce488c5ab8d006e50a99f 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 2bf889ef106b521f0cb05563642a2c864cf7c93c..caea2de70f77b5bdc0732ed8bdd75f7cc1b62c62 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.6-SNAPSHOT</version>
+        <version>0.17.7-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3ce1f9cd22a7f0663407f219557bb0ebe6304fb1..a7a914fd1b2766f66ca0a4cbb4b1ac777afaf290 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.6-SNAPSHOT</version>
+        <version>0.17.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 8e3b32ce17bf05317d971d8cdd6592bcb4caac8e..2d037b7885bfedad065e83d9af447102ad56566d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index b8d05b4d008e9983c2509e43d8a38d23744af8f2..d0e6f3133bf237ad428a8fbb67c961b6d8f88186 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.17.6-SNAPSHOT</version>
+        <version>0.17.7-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 2c15d35081bbe68d3dfa18d3d7c2a4e11b529bcd..6130c3b35e95775953037433cd5674d9a783ec06 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-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.6-SNAPSHOT</version>
+                <version>0.17.7-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 28af5f895a3e0671647b1345f637429c4fed4d5f..5abef54312f62f0c7a347cef49035797905db551 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index cadc17cb3e6b7e786fbc4a9b72fc5c3b2ad2cf50..7feaccde871af9c8d9de0f5f9000be240570415c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 211c16b3d600c76b79c0ad6aec27c7ab751c49da..f282b1193a8932bc4c077d82dc25b3ee61b44143 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 167ced9846f0a73b8c3412bd8d6a8499dd290175..99cd19655bbbf130d6b149b4437519e1804f0a31 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index a4a374ca6d6f888a9b5ffed0a5988fa178e8718c..4747cfc31bcd50c258964be3bfccb457dbb62ee2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index e67eabd0261df1c717b4d40eb538708e45d0892d..4135c4e7f66ea9fad13523352fe47d3423475a69 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 1d311dd3a42f04b43b898d59ae784258212b2b17..3254eaf8c258862cf126b35118334307bcdccbf6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index e7195b25157a1f3c9ac937975e00b7422f8a7c0a..60ee822d202de70e8a0e6880c542591b11dd7c92 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 3ce36975c7dd770757066a0b4016101224b3d9f1..d101800ad1e2c94db9bb778fca090da6b7b511b9 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 1433c77db61108d402e9d3ccbcf30b1543edf005..d57fb25ec65ddeb448f0dd20bb1edf7e91565c35 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index ba3f1897c6563204fc25f241eb2e9a92d6913b37..73db87de015f8f2f39ca47c83b80f98c54bae482 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index d38a9281830139359361101587810ee9568eea92..887eb4bc352b4643cb40eba0f565734a65f4f870 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.17.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 5705861859c2213be406c6f96b8646878bae738c..e83f2dc4a313805c5a3339a7ca099345f03857f3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.17.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 4ebe5d46e4e7d39b7f9204827f7ac0e694a5ba27..d9476b0027c3b9c07277fb85b8fca3570d24176b 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f3a77d302a68eff6780f3c21c4749d3d58f95b4c..c92d4a997f06bcc0530f7379fcc1e5d1a150afaa 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1e76384e27a09485d94de91f9eff93ca2c7147cf..8866bd61ff9bf49a8336e75f1c78540157cbad97 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d082b656b42edf6e9155b2db74277755875e65c9..a99853338b8c9b0e8b3271cd02101efb454f1dcf 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.17.6-SNAPSHOT</version>
+  <version>0.17.7-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 6a58e70603e3f5eafb6129e446384047fcbc8fed..148f5ac2ba664d28b73bd3303fd0c84761a35b21 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.6-SNAPSHOT</version>
+        <version>0.17.7-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f8d59e0480fe04223d72820bfb03222ae8fb74ea..fb981f9f0733eb344e768fff342d6e54355cfc3a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.6-SNAPSHOT</version>
+        <version>0.17.7-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index d05c2c2c7e026d2a6b1171439daebb7e24dbefe3..4862cbfb06f37314d9de8a700de5d49b659ca026 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.6-SNAPSHOT</version>
+    <version>0.17.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>