Bump versions to 0.18.3-SNAPSHOT 11/107911/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 18 Sep 2023 17:15:04 +0000 (19:15 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 18 Sep 2023 17:15:39 +0000 (19:15 +0200)
This starts the next development iteration.

Change-Id: Ie361fd2c573de59dab2063bab2ba2befa14f6a43
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 bf766dcac660c19d9a1cc9f7a32d85e04a52adbb..199f5ad5180326591cec4f2c7804fabcfd825ac0 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.18.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 008cc6e19d94eb3a18d8e254e816a0510d4ddf7e..6383637799b7943ff87f1b394ea3e092e9de376f 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.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index c6c48d074d35a02aa8c036db9c2c62a7ddbb808d..52c6e47217c622091b871b17e99d509412fc80e3 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.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 2171cad12cb9d74290d7a4423b2fab6f26961cb1..cdca901e71e9a0da617581986789e6143172af64 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.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.18.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index baa9634ab9af0ee4267af8460bae066613731763..2fc44623c48f25d1faac141db2ed857e755e3678 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index bc5dbba982c7cd614c28172da414a787e94fc6bf..6ca2069f43223dbf4af274d0ac7b12915975be37 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.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4e314e39c84bc2ff89add224fbc60ec65da8c611..a2d8296f2253578169fd82c78de1db3c091be0b6 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.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 2dcd7ad458fcc9b787f93dd86f8b4811d6426751..a66b88d97fc6f1c19c66d1ad49b5e43d551dbe27 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e03770533cd7b3b3583bb97a583662fe443c347c..03233185662c8946bdc3ccb8984441e629392a89 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.2</version>
+        <version>0.18.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c38a6fa0554432b5f00733cd75573660cfd4c762..c250ff04c9dfd12d02e5d421db5f7cc6554bef71 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.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.18.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index a9b16b526bec138262b26f5b4d06871280547880..8e18458b29e20e2f4ed4019bac6257a457aadee9 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.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.18.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index de7bf91dfc41e7b3cdd7697e7e266b6e67811a88..76a7efaa1ba46ef60dbc85a37e381c539883c337 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.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index f0bb84e3293a03b581ccca9398cb1579914e153c..92538cf3bb4b1660ba0e59cc9df0dc20c222f3e4 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.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index dc66cf03f4fe150dde72930b3495ff6d358782d0..c1c8607539f982de8c91c1a48127b70f41f7920b 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.2</version>
+        <version>0.18.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index dd76df6271515f2f557fccca844be51cbaad607c..87d822170724fbd525e516f7e12a0699a87aab81 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.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 9bb045c54f463c6c7d3e2e910e39a8cc8e43aed7..d9d4328da0d86d60d1cdd3d01f082fbaeda143b0 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 3f94685643a52b5afbce82e057993c9fd4bfcfbc..97d69ae0e6460a82431f3d7a8b4616de523e91ee 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.2</version>
+        <version>0.18.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4a2da6e08e4b9e1b9e29e46d0a43c12adee104b2..8525d1e7707194854d48764b64b4e24c248c41b1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.2</version>
+        <version>0.18.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index f178c501f376eb04736bdb4939ea0057a6977018..ca522a92b86df6f91a7d0ec2740b9cc46565e8f0 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 00cbbc2207ad16d0862edac141901686f936b9e8..8fc697a35b704792504516efe127bf0625902799 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.18.2</version>
+        <version>0.18.3-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index a6fbfda64e716d1c28d0ea06638f8b4c786abf35..183acc323a8e8fb92cb6db98f116ccb89c4f223b 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.2</version>
+    <version>0.18.3-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.2</version>
+                <version>0.18.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 54d224edcedd219ac504baa8a788e0bff62733db..4ee105d1e41e550abea9a19b51c0d500f40f4107 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 27cc4d6b20d85786d2ca8ec6cc811d3e06c9def9..d100c451daaee86741c91d182511292b9829ec1a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index e8c6fdc446bbf07a1170b5efb64d023266e2923e..43d5f0371d5063134591fa77b44d5cc44dcfa73b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 98d4e68b30a7b18ebfc25aba898b822f0bcb8017..a5e5198ffe85324ba93774b9a29c28ce599ec62a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index d1c92ad526eebd1c94644a5c907a31a7078089d1..2e917c391fd37fdc5b4ea228a6e23b2a75347f86 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 7f45b8188f1b5803ecb8b1411f6f060a992c76c6..c6cc8d63e4287a2d632abf1abacb73de2e01b17d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index e0d54cbb3b2c4a0db6286ec0f6f0111bc6151431..6709579a92554471371e34e770df668ed48e1840 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 5f0a7610e93d01c32d719703842e188ed2be423a..ac0f4ebc94620aa9f21fa2524ab9cfd4b348dd13 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 608a1f15cb8451c38f196c38aaae4eb72cceebba..75ea346c89d18ec846713fc7e5556aadbfcbf750 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 6164e368a9ec397c35c1c1535cd63d9bd0d3de8c..7ec4dc3632308328ffb7f9dd88e0ce6282adb9f8 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 4c4749594bc64fcb71165ac1750b78aeda1fec0d..88334f97d2d5085f82df1d63e083d288fe44f08d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 00b197744897bacdd642c3120560ab4ddd0d05d0..35a1b27061156e3a8ebbd93ccf6cb724c43df765 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.18.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 2858e191b7a503955c41428bad71ceef0fa1ac6d..e58574fbf8305e5dad7bdafc88e963cc661c76ab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.18.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 21e4e38994d7776f3428af9fc5594c7591f228c3..e207cde6577053c66d7b55f7e275b61c4761a276 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index dce2d32d471cca376671734e6ad9e469fb62d911..1312d14c440771c6063f775a28338f587f9063f7 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b7842e53fa9cafb087600c13d0cfe9d4534e83e9..fc5c43f4cb69f6de38df317e1ec57e8e3768102f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9279cf910f1f4286a46a4deaad78107c9ae1a600..6acc35217b8eb66ad0c585325d0cb95589c2a5c1 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.18.2</version>
+  <version>0.18.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 0a02da0e3e981fa0d3e9a4f71ec8ec01393102bd..9fbd4619a5798a4fb617472c329ee848a305103e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.2</version>
+        <version>0.18.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4ce63cd1f06472a693fc31248d98b6ef3b6e40f6..2cd20d36dd56fbbd1f8d205396ffe56ed8e59f99 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.2</version>
+        <version>0.18.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1b501dd9a294117232124374abe7f80522200c9d..b4c7fcf5249f92887911376d621e292236b7bb86 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.2</version>
+    <version>0.18.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>