Bump versions to 0.17.11-SNAPSHOT 34/106434/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 8 Jun 2023 18:06:25 +0000 (20:06 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 8 Jun 2023 18:06:43 +0000 (20:06 +0200)
This starts the next development iteration.

Change-Id: Id7336b6fae78ebef049070541496ec64f9675568
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 e6ed0dae724e816d4cd5556d0e1aa02fff5981d6..31f671731aedffa83863d0fa990e6f8b593ea816 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d3c883c70e6dd5915a33f4e5f8bed720fdcccc56..166a61150843857a693189f8495d0ee72a02c30d 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.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e56a723f3da8db8931a821255e081c1c06d48493..8a825460eb318b9326a74d230dbb3a25aaa1bdd3 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.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6916a976677ebe1e674e3afc2783de0898a10c0a..c72849a057e0bef6d9acad26c1eae932dfb71c14 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.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 4775b69dacd4d1d0e7f993bac5409b06a9433b4f..0c1019ff970dc66df1027a39603bda9033246474 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 479c51b946d231aa7d805c40847e3d3cdab8a5de..0f9232f8bc7cff5ed163c7662baa60603425db73 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.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 16faf1c4f95d4f3a8042d3f8727978ef94e191d1..3b8800d9ea41f3e6eea5a2879fb26d9800c11158 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.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 3992a125b7857681e90a0e023dbab76116b2ef74..f60d65ec0bb6611055ae324c54678cd00ede67b1 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index dc4f572e271d28f918f5b8894f2710188637e584..4024c2eb2bab392f1d29ebd754e42d56032f9ecb 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.10</version>
+        <version>0.17.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 2ace6ce51795f291ba20b39b7316a67f606a63a9..8e8f6fc1bb69595369af63d19aee95556c87fd9e 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.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 0a1502139d85db40d9ba4affd3c982cee8adb957..de724c8f8bae0bec7eb84fa05518f4601cc1f767 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.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 58eff889ebd610a5d8aa7796ad8c298bce761f47..8703e390c06f1b6549d34bc453bdc03e730533cb 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.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 44544ad9d96f73c2deaab246c313d56c55845b89..911605ab4914d469d4e011697efc30d624e9d69a 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.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d4a77ccfacb49644bd678fb7dfc3ef5885cd4ba4..eb97b83fcd2976dd547b6a8d76d6abb8a22416d2 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.17.10</version>
+        <version>0.17.11-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 3cd280704749160a3ee7be245edc970f88fe0029..5cbecb2c0675ad92067824c50abe826b105ae1e9 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.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index fdfb88e88719aa8465ebcca300afdc8c5557bb3d..a982fcb2de1685268cf201a5a7615476067fec71 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index aa3623350c7ad648196e84fd4bb41cb5bea5b6ef..f60397367fd1a20fae094de3f4a1e113200a70c1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.10</version>
+        <version>0.17.11-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 0de4b02d131d50897d526e2adce0fb0b5a18c5b2..0f0ea60dee47cefd13a261dec819b5795f1818ec 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.10</version>
+        <version>0.17.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 3119334d2f0bde27fa43ab7c8f962de0bd977c37..0aaccfbac1365f8d49bf60daf2a1dbd4669d2169 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 9642848b9dd02fdd232e4ca69d29ac4bc43d9c80..7b90d6509b4c48070e1b26e73b818538020e6a3f 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.17.10</version>
+        <version>0.17.11-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index bbb21eea5b920d126cca7decff40ac5ae8039c6f..b807a803fe0713e1a2c17532c8830aac86a0cc45 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.10</version>
+    <version>0.17.11-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.17.10</version>
+                <version>0.17.11-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 9a1ed176e471b3b2a9fd2d1d311abe36c3193c3b..9ba4485d8da8647d6fb445e3c78fcd721a0438a3 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index d4ec144912979d2089cfac0a1a2d77666433fbdc..70789f3325f2bfcf515d7f86ee2b2742f65c450c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c1bdf726e25cadf1dcaccdbae556861f640ba2ca..cc02f0895d8c14a108384bfa687975f81201432f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 58ee98ae8d996bbeccfa0fd36d8faa379a580303..415241a470ffb79e784ecb7357fe58c4e4567a35 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index fe9cba28f300e38a56a7924474e763ce76feaca7..8291d4048b0e6b9dd9f2d240e2b791f4a1e65748 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c3f7e006ea45be10eb831ea9de269c0ca7dfa594..c9aca51d96cdd4368a2ce3f9e4d75fa882785719 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 0f957f8794f453c6aea849cc6801b9cfaa4e5d14..6bbb8c2f87dc0e004201056bb93df2937c8af6df 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 61938b502c0ab286d5c2e20c569c8db443805a3a..d9382d8a3ec80e08195491de6fc224aef021e771 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index eee881ca6004dd2470dc5746f1a6885fb0e94754..dbac6c7e4c14e6c2ca4d95b081811c98dbc1ba9c 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index a444524000a297abd56d9ae3c06c6b7f6caa600f..e9fb6938e4349f9f411d69c7947137e26ac309a3 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 7a0d132dd46b3e5e58fb09f55ebf857bdcfafbff..fb67cdb57df4d5e08263dbed2b64662202322b70 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 231456e7b6348f8f1d37d8d20f1275213cee473f..73317b608b0df88832e2585c6d71ae999cffee39 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index e9165e0e9f51dd753cefa366547b79b493e38a0c..fda8a7d0755ce55c52d5512f703a7330a1dd27c2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 2c3604246c871e987202ce2dc1009cf3e48ad4bd..34ff375d5f0d594a1b5eb23039c77ec4a3720220 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index d3a1774ad3df8974a9899716bd28ff0ec72affe3..889f9dd43e6343fe451272e01e8167bbf1d81a24 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 5bc5cab1f088db926f160c7eef1a1590c3a6df27..c1400d78b9180aeb440c52754114fe8d0a23fe4c 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1a21a83eec5a0bc97acf3f145d7388b9a49497e5..25293bcf1c6e0f61974f365f4f3098071612c145 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.17.10</version>
+  <version>0.17.11-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 90db750cc3455a8c78f28042a3695047e19e8187..af6d97a5cfa498877219ff4aedc1cb7891928c9d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.10</version>
+        <version>0.17.11-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 5da34751a5a45122d2b0c26cca270091af7db0a5..489c544717e09f614d8cc31cedf1aa24a848bee9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.10</version>
+        <version>0.17.11-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 1d1b607841267f4ae1209b5a4fadea664ba74c99..22c8299ba0c5d40cfe3e645f436a13f602cc9761 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.10</version>
+    <version>0.17.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>