Bump versions to 0.15.10-SNAPSHOT 65/104965/1 0.15.x
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 17 Mar 2023 14:24:36 +0000 (15:24 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 17 Mar 2023 14:24:36 +0000 (15:24 +0100)
This starts the next development iteration.

Change-Id: I456102b7e8312b08f7445efdc527ad6a2912c2ff
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 eace2591e7e319c57cec087828dd98f8153bfe32..8c397f1a59cd1fbf714b4a224f01f32c4a3562ae 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 99533674eb84359f0f5f4e3981692aa41a188be3..6d5e619dd1235ada89cbfce6654a23ba13151179 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.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 15feb92dc65c7cf1794a37e0ec2e2c8e1229ffb6..d71e800833041f06c0188710f61a181e857d9bb4 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.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d1805860fa4272f44a1543386f08a11ee25043d1..defbfc0f2dfa977e918be0b69a00007e7a3728b1 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.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 24902136455ce35e000fd864486b16c3ca0b9833..d51d1857e42b8fa771255fa4523b1f17156b1c03 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4c2f8499aa9ec29f14b444b113f3adb2796a0448..3d7c8365810d867e698e24a1afb69f888e886797 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.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2ef94c7e45dd607977e5d3753e99e329adddb156..e9f69bdb11a311a305d12d4026110f752d32ea8a 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.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index c7b6910aee22123074dfa7faa07f1b0e8de3447a..1ab252a46edc0953a654e978c5578533674365d3 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index ea1fcf92fad6a23cc3caf841d66cabe8c969d8d0..21e1236f9a3a40c65430d1f40d93b4eebe76e7ac 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.9-SNAPSHOT</version>
+        <version>0.15.10-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0b9cd8a53177d0f0dca50727771da96d466132d7..9d1b9d75bd49b65c5a09a16ed8ed15f0f867fa83 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.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 0bab65682746b09a24e186bba21625396e020deb..30ba458c764fc17955de92b6d5024c12cc49dfe1 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.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 4426090249d3355e0fecaeb5e82162546c286b43..03d1719d65f8b8830060ff13b429941d19ca698c 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.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index ab56dbfab603e1269591b078ad3a42cbeac5d41c..ede48ce8a7ad56206b32578012d548f9eec999d1 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.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index a18a79069222a14e6f981bd4097296c56e03fa94..9af4694e0917320da4c0f0c47e49a8581ae2ce95 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.9-SNAPSHOT</version>
+        <version>0.15.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 632c39837b6f2a046bdf48ace65817f8bb61997b..e2866b91a1a655a50e0c2c7c70d86a5a26914f5d 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.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 7a67f9977ec737722d89630814f5f7e36ee2cae9..8caee0675894ce5b01d776e48066a16a23e5e107 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 6b21d8a93fa9a3bfb08591c6123822425861d4b7..c8f32665208eac2b0d781d9e4e53af02fd82c098 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.9-SNAPSHOT</version>
+        <version>0.15.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1c40b7955e2e2a9b465b2fa2b7ae1e3b3d47550b..0b5811b187e92796d3056160f79bc7aad50df9da 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.9-SNAPSHOT</version>
+        <version>0.15.10-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 32eca1c9cff57722551ccfbffb137623f80ddb13..fd8629c16b24c21a4702d9915bf12a8e2ee26b11 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 8382211381fdb1378c4b0b84089210b61dd6a69d..1fbe9e3f1eb024c7873110ea43a3f4f2398827d8 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.15.9-SNAPSHOT</version>
+        <version>0.15.10-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index ce9ce0b907bfc8061b432112780c4287c9a9c6af..fc989c0c1a4f7bca53f98c7ddf8dfc2314ec7178 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-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.9-SNAPSHOT</version>
+                <version>0.15.10-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index f5b97aecce745c3c59e9c7511eb004d4320d56ea..81c456a358f85ef5be6300ef01372d2c72645247 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index d4c8d7ef88998477b156efd2e3b4715865f4a7ad..7d8a8740bd84ae537dcec61c383b7d7298cdd645 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 3794d57009ce71d72b9acfb72ac48a5198fc8e2e..81b447eca652f99392d47c0747e3159dc4157c95 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 619aee9966b0cfb44192f11a331486879a90d64a..6aa03aa46ff14749ad4f05584812f36fe007acb1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 00467d3b53a23b02acff1ddd96932583433ebd0b..15775a3c479a05a89426c735d4c0dda8c48d88d4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index d790a0552935633333dc85d3b8a75770d3815de9..34e6af13a947ab58f550845fbb26da447cecb301 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 0032912f5ccb20c3c44ae82c5542554f4ae2fbc6..d9b10cc3a37d73c412ec91823caef74199ca9af1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index d3d3069da0fd9def178c32dc67d064f265ca9f61..bccab4e110cd094c11deafaa85c170ec0da3f8bc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 249d13b233ae2d2fbf79ce652bfe080846dd0ac5..0fd55a3545ba3d4dc66aa0498c52620090ad6f77 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 947571293194998dfea251710e25734e0ef85619..0614efa9c927ef5857a2b665d1db4616a4f8fdf9 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 57419fadf5816168abdcf1d83bfaa3feba344fe5..46390fa039e7645b1a394a453ed211a08c48e8b1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index d5da415bb8e2fd47ad97b3d110ba4a849ebba8be..d1ce81a49d147b7d4e0555203919c2d2697e3fac 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index b75fb3d4a361320865d6cf43fde9c97b34f9f37a..a847fcae5d18976914051d5f00018111af96b0c4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index cfe5ba7ec29ce2bb0db0a973f0dadb5412d52ea8..bfb75bfa087d26c895426e5d838744fbd89ec6f1 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-api</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 77230e5b0fbf12b1cf75522ffdb5c8dedf6de773..17d1641c8f009e76bdd34c72588183e41de0b62b 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-jetty-impl</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index fc38f03ec2609bb114c8e2aedf69e79ebed1d979..ee1b4f1891da82922ee6e6e7401a0d0cf41ddcb8 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-osgi-impl</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index cb659459cac081983676d9d263c17dcf3db4e0a2..b0fa4ee5bdfd02ad361808f830d13edad9818f18 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index c9036b09ed362fc9bb3b5487bdaf7a79701bdaf8..cc2ddb36326f7e5d4af11ddcf01d7b9c6772a753 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.9-SNAPSHOT</version>
+        <version>0.15.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 509f9d8d54d520e02e3d71c95ac4d4131443f6c2..8f205204a617da8214000203b4df900f5cdfc4a8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.9-SNAPSHOT</version>
+        <version>0.15.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 68160e3362ef6a4888ce48f2361fb2276edeefb3..a6c2a7379fc48069054ad28e7277c0ce453a4892 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.9-SNAPSHOT</version>
+    <version>0.15.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>testutils</artifactId>
-  <version>0.15.9-SNAPSHOT</version>
+  <version>0.15.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>