Bump versions to 0.19.0-SNAPSHOT 98/109798/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 16 Jan 2024 09:24:57 +0000 (10:24 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 16 Jan 2024 09:24:57 +0000 (10:24 +0100)
This starts the next major development iteration.

Change-Id: I994a17f3cc1a0538f77da4a2016a2ccaa9cc1b7e
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 e89fa76780b3ccfd09409e1abda4abbf90c85098..33235e2e396706d3d0799a6fdeeea6045ec9d108 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.18.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 155534bd8de317c12634acd5ca41cea216fbc7fa..78a463c5147a6e1f7a5d76d32daad95a26ab8744 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.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index a4036e8bdc12cbc896b9340e2b990051894bf10b..2b408ce4dd5a174d576c340867f5ac5124f8cde2 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.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index db46878a5e6c961b7885adf05b6b2d5b71e00b71..0026208fdce424b04244906bed218b0f50d6716e 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.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.18.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index daec9b809a0814a453b47f88f042fdb7c355ec4e..fdc517e42b2cb65bc42bcfd1e71cf3795e15acef 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2a50c0b704f7939eff1afca36c1dcac985740fce..8ac6ef150282938751cd61495370ae24c250e0ad 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.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 400193b49f5d8ddf4c05277388443ae6af830a75..cdc3a117d82de8f3926ae5b1b8e8d27d42040726 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.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 7c2e674b04481b28a4ae14cf15f409fc7a2756de..71273481e61e391a11c3dd3b4f70bf1054b96766 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index eafa105c02849c2ab8505648d211e7c891adceca..07304176a36c38aee072cc29455f1c5228c2840a 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.5-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 87dbf8d598f8e49e91392dbafb623b07f438e8b4..66d214b1f82a76b9d7869256b99e2e90b3489b56 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.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.18.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 0ce936c733d5637e1000547b855661302b78bbf7..616a4b764dbf831d6ab2f8814c2e49c5922c78c0 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.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.18.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index acb87beafb89cdbacea27a4bf44f19e047cbc671..4bf9d8f3b0f3ea4f16c95dbea26a934dfff79982 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.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 59edab73c8d5d50dcfbafe4a8ec3e2b86cff40e5..249a156c90376c90d5df14f6e895171b2ee62752 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.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 33286c5fda98f06891fc9066605eae6bf12a757e..6a44cfa0fc95af3200b8b30929eface8b93f6965 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.5-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 30d8657aa8ea60186e7a661dac3e216e680b3962..90e58b3b7d1c3487796f1d6e710a01e486e6ff2d 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.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 2f9f0ca3010259ab10a42081a0cbe7cc024b747c..3fe68ac9850950006e069969ee9a689b76274330 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 0cb77cc50b0f1d81228526d3f7fa040ad094c5e8..be4b4439c5a04b34f377769978aefdba451d01dc 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.5-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 88e0b797e2a6a5ea8c47d73f4609f5efc323e7ca..60cdc7f15adc93a9037bd4fc987bc6d5f247492f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.5-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 39e91cccd92556c2124358aac84ae5a182cac622..27d1222ccec2b2b42ec66a98530346866af5f977 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index da07ee71680095b09c619238d960db1c84e48b74..4170f4a8cbd6a89995b3632c869680038564f4a8 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.18.5-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index d98677189400481dc8df17337c9e8fde5ef8b6af..96e3cad5aca0eeee236c6ba7f8e54f775f560690 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-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.5-SNAPSHOT</version>
+                <version>0.19.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index faafe0f8e657ac3bea8c78e150f1e974b75f9d85..7513fd64433f66dbc4557a1af5dff027c3161183 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 8d67dbd4d3e9d4b2e5b3af3d0828fc8d289bc1b1..652b7bf954c53b55e6b3373c832f5bf73fd24173 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c26c6823bc20da5a8fe443a78a0c643d8462b3aa..00fbb958e84b2bfe4f7cb2c1a4266c9096b2c2dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 7389e4ba57bdfbb7a09e1320f99962fdb0762153..680618f8d87a867a0cb3e7417d16993375a3fce6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index ae9f8d025277cbb9de7dda76fece359dfa37b3c2..f6acfca65fd907660be952ff694d1f72a2c82bfa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 67902dd5fd91bfe6bb8f2bca18408ef658fb8e90..2224753ac312dd87559dba0b60f465717738ec9a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 241121be22fa66641ee9f2f70b5289f909a72fbe..f4ee4497ffefba00b136d932c1a8be1207516ca5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 4bef48e9211f5916a7d2a710b8fb58ffcd597fd0..c2e7215e8fe57d86c9f91749e77e8efe245ca833 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index dffebdc4912768f12e4d946bccd199d9bec1322c..c0bf51bc642ca3a19c78c94547a9986545c8f550 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 368834da62c8817afdc73fcb7c74af401d2615d6..7af37abd5bbabe4bdaa4028d86ce5789bd9d6383 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 5143762840215d78b5ff6641fefcf9a7f03f4c1a..08ed28c4c98751a248d701c16d5fd397aac99747 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 128815188c2d63680fefa7a8320a658637d940ea..c1038af03ef7b0e778fb5853c0cda6300532b0d2 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.18.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 682b701b8b0deef85783af9031125e5fab7daa1c..d0b271dc5c028bde94a2102c2418bc0523432e9e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.18.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index efd669d9e30c9ff597da8d9f69cd117e7d1ad0f1..15c18a20587477c4d9fa2f0107375dbe9fc2aedc 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 4aafad13aac61cd18a57213d6b42ab3cc4c1ff37..c46b5375505f175d4980405101d246635f8438aa 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 533e0d148ff87f36e16b82b3cd3e85d8bcda190c..cf847d80e119b0d7a03386c3c9418a03888b8abd 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index eb30a1789b27871636cee55c5dc249ee0e19204d..8d152b3fa299a3185e034dd14d9ab5862b6e44cf 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.18.5-SNAPSHOT</version>
+  <version>0.19.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 96883bce7aa6f6f3015901ec9896d73aeff05f1d..194298a510405d4f9a8bda3b44bc8e047ad77f59 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.5-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 66c6ba78963f549289e6eea0ae29201e271501b2..360c43d203721b51ffc6939c290eba2fc0c71134 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.18.5-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 4d8eb39ee8452a80a3aa5854baf00465d5c10399..8dd245316bee18ab66ec8e4642133dce2991b019 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.18.5-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>