Bump versions to 0.16.1-SNAPSHOT 54/101754/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Jul 2022 11:58:43 +0000 (13:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Jul 2022 21:21:11 +0000 (23:21 +0200)
This starts the next development iteration.

Change-Id: Ide7c179de310af9b585c96f29ee2e7069b457717
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 76f3be6bb83de96c2ec4a9ea72fa4585c2abedf9..1549ada523bb7f14ecc122d7d72f76ab454d4a59 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.16.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index b988c5d49aada1e60db4042a74aee347ebda5814..93708f09a52e7ed783a69abb0f881587245c2188 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.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index dc09f305b7e2e474a0fe1eab0b17ba157b09f36b..3b6d64286a68dec10b537250b0ec783813a69511 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.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 4752a778b2b4ae523e6e9ab3bce99d9daa584846..b7257af62b9107ed8ddb17cde853b0265f86c514 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.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.16.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 6379c5db7d60b969cb42a66ffafafe4dfba13e01..eb8c06575ef4672b6b6a446310c3c18a25e5fdec 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 0c9173d93c494511858c2e2cb4b2c7f179af881e..9b6e8130676682ca1e9704800d346432e899924c 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.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d04be85538cc7c3c765b38db1bd8baa28cee7bff..bf35cbad2d7f779ef870be6b173c10b82b0bea8d 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.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index d521e6e47a80853674745b237947976b147d5fa1..612bb5b4e1dc83eb37e60cfe6e7144bb2f094e7a 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index ab9549e86558c0b8f63166f9a3378bb49473c01b..a9fd8d0b11d44665b2ac13b39a76b4511a4d0dad 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 04806d68414609d6a0f5c55082008a97f377153f..e59707adedc6a10c5f5e42c445120c68316ea743 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.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.16.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index e6302b5c5b920924c9ad74d69fd65648cf119f1f..51098e98423dc9095fae1c930b202feba21f28e6 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.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.16.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 17fa96dec53c8d047ad19ca4c2a237384f7fa4c6..048a637ca1ab80f34ee4d74560caa8aa7b1f60d1 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.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 5ae60c71f73dcb744ba4f02bbc5dde6c0a30d881..96c623ea8c58be8c46a61108150fa1c03b259694 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.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.16.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 3e2335c0e0f75417a3305a8e6fe51201076de673..8e44f49f8964bed9058a8e423247dbb65a1a986f 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.0-SNAPSHOT</version>
+        <version>0.16.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 130635f9ee38fefd55c0c2668c1dcca88832d610..5f418dfdf76d6985470f4908a5ab1e14cacd6e3c 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.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 1b6c61d2bcc9d2ca852835d9c8e6079da327d676..a88296205f333860a10b93e844793cf209fed3cf 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index cfff91721a071cee8e630e220e5e16b00e973cfa..9f34d0aa892833692c84ed99156d3c47c49ae045 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4a046bf0503d45c4f01500a0645d0ca5587dbbe0..15303d1cbb2eb6659ae6cdf6ef638d9282226c47 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 95dd88d3e5ff78cfe20e2b51c343152225443f88..865e87a2574f9b2b655243276061d10b63f6a956 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index ef21cef8f27475c26c66f1cb5c17b5ca9c8f06fc..51225b0b7b39a4001c523fa0a854800aa5a935e6 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.1-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 023b8e30e48637032daecd15fadeb4e8ad9c3fc0..7d66e0e8dce9a241249a2d694210307798730c5f 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.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.16.0-SNAPSHOT</version>
+                <version>0.16.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 86463e230c8872b061a169a41b01ab2b771924de..9cd0a8a6923436fc4d13827a41a3f9f4f0f42aff 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index d13511ed49e1aa6766f55df5e24a1b19776dd57f..ba69f0e991942e23a792bc4ee6173fd3c9daa9f6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 23a070093f4a8ce4c503d4f7560683d5e2210cdc..64382baf59bb8878db8fbaec5d06d0ba18ce6e16 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index ed5511a4920e6e65141ca6b989331661705860e3..3273ceab98b47ebd52ce142d841823bd9a8dd8e6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 012621aedb3f9ad298f1fe9c7e137e3d807c812f..e72c26abaab192f0685665412b0f7e8e2d088023 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c794fea53796e1da165792c049c7e172e16cd692..155631d9f45e422ad8ae54175e6ed00a7bdfdc0d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index d0e29694724526c6d2352f48a08646832388b717..9643514d2a7a03850bbdcf87a39491e668d569dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 47a4fa8aca48c8dd0df3f3ee74f922dccf97b6d1..0d2b0a876cd84bcb6e60a0376ba9c3e31f395676 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index dfc95637f7fe7877eb10f702ce113c45398e86fd..a048ef03dc3033cd535e190a94e858a5160b8336 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 663e597562048d832647a89ea6ba6e6e3019037b..32e9fbaa8bfe7d4f6940ff37ae8ff1bd4552afdc 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index ee55ebf2421b2d4c068da4e69516f32d034cd263..bfa830f2ee04c3d3a67f1637c3836bf1cfa8cfc2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 2968d4531c0fe8460049fac98bdbff1f0bb0b556..ceb87ed75268118fe18f0d980c0742cc4011e0d3 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.16.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 4bfed90a4dc7a58043efe355cafe3335fc13b0ba..37e4ac3ca93546743b6e6144ba28f8ce6b59da7f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.16.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 6128ce6b2b63b8a8db7860fa5880e0af1de046f6..01f2d8235a7579905a8adac8fc0bba2c5e7ec8d3 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 6f4983194c6d8905b744555b5ff04c9cf8648bf4..b699ca351d386955edf66ad614b511c96e864d07 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e2a3baf06c3f51b48135cbcbccb5cd632a932fde..a85d317ce89fd53d3cefc51f87b02d2f8226740f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9bfea25ad38ea8a6c26fe1fb8b92f7f0a6274fac..baf66b75530741983e2e656901f436467c8d3000 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.16.0-SNAPSHOT</version>
+  <version>0.16.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index fc11d4fe9c4b226c492001c8cc4f1736d53db708..7b8fb74ecfb386f10c9a711a97897351cadcf3f1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c624af8d742a3fdfe083057860151545b761ec2b..72408e169d98f6d8fa7821027966bf284e5e986e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 308429ef2349fa809c75631370fc4a9d63bb499f..4d14bda6dba8638470ee55d22cabc46d23a5561c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.16.0-SNAPSHOT</version>
+    <version>0.16.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>