Bump versions to 0.18.4-SNAPSHOT 89/108789/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 31 Oct 2023 13:04:39 +0000 (14:04 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 31 Oct 2023 13:05:23 +0000 (14:05 +0100)
This starts the next development iteration.

Change-Id: I35b42e04430dd8589484f772dda0f2ca0b56f80d
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 9b8525a2dbe0a866db23ee131d6f5127e7993711..307fd70e8ad9f5eb16e3bff56afe9d05097acdd6 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.18.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d8d1332b71e688089a8f1eff87e938d6f9be4a99..5065569fa7d4d739f5fc70334e78facca7bd8ae2 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.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 0d00150aaf13c88700ecf8ef24217212e02fb777..6d5d800f58af7d99cba929892f74813b468d83ea 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.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 5dc7723b484fdd902d379264dfcaca1e9c60943f..f12502ad5874242452ec072db1fdcedd1f5290b6 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.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.18.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 88bf355b5927f0fa936c9ea4e4633ba85ac07271..f96a5b284a99973e982dd0004fc42f0a0992fd4e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 78f73d0fef0d4f86e5ec7b59c0da8be24670b608..5bfbbabb77631e7a5b5dcfaf2ce21040e2eb535b 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.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 587752b956cc716380c96ea9d1f036774db40539..ecd9edb466770c9582d030cf2a5f3b65686da749 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.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index bb203b6747c0a3af92d38af9addb01cf7b18da3b..1a88c017317451c0a42363ca1343cb7fc1e5119e 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 627a7e1b4d96da5511cd5bd7abf89f4f8ad0af1a..f77cd08db50e96ff5127ebe65880e14be7f14620 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.3</version>
+        <version>0.18.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 547a1124470bceac9e2e17c010a90a132a1613c6..45c2e5802ec9dfc49e06a591aaa8e0aa62c869fb 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.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.18.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 5727c7c2546f810afd5e90da429250c0d77a2dad..314a8dafe1512178ce164befebd8c03ed7e3c2a5 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.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.18.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 7f98f3163547c3bb7081999baee46e2ae60aec49..83c5017dbcf8304289a067b5fd274034b536eca2 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.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index ff53554b5a90b0a217abfff0c540d8d10a7500fa..d31cd2354b8ed22b68053d1b1e927cb0805f159b 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.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 980c102d022745449279a09979134892a43c3b18..38e3f0efa6aaf15e50d708ab259d91fe6590c32f 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.3</version>
+        <version>0.18.4-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index a695757f197c24ab8cbbc45480ad37d705e9baac..4ecfa0d4a6a3fa754923dfea33a322353d20c7e4 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.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index bedcc37ca49447ea855d39c404140569a1eac8b6..afdc9ef46168dbbd19ee214146556774d83ad58e 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 96599afa9b31bd4c638fcb6b5c4b3b036bdf616b..c2973ac2ad5bd23916378a7774568e8c7af6cb39 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.3</version>
+        <version>0.18.4-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 989f89f1558dfaaf0f053dc873dbad083a46b79d..f4abb6327c39c1c8cd0f0cf2a2def6e4d77710b9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.3</version>
+        <version>0.18.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 21fb738611aa9bd86461ad78e3928e6ac3867438..21e208307248f5c496f15c61d1ed00fc8d57019a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 7dc005d0cc1a95df949f25132dcf3e11e3279633..c16214fd508a40f792a209a49bfaf37174168b59 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.18.3</version>
+        <version>0.18.4-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index e8d8b8a17dcfcea5416a941e50427056f989b4e3..10d583e88754de3edac250c22e638088921c97cb 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.3</version>
+    <version>0.18.4-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.3</version>
+                <version>0.18.4-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6565c210df3647c4ca49e53cf061ac809dc37c14..cf3425167cb0d0b596d2601c24253d3c4d65b9bb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index c51d99f2ab68365f6abac3a0f1eecefc43eafa06..6d07a47c72d7e2243a4e3cfd34518c77af5eba77 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c533b163508a88da056b4947c1f182c12215378d..e9be774c7e30ecd4b502e8a73c6818f8d51c5714 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 73e5fc7d06baf49ff27b3222eebde8a7cc78cea9..976f551402d4c25a95b951879f008b1e2349332b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 5a9e5f461673f6bfa924026eacf4ccea4cb0b8c2..2a2d1d13fa0db0aaf8789a6574703d080fe622bd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 6334972dc8a8c39a642d471fe90eb92984f04ff0..9dda3b40583610945e9ecc1be707154dc47e1c72 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index e67c2ca964a09e84ed63aff045e303e634530a3c..03ed3256ba7da156e72f87cd8551c20c0028fdbc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index a47c70b6d40672248dcc93b8be34aa1cc4fa5e6e..a3750755d843b14f0d9101af4db1047245cf2ebd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index ca8b691251a0b4d9b866007acc3c4213a1670ef0..7d03a610387f221148d6c1fad9681d75f6ddcbbf 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index c353bcd191d6abc2ec0d6bbd3ecd7f1429174a41..98156b274793c61825c8ae48ecaa69f29097691a 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 3b4c64e057c6a39226d6d58cd386c6c04fb33ff1..e6d26e41290f396999a163354a95d92c6ec7a7e1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index fe9de1c57529d564aa766993f951ca965abc4fe0..52b606aec85223e848586790261a30c80c412263 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.18.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index d8cfbb32a1668c2db1d8346b35e785a103827ead..78b15ddc0526ebb4c3c9c78e24efdf2bf2eddb2a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.18.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index d95adaaa4042cf0d6a1de5da740291613f6ab24b..a267b7d241749f1a1ca0a84bf21fff994da67581 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b6e520f129ee6b230ee28b509daf72524068fabf..be213375b0a811d4044d1ffdcbf6fde3b254c02b 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 3eef9d6814565003f860f6f3f771335ecdf6c117..cc299c2aeef04cdb91b94743a7fc372679c3cf88 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c697260397cd6aa128160856d00cf3f726d6825b..bf44b06358ccea4e6e0553a92f8bb63c3b0fd729 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.18.3</version>
+  <version>0.18.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 5caa551b57da60381de0669c4bf1c6e7c9ef6753..19d9809cc79d8b196db0fa2e52ac3b30c8dfc067 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.3</version>
+        <version>0.18.4-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0c6b9a002812b86e81bba82ad629fe96599cfd38..4be242cf4ab1450a8943c106a68371d25ee1e660 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.3</version>
+        <version>0.18.4-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5de605029f02291aeedb076876e9147c71d0718e..3ecf66c8675df2fe9aa8d64979230370276173da 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.3</version>
+    <version>0.18.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>