Bump versions to 0.16.9-SNAPSHOT 26/105426/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 12 Apr 2023 15:31:32 +0000 (17:31 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 13 Apr 2023 08:49:47 +0000 (08:49 +0000)
This starts the next development iteration.

Change-Id: I99404316e3d1dafb81bf1a3939ef527dc2ebfe86
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 c421554a0acf4866507d10ffce4b630b89325c2f..c2be9c3dc79dee3b87798f0d9eadc9bcb6c20f24 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 43188730f8aac51778ecf55bf75a500b840b5c21..519065ad1259c52f25d16228ee9493bfede3b6a1 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.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 9f29fba43beaf9938b79a5e6fb1d10e4b655938b..48d60161a098c58d1da4ae10c867e4284b4b0fee 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.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 63ae75533baccbd5cf46092d89c3b7ddf194ad1c..16a5689f621001bf3ee50bd868130b2af8f213eb 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.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 7df3d00613e3301dbfd9b047e5bf53023b555ce2..a2b4bfc257910e6805787144ca0f94eb8b3379f5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9e7572f98c0d37b14c5f3029eafcd2c47561762d..2425af933ea3a5300272600185dd6e15ffc2ac54 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.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index debcf5c195ff44fdb1915d03c4bc1d8f5cc52edf..f209a26a76cd5c9ba55dab551ac7be7548d73b90 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.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 09643bf7241fc860a5ce2a8052fa7c45d091319e..d996eb1f1022550a4762fec20346db3743c997f3 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d9422e68b05e0e4b5add669e7b943fcdaf76123f..9d11466183d9d2526efa2bff570eeda1c077b9d6 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.8-SNAPSHOT</version>
+        <version>0.16.9-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index bbb72ba8be6e207f53f574b321de4e7dcf2fa380..18e9c3d584c95d29c56b3cd69ef2c0ee06bdbf8b 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.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index eb02c6feb847cb9a1d90b6fbb935465b3a0c223c..cd7d957fa12a0b79dbb8ba14a93fc308f4579422 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.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index c92b4fc13218d0eb02971d1c649d837bd3160980..67fa423d62b11046db491b6bee643f92ac1987df 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.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index eead378964b174ce1e3dbfd7ea59566292df7d04..c9d9729fd953763c4a25e190043c27e31282ab6e 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.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index ed685cb040ab13e59f52687dbd908abbd79e1e88..c8b404df1fceb8c4de5c4b539b76b2ef4c5080f5 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.16.8-SNAPSHOT</version>
+        <version>0.16.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 721c491ed86d52d7385041eba69e7ef788ff198f..079d675268340d14285d86b73d7b152e2a690ff9 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.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 0e7efe322eb9097a065377d725cf63444b4e08e4..a2f79a1b9c9190e04ba999ed664e8cf1598a1722 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 83032fecf610b4ce42beccfa7512afb767caa680..5bf30f2f787f866aff86f395fedb4a3eab9d2c16 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.8-SNAPSHOT</version>
+        <version>0.16.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index f6656c3f807eb24a2c4397580cec2281d2d518c9..6dec5a77531f4ceefc821c38df554519dd68533b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.8-SNAPSHOT</version>
+        <version>0.16.9-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 17693d9f547a1e29317ba7cb9c4f5d9ee06da1e9..cb5c447f40a21cb4ed9bf1976479b70fd072902d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index a4aa0c6499f53e4f92cf496842a5a121d21f3da6..de4150bf5d71842f21e80209ed2c8c8e4aaaa18d 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.16.8-SNAPSHOT</version>
+        <version>0.16.9-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 64ad291340bc8b68a374951b80c7052b71656763..1218789ae66ca33d5299290786d46b0c28138e92 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-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.16.8-SNAPSHOT</version>
+                <version>0.16.9-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 0971d87d6daad573ac4be0da0a6c942703f55361..2cad6692e0ce05cbd6d050af4bacfd421a678699 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 77a89de5deafe6d87e463812b71052a07dcb464f..042cd83ef542b6edf9ee5636b5fed932773cc681 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 8f1f8213cc27e02673810709effcf33c857cffd3..8c348ddef1cde73bde13b76d00911d6a29785da4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 6f9004255d052cc1c1dcfb14c05ab7384ff2df83..5929fea9e7aadaed7292cdca83d3608c0f9a8ef5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 70d9552b0a078c4112bc70410c7feacba66bd3ed..a011042676274287587ca5cb8fc1f352739571d2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c59d7689d16686b6f3b6e0a42218a0c45074f1df..d419cee8d1a8ab8f2906dcefce65b05c1e55e04a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index d4b568b6e43d3cb10879dee0daf79cd1ea7a2145..f5d26c30ae082b7189cb7de654f944d8e47c9675 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 8c221c4a7205e1a7b0d4ad007e9bd0104f5233fa..3172f1b8dd9a4934bb3e6b3dd20cfe7434b21593 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index e42f07e9018e5ea8386f6ce2d99349b4df885408..4b275d80fa58b7be8c1df84526e336d0642010b6 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 18279016fe22d80014f31bde5879f7b24e536437..84bf560336455232bfb07ed8103a8dd6e76fba13 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 02e0fc4ef94c7378d0b8c11b82f731faac13d6a5..fc121dad35de2e0890e3678157b404bc5d01dcf6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 8d314d680b71b31e50f0fe3a05e0eb85a6bd7aeb..dc77b6f97fa00e41889511e393e140a0533ab62f 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 7cd1433ab0ce51340b897e5bbe235feec7e26fb8..e09d0dacfbf421ebfc71ac033691b619f48f2c47 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index eb2fdeeb46f8497d9adb83f4f85fd311bed57a5b..0a2e13303641cd0d67e450d3128c22a4c620f7bf 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index a4a8733d64d405db59412a5405c08cfaf6983a18..1ad8c9ae06be78ff8091bf2c2af7e172139b7899 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 0a2dba1524e6cda096cbe01542bcb538d8f3a03b..34ec13bc46e4a8a63e50b5947b2ed32a7fe931c5 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 6976f26262363ace53dfeb5eb12b52ed5c5737f1..ff57b19c2dee323790d77c785092d27effa4ae09 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <version>0.16.9-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index ef57d2a8b33716bb60c4fcbd98613e8fdf752fc6..16fae4ad7f7d13d156d34a62c2c1a81c2d71e845 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.8-SNAPSHOT</version>
+        <version>0.16.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5b9417487954560bec50656e577987e20f558410..88fbe568f934e471246d18784adedf7fda459e04 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.8-SNAPSHOT</version>
+        <version>0.16.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a6cfad74cca21bb926641a1c5ce1646ea81a818f..8c65386baa460ed1bd67a9ed4de72c69fa91535c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.16.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>