Bump versions to 0.15.9-SNAPSHOT 35/103535/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 3 Dec 2022 00:56:15 +0000 (01:56 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 3 Dec 2022 00:56:15 +0000 (01:56 +0100)
This starts the next development iteration.

Change-Id: I6460eeebe6075170eaef8fe363c53cb0ae4b60f7
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 4a40e62fb05a4460a89c9fe7d9f984d53793b328..eace2591e7e319c57cec087828dd98f8153bfe32 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 711b32711decede9136037afb603a2cf6be35f5b..99533674eb84359f0f5f4e3981692aa41a188be3 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.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 3a9094ad4b58ff92c3866510f41c0f9c23e48833..15feb92dc65c7cf1794a37e0ec2e2c8e1229ffb6 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.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 24ac0be76b687781daa15b12e9ed498949db74b2..d1805860fa4272f44a1543386f08a11ee25043d1 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.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 4afa034245fa3088d68ea53a33f67f70d7ec9779..24902136455ce35e000fd864486b16c3ca0b9833 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 778de75154d6b2d6ac9f7fb220f1d4e231622ef6..4c2f8499aa9ec29f14b444b113f3adb2796a0448 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.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 792a1d4dd8551892c9ca6ef186a37caa219d40f4..3b2d2e11f34954791ee3ef35485a60750d1996f7 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.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 186092580d6327302a63659deb2f8c9725f40bfd..c7b6910aee22123074dfa7faa07f1b0e8de3447a 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 424470b1d96c7de8f29278e661e5ce1d00a46fbd..ea1fcf92fad6a23cc3caf841d66cabe8c969d8d0 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.8-SNAPSHOT</version>
+        <version>0.15.9-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index aa13343883aff0242a42b14a9307a28fcac416dc..0b9cd8a53177d0f0dca50727771da96d466132d7 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.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d633ee9ced2092d58875d0649657cabf610f8ee5..0bab65682746b09a24e186bba21625396e020deb 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.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index f88dadc16c147fa8306d73b1b09216bdc833143a..1fb586a81a9a90fcd1f71e6ad103d317d6c1c8a8 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.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 35b56f7cd28d35b51cb34a02fabac893fc15495d..ab56dbfab603e1269591b078ad3a42cbeac5d41c 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.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 3304cc6ff14530249d29b4853c9957afa5f4ea1a..a18a79069222a14e6f981bd4097296c56e03fa94 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.15.8-SNAPSHOT</version>
+        <version>0.15.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 3fc73b429898c46617dffffae83262d7fce438b4..066c12a8093caa4a09b1401545d35f760a428353 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.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index b23fd14624ed51c2dc0359e396c35fd24f1479ca..1118a7e7943b93a49ff6454e02109f14fbad1497 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 5b08103003430d3de4f0f047aa4bb84bad244baf..6b21d8a93fa9a3bfb08591c6123822425861d4b7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.8-SNAPSHOT</version>
+        <version>0.15.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 30a1050764cf1b5f63e8027ac26039cef3c82fbf..1c40b7955e2e2a9b465b2fa2b7ae1e3b3d47550b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.8-SNAPSHOT</version>
+        <version>0.15.9-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 91c0b8ba49d37eb97b72d1e000cf706741a630e8..ec8e9687e56218e623c4f20159460d4f6a6d478a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 2f48ca8c47d382c22738e16eb1d39adf50921962..8382211381fdb1378c4b0b84089210b61dd6a69d 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.15.8-SNAPSHOT</version>
+        <version>0.15.9-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 836fbbb4b6900be185d10f2d7579c89a1fa9ec0b..b71bfa89ea8caf29becbf4e8f452c10217aaddac 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.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.15.8-SNAPSHOT</version>
+                <version>0.15.9-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 62ff1d7206693c32d5373ce6d4d66467e4e9b886..7a30e8fcb9708f6eeafb01777202021ad39c1fcb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 4fa2659424e9b457c63b7f9e72d514d9c8f27b64..2d66c1082b4f94b9efc0495239d649646d97c67e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 0687a22a6106a550f484bb6d8589dada7269bf76..1d28cae92680aa0f7922684f1dfa6b7102f23c69 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index dbb73952f502eb2de2f23caf147d34ce3cc58a65..5955d4c7170db2115916b6633bf648dab3227623 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index fe6b45dc166821f6b2d8479cfb5db240b18e640b..b20113b80f2f5236298700765b55c341bb68fa56 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 361731bc2692a64bff85990c35a99ef2310426a5..ec57535209db48f75ff7b5524e8961c8b8e50270 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 8ff55e76949a05feee8c3fc0a41c6232d7399438..43ed8f6ef47703d995fac8e40a1e82cc5b42964a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 06de2e2dbf89e42ba833f53905c2c7966e94711e..4ce1c1266b3846df792ce9b4a347b6002bc0b923 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 22cde470a9085051527fb112618fcd997607e962..f32bfe7524cd164c95810f9c5566c414bf519b8e 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index ae5ad7f46b7d5a609af931e53fe9140511c4ecd3..5511f03f2e4caaf7c122a2f0d9227252fdbac687 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 3a07467cbf6cfd884b1918045531981d3df77625..7d12bdaf4feed9595f756fcf2822ea9c68320734 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 6b107250ad98315f663aa7c8b1ab680e2a537ace..06fb43514d5e1f3edf441c4989c2d62f93ba0a8b 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index e1ff971c969b0de49a819962bb389a47bbcaf5e7..d32b90c81301114cc0009da71fc31017c80cde08 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 2ca6b3183ffc22316cecd6c82f21b5bc5a61f573..cfe5ba7ec29ce2bb0db0a973f0dadb5412d52ea8 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-api</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 96a15cae08143554df4c23201f879a777f1376ce..77230e5b0fbf12b1cf75522ffdb5c8dedf6de773 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-jetty-impl</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 7b43e7cb6005fa4f68cf92136ce89d7b8d89389e..fc38f03ec2609bb114c8e2aedf69e79ebed1d979 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-osgi-impl</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index bdd7de5fad742badb4bc5609311f6de83ed551bb..16609e6764e423a644db6e73709735aff1dd168b 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index b9768950938989ad5f31ccddb65df0e595159c8c..c9036b09ed362fc9bb3b5487bdaf7a79701bdaf8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.8-SNAPSHOT</version>
+        <version>0.15.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 203ecdf0ebec055ef01761efe514f3b24a77520e..509f9d8d54d520e02e3d71c95ac4d4131443f6c2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.8-SNAPSHOT</version>
+        <version>0.15.9-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index c47336137eeae1d4478bac4b81bc2f5265fbcf3a..f74416801b3d56cf7cb74a4d32422bf57699f6b4 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.8-SNAPSHOT</version>
+    <version>0.15.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>testutils</artifactId>
-  <version>0.15.8-SNAPSHOT</version>
+  <version>0.15.9-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>