Bump versions to 0.18.2-SNAPSHOT 26/107626/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 31 Aug 2023 09:35:00 +0000 (11:35 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 31 Aug 2023 09:35:34 +0000 (11:35 +0200)
This starts the next development iteration.

Change-Id: I308800a1450d2ccd0a9cc64525d18cca3049d190
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 19385ed37ef5e6b8529b97472bcb054e51350147..0bafb7e0a38d660fc443bc15a116294ba1dcd68e 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 6ed6470439d6d36df328a7ac086161950163c785..90b347ff5c64ff586032f57597358aab06e4810e 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.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index f13f3d8ca7231504f9b4f0815071326c7b605b47..b705c667a9f4367d678cfc6da1da18900e5e8d95 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.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index d5b92bc49ccfbf5ca9efb5ae23391cb3f3ee0080..1c922cac5464531b35b1ea59daa118bd671f9e6a 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.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 5f72450cd0525bc7f3dc9a1ed44cc0b771b6a68f..0cefda22daabe5733ea31d95504d03bc45aa64ac 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f53713081ccea5eca2dfb3a2ea2c17a4dea9ee57..37b7046dc42a213f12ba471143b0c3618c780a4b 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.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f52066d8ee1c7e2ac0ddc74f4801e2d0aeaa84bf..94fb991b6964bd10795b5dfb7aa8a9c757a8bc09 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.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 0891def321bc4dd7c41d086c925e7be30de6cfdb..cd361e04f93656979a158ed067fa526df907186c 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 7e19f5f234669a461a5d4688825e4bedaa885efa..424c3c76718a3c559b3ffcab7cefec78f863022b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.1</version>
+        <version>0.18.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 606da8f4bfcd4c988e9ef1fc0fc3097cc3a27470..f11b776fc761424ee92647a534d10bc346e239f1 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.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index fa652a2bd59b58c5080ad2d7be66bed2188c89b9..316d7da2fb8f3d5e114141800d3a378cb27ee968 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.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index ce08688391ab5d857d0b5056b8df210d9b90dc37..665d0c46600466e4699d966f2657d53b5073033e 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.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 558f22c00c2b3cfadd1f8cac148b0afe3d7125e0..3898e1b26c5e90cd11d0549b337d22db698889e4 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.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index abe141f289fb38186f002b22eb5327576283d508..29382c08b27dbf480764b05e19cd1f07aa893398 100644 (file)
@@ -13,7 +13,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.18.1</version>
+        <version>0.18.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index cc4d882b2c5d2eba79791b932be2fdb68b318479..741d75a5188a1568185e7ed6fde5b76aaecf0900 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.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index e982992c92e04d695dc0ffa8e255e9b0ff2d9bb6..8174d5c872adcf30751a4d8c55ac6bc83eedaf02 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 58ccbd97a3967b3adf0013c1b49d40901d53aa42..0c476512cccec46fa1ad2e693afffd07d6d0f186 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.1</version>
+        <version>0.18.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6c30a5bb91c6151e5b8a0d203512745cbcda84dc..f36b77819e7b71222f9064fae5668340d1e9f0e5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.1</version>
+        <version>0.18.2-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 5d16b20da14a00bf6319e0b0823d19ca9efa4cd3..cee18f6e0e54479f7d113f86a5a42ae39d77b356 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index a2416c3bf92bd90f191de67c72dfbc4afe2da827..90ba08ce53073ff7ade84525340d0413220c5605 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.18.1</version>
+        <version>0.18.2-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 0186d0ffcbc57147ac3573599c92ac09ef1ca76c..6707b35cfb3e08bc780b8b965230102f8956a41e 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.1</version>
+    <version>0.18.2-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.18.1</version>
+                <version>0.18.2-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 234e068dc011bafac8996d499f019ed21fff4402..760c985a4abea8f1936f1aff157298af3a50f8be 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 5e312e3692e9f93e104deb0c33895f4700c54174..111f7a3f02acc31b3869c59c779474e4cd50c538 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 44a5b46a42acbf5bd9fc1e8a1297d3306a64743d..08987d073543aaf7bb4224e3db09ee2c44e5259a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 6bf09ae4569081a2f8d689b15420b0537a14d722..395f50d63c8d575ebc6b72c23843be0d1e92e4a0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index de25c32529b8f6e6e570fd749cae3d6932d11a6b..47010d34910ffc9bf617e6f485b1e61737f29b17 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 15ebcc4cc260d69bdc8167d6a5bb5946882fa9c5..d10bf398522a02d1070d85bc4f9e502d90d55606 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 98b06e6ac6fb5af0c562ccd7cc82c4cb0bb0b862..6e9098b7cf8877f8574eae8e708bc573beeb8577 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index acdb2d3d093326ddd2bb25b3470a225eee7d2049..3b03dba4400ec65b9c1eed7b239774acfe4ee0f4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 0ffa5cb367ebfa7cf131992856db56dfc6ab459d..33faaca9c3646ed5a2096adb8095400bb557d610 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 543272ef58f62be7420b8f56c27556db124a77a2..aa7529409c9cf28e42f99c792fd14a1cc1e54654 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 5709c3249c0e38531d7be98df404e25f8302b31c..146385a3bb20066dd7af2e56fc2f8cb63ae1f85a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 44efa47aac3cb6bf1ebdcef021d716a1b87b920a..f80f53a5e216aabfb8a812ead1ddd8bc5c03bbdc 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 51af70e51cf8e0e30a15c15cbf1359c979cdf461..d94eaaeb622e094ec09f37ad8512304ef0b6d202 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index ba42170474f8debfe9cf0ee36b9a1080ccd8862b..8a1985c5abd6bf9505c96d35ef425910c736959c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 29cf14c66da3ebef3168f536da7abd0142130225..3b4dcefcb1a3824dc8f7ce4489ba50e3ffe36b22 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9593324ae5b421f1ea379d36a1b9bef8ce6680d0..51cc87420f0085ae579a333b49f718f401e8a11e 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 77dfba32f81ebeaec981eb201579a6a4899c279f..290a111c5e1dcdf38e0ec6a7e59667401ebf38e7 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.18.1</version>
+  <version>0.18.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index c2684d6eca0bddb810566b44744522e93975584a..3fa70d55e5ae40525735f773d65fba452f5b03b5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.1</version>
+        <version>0.18.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 616de5fd1aab4d908a8f3264208614000ebab808..a29d241155a40d2a89dd0ba8e6ffaa4ec33e21c9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.1</version>
+        <version>0.18.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 8d20baeecbebfd608a077e22ee0c57b61baa9c84..7c64e7ec1f336ecb1a8c5a2cc1eac34c7cdcdb66 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.1</version>
+    <version>0.18.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>