Bump versions to 0.18.5-SNAPSHOT 78/109478/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Dec 2023 09:53:44 +0000 (10:53 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Dec 2023 09:54:20 +0000 (10:54 +0100)
This starts the next development iteration.

Change-Id: I33d5f0886fef3cec3fffd32a97ceb433d74e4051
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 f4d8c9d33e11879af94cf802f7290a4d806a0f51..e89fa76780b3ccfd09409e1abda4abbf90c85098 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.18.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 8c9e2853d7a859528032e2f9449b1f8941dd61ff..155534bd8de317c12634acd5ca41cea216fbc7fa 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.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 84b466930c18c5bdb9297e0e2ae0d2c2203c4e37..a4036e8bdc12cbc896b9340e2b990051894bf10b 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.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index af5d72d2c0979779426349f05a91e3a7f17b4c39..db46878a5e6c961b7885adf05b6b2d5b71e00b71 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.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.18.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 3714e569845bc907442df84e405557b204cf1066..daec9b809a0814a453b47f88f042fdb7c355ec4e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 187527543830b4255a8233ec28111269501b83fc..2a50c0b704f7939eff1afca36c1dcac985740fce 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.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index ee7fa9d2f24b6c2230c741d78de0f7c98fd7e737..400193b49f5d8ddf4c05277388443ae6af830a75 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.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 965d0d5a86da6a4b9148f6a983d493988f90ebe2..7c2e674b04481b28a4ae14cf15f409fc7a2756de 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 13af7787728d4c7657d45b73319c062901d174e5..eafa105c02849c2ab8505648d211e7c891adceca 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.4</version>
+        <version>0.18.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 5692bad184704e2ed149b2292329884a3633415f..87dbf8d598f8e49e91392dbafb623b07f438e8b4 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.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.18.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 4d612ed9555ac29b7f8fb1f143653c1578e8bb7b..0ce936c733d5637e1000547b855661302b78bbf7 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.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.18.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 3fb42d7a0c5cbe3352d6d3713544ab883937eabb..acb87beafb89cdbacea27a4bf44f19e047cbc671 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.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index d9e09939542fcb39bd098c4ec84ec414a75a7b48..59edab73c8d5d50dcfbafe4a8ec3e2b86cff40e5 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.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 578e7123155ae5bb88717d1e8e1175fe6ac248b6..33286c5fda98f06891fc9066605eae6bf12a757e 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.4</version>
+        <version>0.18.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3597edf11f572a3ebc423a0505c7735fd0087ead..30d8657aa8ea60186e7a661dac3e216e680b3962 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.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 0381a741eef9987ed34b44d778eca0b2d686ccf4..2f9f0ca3010259ab10a42081a0cbe7cc024b747c 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 8a7facd4fff25ff1896d945f270e6631730632ba..0cb77cc50b0f1d81228526d3f7fa040ad094c5e8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.4</version>
+        <version>0.18.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1691ba69a5d9d931842493956de373a80bcaf178..88e0b797e2a6a5ea8c47d73f4609f5efc323e7ca 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.4</version>
+        <version>0.18.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index d670bc5b8bdb921b29ca85d3f64637ee792a7f5a..39e91cccd92556c2124358aac84ae5a182cac622 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 18e63f64436a366a2cd077b68460bce27d662b9f..da07ee71680095b09c619238d960db1c84e48b74 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.18.4</version>
+        <version>0.18.5-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index e9c4105eb256b72a5c6a86de08f70b29d346f889..d98677189400481dc8df17337c9e8fde5ef8b6af 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.4</version>
+    <version>0.18.5-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.4</version>
+                <version>0.18.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 90050ddcdded72ad76e2d814b5291b46bfc88a20..faafe0f8e657ac3bea8c78e150f1e974b75f9d85 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index b182bb750d5c7453452cfd24c2e07a81a406a6e6..8d67dbd4d3e9d4b2e5b3af3d0828fc8d289bc1b1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 170bac4d46227a47b3e63e0e5ec66fd2855a74c8..c26c6823bc20da5a8fe443a78a0c643d8462b3aa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 1c3e34247c1e35654af38c1dec916779bd16e8a2..7389e4ba57bdfbb7a09e1320f99962fdb0762153 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index dd7af28fb039c38a3b7dc60477155ccf93077bcc..ae9f8d025277cbb9de7dda76fece359dfa37b3c2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index b6a1f4a91be60ef9c21f6652c271ef0c5a3e6963..67902dd5fd91bfe6bb8f2bca18408ef658fb8e90 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 75fc2905e08c7cecd91d79632df6908436f8d183..241121be22fa66641ee9f2f70b5289f909a72fbe 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index c4f421264651118970da57e33b9bbe3c194d9b55..4bef48e9211f5916a7d2a710b8fb58ffcd597fd0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 5d2a6f4202f976819e733aad34b3e40951c5d3b6..dffebdc4912768f12e4d946bccd199d9bec1322c 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index fdb0a87b639e56757a52ed1f69fd50120dc6367a..368834da62c8817afdc73fcb7c74af401d2615d6 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index db7999af5041cffd454e08366c416fa0aa2cd372..5143762840215d78b5ff6641fefcf9a7f03f4c1a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 766f321b883d2f92ef23e6e1e63fab08960cdac1..128815188c2d63680fefa7a8320a658637d940ea 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.18.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 139f690f8ae286d97bc3a9838cb69a16555686d5..682b701b8b0deef85783af9031125e5fab7daa1c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.18.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index dafec68203f06bedebc24a742caa1fe254a0f670..efd669d9e30c9ff597da8d9f69cd117e7d1ad0f1 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 27faa0cf9363b27611ebdb8fecc78e69898cc936..4aafad13aac61cd18a57213d6b42ab3cc4c1ff37 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1ead278ede5a5ca73443fe4b82862d0ade7a9880..533e0d148ff87f36e16b82b3cd3e85d8bcda190c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2f4c952559f008cd29075070c5204f0257d75392..eb30a1789b27871636cee55c5dc249ee0e19204d 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.18.4</version>
+  <version>0.18.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 246ba1295b7594a511463eca9bc9629767da66ba..96883bce7aa6f6f3015901ec9896d73aeff05f1d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.4</version>
+        <version>0.18.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 16880e4b49951bd2ee2dd2331c2419e1610f6fac..66c6ba78963f549289e6eea0ae29201e271501b2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.4</version>
+        <version>0.18.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3e67435083fc71a25295ef64a8bcca3da7628957..4d8eb39ee8452a80a3aa5854baf00465d5c10399 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.4</version>
+    <version>0.18.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>