Bump versions to 0.19.1-SNAPSHOT 62/109962/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 24 Jan 2024 19:55:31 +0000 (20:55 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 24 Jan 2024 19:55:58 +0000 (20:55 +0100)
This starts the next development iteration.

Change-Id: Iaa2d6d8e6a44997f398e5a60bc05fc515700d8fb
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 25737247aa075cc99d721d35b97ed2c29f3ffbd4..a1f99083cf744e1f8418dbfc597361c4478ca944 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index f4cd3a7c98622110fbb67f7197a813d8ba63e104..9ed5306c3341b4c9158a984a844813a89c0e4307 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.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 337237df05a7465489a7f6ad341571ede8de317a..0a8df8ad71f0795fcb18352a3b8b1c55148a3d2a 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.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 8517387233740fdc10a4ae6d06c3472efc8aee33..9646daeef7246e81c61f70fcdea2be69fdbb21b6 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.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index fd9e45fdb12dca7616bf1d74bfe9d523b2e94dd5..a61581e8096602dc36beea5d52a9fb8b4bb626f0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b8baf60c1ff998384da6f37d59c1bb9457d94242..15c9642b40b72efb681313de8f8a339077714470 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.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 25373660732b6602d5e8fd06531820589f288e72..d0e0c0799dff031e272037afddd3f5ddb11dd29e 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.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index fbd47aceec0c071f2867d1271d670fabaacf3f0e..d408010017b2b869394f38f8a345eed317c21e30 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index fc2a55f955038dc968040e4662e34cb338e39967..eafc9aff458099dbabca6d88245f8526daa97aa2 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.19.0</version>
+        <version>0.19.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 89bd5cc2331f42fc4b73fe8584f6e6ce7ab1d197..2ac86e1f4db981ede0fcafacdf3f5333b2fc5fe6 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.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index c45dc8c31c289f10d47c752af59b65a0e76712ba..f32662ec14f83347a7580707e271bf1c05ef70f1 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.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 7f2e61f2f9780a17c144ba2a358568b506c6fb12..0cd6696d819d4ac15fcf8d5395bae3d942a987c7 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.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 207f7380aea88db6115dc8cc7407f9a226b42805..f98e533256cf4e770126f38dbf6bf474fb44493a 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.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d86eb166c501e0caf513c43c55926fc7110f5430..1235159e835e107db9d9ff819cc3489921106806 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.19.0</version>
+        <version>0.19.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 52f07bc76f37f455b4482ab63443e4c779266fc9..c1d1873ea0dfd3c17de89073353cd187c5c0bcec 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.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 52254bc9a58e28b151ef41a60c811773477b10c5..d3cbcc75dc62ca5688d3c3eb3ac8182e0fdc12b1 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 248e0b1f5391aaee0f0dd6afedb426f06b89b9fe..e54c4ece338d0cbcab817e41be1c27ea2a4d5ba5 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.19.0</version>
+        <version>0.19.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3320e579c9541c2ca47adcec93b66f1daf0f8763..ae8ac2a3c293f6927a426298cb7b950f5b7e287f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.19.0</version>
+        <version>0.19.1-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index e4a0d394b9e66f42aaa5cbc2d77ffd409e4c29e2..83461a81aa79a4bf94de7272c214faa39dd60c2d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 700e35a10eb750ce13d59a6f9633791a47585adf..f4b697aa5679e096de8632c87d9c74112ed9eaaf 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.19.0</version>
+        <version>0.19.1-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 0bf9e92218d30820845da140d077bac433f4fa15..682dd2609ee0e3b3820efbaba55052867dadf2d0 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.19.0</version>
+    <version>0.19.1-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.19.0</version>
+                <version>0.19.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 2cd58bd7fa6a00ea960a09924e5115d5ed015e28..0d4b1f59062cb94fbbf5ed1b059fd986fd7a3869 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 75867092947d92bcd03da7e45505acb6d0348e89..ef38ae5020fd88ad9d85e15e697e0e0339386768 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 631584e0a3242cf620a53d7559f7e7236fa3b2db..0d1cea54ff23c807100dee94350918d59a832f9c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 967fafb6be19431b23169d3134c3cc698c4d4873..35f5b173b2f5a684790e806257f5dad5a7b658dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index ad036c81c8b88a879473eaa5ed57cc81e6e95bb5..2fcdf0d189e519bd0b76478e14a8a4888e7f5b3e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index df5001166454f777ee8302a67e7abfd746aa09b9..d94d4c834ba4584d171282df4f6858a56c94a992 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 4fbc11cd344aed7cb59dc58db7799939034764f5..9bdf689ad785c3b0f2863fde4049b00ebec2e611 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index b866ab113adb0974b2a5b90016139327916ddccc..a785f9e7964d17a0f1c3d1269cb56a8dfd18dd37 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index d8602a186858d017d62120d62b97083b6c9f624b..3cbe836304f17acbd1b75bc374df2940ba07764a 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index f3794770ea448c3dea484d63c2fe407a3dfe6f35..e88b66265932eb9f2e1cff5febf74f80d602279c 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index f43e11d0b26cf9276820ec431b4c4c726d19dfe6..eeaab5fea7d09ab3ec73adfa6d7716cac087b020 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 01ac7afbcc8973ce444cc319dbef6fce94046006..36f7d984a09b4027e5183263f2e0a4fe7df46ac1 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index dc3c60c09518c2e72a3c41716e93633c9c0cc8e1..8456512cf8b114f8c281564beac1a8f136642bc2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 6557f48cf5a34231bf19ddd70432e9e82d354680..7a47921058eddde8c930cb79f8da43d606f243cd 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 363b8ee8ecf9c81d5f53c7d1d41b274c09d5d062..5379b65a0ef7f93a288dda5ae90b3e04614d2256 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e1c53b9e9f18aefb43712e78355b9e5741daa03f..21d5294d5197df4dd6755942c572fd2e77ea0508 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c694da764efacd3e8caeaa892a141a704cb1b39d..a08df3cb266226645c67a7b77daccf0e6e4a46e7 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.19.0</version>
+  <version>0.19.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 1a654ae847195e8f78d9700b823d50125ad15743..dc63dc012b627677b30c27a13e1eabe73818ff22 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.19.0</version>
+        <version>0.19.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 058c819361be38599ad2d7160946cfedcd7883ba..0f6810595404899a86396c48fa92ef4d6f809276 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.19.0</version>
+        <version>0.19.1-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6af852e3598f5cb405eddbe1c57ffcf95d7e99f1..91c770fe0ac1415a95ea7648bca14222e824c3c0 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.19.0</version>
+    <version>0.19.1-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>