Bump versions to 0.17.5-SNAPSHOT 66/104266/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Feb 2023 14:34:16 +0000 (15:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Feb 2023 14:34:16 +0000 (15:34 +0100)
This starts the next development iteration.

Change-Id: Id769d887a15edea433ababb68cdae4896e455dad
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 38e4687863ca7ed9d285e4412eb86badea48c2e3..3166d67e95c961cd56f4dfcb4e1172460744fe04 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.17.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d5c6233c2777bb92245501195d01333fc037ba32..0b26a8dbb53a14d7ce24e8d0ef3ea791ea65c547 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.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index bea68f2372ce54d46b80ad9f94350045c64cb63e..06b8eb4699cb9a3807cc4bc731305cf3161d9319 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.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 077e9a4edcfac6c5d04a06a823e51e17fed9cf0a..9604c24d12dde2fa430a64610c8f2a59634fce58 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.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.17.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index ff4cbf6fcc1042707f9d0162ebda1cbcc1e3c8a1..db184eb59a897fc7f190c76d2b852bf2c877d7c1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 9be3a4e6b356ad2da19b25fec14b880bea02d397..80d504d42e3b6afdb3593079f97149f6e4581f32 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.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4f936db211e7b89354ea882601a6747c1c8f121b..fae9e668051a57db9d6cca9768e2fe994d691193 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.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 574c141f17626ef59b032c07425b66d97ceb729d..56c739e49dab72230b6457c3e1ae3b7b65b3f179 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 4e95d974eed7f8bddba7f09713646228c8917cfb..e1cfb9ef8b138cd7a118dbfaac70f563133440ca 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.4-SNAPSHOT</version>
+        <version>0.17.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index c5809efc7a71668df3f44ae6662dfadcb482dcae..e74fdb248990f2411c2bf81d4e6cb0cbbe38885f 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.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.17.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 4012a76d897757628af246f3fe6df1674d343067..b831ff97d871669d22127126a42aac1ad29d8538 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.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.17.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 49ac1c29fd6371a0aec4ee30bb20ce37c4aa9cd0..41c36a4bc1dba0bf215f15cd795b9dbe106a6e4e 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.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 7bfdb2c584d03fb2ea7bdd780e8a4a7055c43aa5..18c5d534a53b5f53ee91b26f75b566e01eecc01f 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.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.17.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 1d95539fa7802b9aba2948e3eeeb0f18f93aecc9..5dd7596a85838c126e15021b9542bb838b6883b2 100644 (file)
@@ -13,13 +13,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.4-SNAPSHOT</version>
+        <version>0.17.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 0044a3bebb0b18f7c4c0740decf76a0033ab2324..2ede4c68a8c77aae046c93c7835f19c3284ca31c 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.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 6fa8a82e8bdf0694a2d29eb8c53db02aa1902ba8..a02e540e0c06470053bec255fef163acf4136cc6 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index b31da03fc653839feea547decc24af61f29f4aed..49394200b50a79cce56068490cc1209f64a90aa1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.4-SNAPSHOT</version>
+        <version>0.17.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 2513dd9a11c0879272eadd53234decd3a569217a..38404d391f4f780112f0c141d507b0d139ad1ea6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.4-SNAPSHOT</version>
+        <version>0.17.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 6fa936e5eda93fb507f656f6ab39b4a9b7dd3d5e..a5a93980f9523b489a331a6ba17486659f9b35da 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 3fe82480cd53d66c9f47de06e3b2d18dc7552fd4..ca7205ee009611261ba88879b528bdf46c688f70 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.17.4-SNAPSHOT</version>
+        <version>0.17.5-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index af5603d25c479e94544b352dbb42203f7aa3ecfc..79e17130f0976be827e4f35d95925c732835b723 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.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.17.4-SNAPSHOT</version>
+                <version>0.17.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 2c9702fbe1c15f50d6f16d7342f85f1125b16310..3e53aef05dba66fcbac920f016b135d17aab3977 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index ce12a916637af39ac670b9c3f86543d2bf13c7a8..e6e39843b94ab8de39c03e96ac88be2c90e27600 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index dc40fa7d81c946f7eedee0160cb497bc228e3aec..38fd26e28084912c9e7f5ca27d863abeaad6d94a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index b54e86ec93aa87c3b875619f54c1dfeb872228fd..1177859652c02402eab33b4ead960caa40aada61 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 3c15d5ab85c9505b54be62c231fde44754ce62d5..3766e27a38fa68f73181734c3f6843d2647452d6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 33e590db0f6332538584041f4b39faa08749c00e..3122549cb55f6d35d8c0abd364ab9538b7df7ecb 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 811781c83094159c4c2932bb7518ce709f4f54db..0c17a44c62a61527d468e41823128e817ad15140 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index f8998d10eb4a18d7b4dee705da39a54b9ec8cc36..6de6ad3297586d0697033cecbd13b17c531fa3cd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 859cd7fc9e371206863f50f1e2ed51c7727b268e..41fdc945a15b28916ed0e659204644d7da6b7e36 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index a2c0770ff374dd4c354c4896d095888e17076291..2d37f2c797a932b62be0de5dfc662685c9fe0e27 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 28ab61d0a959c0fee52fe7d4c39246d633c65ca1..7b7c8d1960f568ebc2857b5d41ab2406ed32fd8e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 7f331b60e1c1a04b33557b71cab2e369c5d02f83..4728a2c28a6313ed69fbb1e089f04fd940e99d24 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.17.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index d98ea38d19124d57676d0d174add66dfc34cd418..9872a97b4d8226d58278c10ae5a1eb94a96ba594 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.17.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 3c822ccf9430184f20fae56b2b82ce67f8ec49bb..100ca4cebfeb23eada12574174da4211e7564127 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c6af255e3b18d717c43f466fdc8ed73fb0f8261b..0ae1d102d3731639a63a76210821d7f1ab728258 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 36dae9232ab791d574c06870c14733b3ce2f6cb5..0e31f7c58f19453dd10f3b24a4597c92f7096d56 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c49170a9d847ef1513c67b3b04425f2720cea6af..fc3a52bead830702a9b2947dec06425462604ed6 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.17.4-SNAPSHOT</version>
+  <version>0.17.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 3f44765dc422edeadfd35d6084e9b82e11ba41ce..cd06d66ab94c23eb7868a8e9562e3e02f5f7b620 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.4-SNAPSHOT</version>
+        <version>0.17.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 40a03b53feba74301aafffb71c43da8b56fe5ffa..f869733e327612438d9ebd3506d22783e5b15c7d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.17.4-SNAPSHOT</version>
+        <version>0.17.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 27e33a1b79676f24b148acc0604c424f62487a1a..b7a2c5662f7ec88bbd7f732b9c8bd3e0553f81ba 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.17.4-SNAPSHOT</version>
+    <version>0.17.5-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>