Bump versions to 0.16.7-SNAPSHOT 66/103566/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 4 Dec 2022 09:49:56 +0000 (10:49 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 4 Dec 2022 09:49:56 +0000 (10:49 +0100)
This starts the next development iteration.

Change-Id: I1e5b639ec306d33392e5cbe669d25319f896737b
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 8927b45860fa54c9b7c778db361d260f9253802b..05f075c18ebc95310b93bedd9ce54d376bbed0bd 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.16.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 2b876e51be91b2a452366072bcef718bd8ec24e2..c15cc5c239437d410a6f21db65cb0f06126352cb 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.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 082a3667e72be2463fa387945ae27b790cbe8f5c..73f68eb2b3eab2d19e4f723cb73aa00d800a98d9 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.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index c52beea9b335fc17ad2b205e09e41c9685ab332c..b8c538df248235035d1644119285ed57151d2f82 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.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.16.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 9fae4edb222a6c200d711dcafdc018de50b3f78c..ab50254f6e4fa9863c093f2366e8988d97a6576e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 194eeaa7089bce8def36ea3311361b2c7a00ecbd..ef8305355f5a75158d25e84c8f7b488495bfacf4 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.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e220d52ca2aa0274abb452a7caba7bf181049b92..235d218939a5e25138359b306412b3f3d2757afa 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.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 592c027929827350cfa1e5a5f3e67171ca2685bb..ac736e87ced81f798786714af85e4029f5210d74 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 7cd8c01352216b557e1530a4e838bb7253740b94..fc93924171ef73d0329b92ddde822bedf3d5b96c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.6-SNAPSHOT</version>
+        <version>0.16.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index ee28bf240f79d4e46f647da5d57c05eb45c17b98..1d6c0629b2145a447bacbf3634e752eada851337 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.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.16.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 84c8bd339b3e200f38bc0127e3fd54c18a7618e5..30a23a665cdd0224832986871ca49fc360e32875 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.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.16.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 6607027c511b9694fb6702989e33573ac52b0787..17fb9f79206ce8bf1db8dbe4b51fab53ee198360 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.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 808648ed89245e48c530742c9f9fb63a0d775600..06083f76f9e60ac2d9400fbd17766e2e98cd6495 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.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.16.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 55d13dba32d9b0bf970b7db013c5d6cc120f720a..0a445e333309a3c633501a19c917fc820b748939 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.6-SNAPSHOT</version>
+        <version>0.16.7-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index b80ba591023c073c030d29d6f27fbffcf0a67ff4..32f0fda986c94459da705ccbfff108fe3706cfe9 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.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 00417e6d79d96e8299cf7bf1892189d8776430a4..fe6127ed6f1f10690dea10200bf89e9213bde18d 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index a96932bfcc573b083483fdc24d79c93115beb2c1..b682ee049e0c681667da66701a8e5313759564f4 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.6-SNAPSHOT</version>
+        <version>0.16.7-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6f312f97ea7c6e437af2491cb3a44e6a2274bca3..78568a15363b1558724d2b73aaf8489b6258e345 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.6-SNAPSHOT</version>
+        <version>0.16.7-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index c8a1fa4648875300c7664cb9bbb7574438902e4c..9e58b5e5b4cde9647af93a837d4946936344dd35 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index fdf5dc12bf9cd9301a8476b60f7b42d6b925b749..260d54008de1684e15040b6b0ee67ca6b2e46109 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.16.6-SNAPSHOT</version>
+        <version>0.16.7-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index ea6552d44c5da078c1b31fe200059749f846d934..2d4fe9f58b88dc21a4ae58c1cf4db9d33b49bd86 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.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.16.6-SNAPSHOT</version>
+                <version>0.16.7-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index e1c9736180280a851ca629c7fbaf84ba092b7517..3ca3fe3281acb59aa33f7c5fee67d7f95170e0e2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index e0ce20e579b924cd7b2567c66a481eb2d7b679cf..14b28b309bde19b259bfb414c555bad02d04dcac 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 4ca507a0617dde91159a1b705b46da61c91252f8..4dc2210b4381069d53c81c65084b8cc7648b130f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 8b7b481551c8b26bf58d1861db8b7bf6af2d3727..c95a42629ad2b73c46f785affd8dbe484619f4b0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index fbc8e873852a70bab825d3b4a31a1eafb5276b4e..2ccb28cc6c7fb4e59ea237acb33e23043631cd59 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 59b39672ec2b2641062379a2febdc30eb29569dc..e164d071182f25ca811fbc28cf3d5bcbe9a41cbd 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 30d5ad91482317589215b4a071070c299f318903..200d97e9b831b3cab9996c93358a7f79975725f5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index dcfd59124f4ca51747863131c662582fb87d5ffd..031f7c6e18f8640aedef5593524f63696a176466 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index d4da8b259039025e85b373c3ea2a9614c4b1670f..76ce64f0ec64101808be9a66e48a56bf9e59a3fa 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index a1202475e45f26d00a19e2d7dddae9c5c290b362..beb3f6cc027d1d6663e033ffa85a55f1d93da6f2 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 5b80dcd96b25dfafa238ba02c2a83f316fd14de2..fb08e85f0523ab3af3935030cd07cffb9d2fca9d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 67d442d46bbedd7f39a096b201ab8ca0c33021ef..34590024d47b8a48a5dc42a7ba6173d369acd1b5 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.16.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index c7f765ddbab03bb31c2abd28f490395c41f28fdb..7d8f6a3613ee3c32eb7df3576043e1b3a7647d3b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.16.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 340e00b33e6aaea525365cd2fb3fb6ae7b5931fa..e5b00d68ae4387b6aa7a0d6c04c6915da84c8350 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 70343b3b3d39990a9b572f506dbdd1436ac58031..7d3450de429bc7804de87531e626f8eb3dba5166 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7f1baf705548ae5ca9145bea4fbf24c80403e8f0..647e55a7018269a4a6d97cfdbc9f5ce5fb23cf05 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index efe4670ef178a296924958c92fcd88fbbb3d3a0e..c831a51f3ee8b0a9810e135c42db1b3a771d5afa 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.16.6-SNAPSHOT</version>
+  <version>0.16.7-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 86fbdd2433d15c8973d122d84a4642c2cfec5aae..bb2796443983e05e5112fcb37dd7b833e810f762 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.6-SNAPSHOT</version>
+        <version>0.16.7-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 9287a26dcd73a10126c5de405ab81bddd4138adb..5145162a52189c4251b62f53e684d9cde07363df 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.6-SNAPSHOT</version>
+        <version>0.16.7-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 667f1c65b38c7edd78a7b3a4b18fe36141e42be9..eff93cf9e99c89226c5b13b283b3eb255026e9a7 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.6-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>