Bump versions to 0.14.4-SNAPSHOT 96/97496/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Sep 2021 13:00:42 +0000 (15:00 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Sep 2021 13:00:42 +0000 (15:00 +0200)
This starts the next development iteration.

Change-Id: I9a90e13d42965176cbf18b5e9dea1cdd84990b43
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 c25bc351ff81a5dceba2d36545345cc1db92fbeb..d0211f2ece82b1c1c7b059bee85748782d49a952 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 793b0bd106526e011ebf42979c2bd8ec4ef39efe..866e55820ff68c5723a5030500b5c2ec4b9d9685 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.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 7894b4c5753d48362955a2af9e2d9c08cc507b8e..517374562d068cd661c9e3b034396a86d9252c5a 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.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 8c95cffdd031eb38e8b8a09109a1904410fcdb39..95b2881ababadbcf15a0bacd75e068c848a18706 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.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 573315c74f747a7f7d21d87205f53e06e0a6f24e..4d5da3511dba116952c5dd56d9402aba613fd8ed 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 12ed604ad1404b2a919bdfafe36781a0b798802d..d71dec211d1870907fd28f8f3ed3abfa79b0189f 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.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 1ea8e230afcb21c9f124ad06b69a1171b88cf516..9c060edb746d6875e57858ab408ee39666137a76 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.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 08620d275327498969f8a04f1d496ebebd5203ef..d95b8430384e6b07af16f08ca2ab27c553aa3b22 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 6b8e37c6293b87c540d550f37ed7b626f38662e8..6993dccd48e1ae819adbe1150892ae86c1c47b1c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.3-SNAPSHOT</version>
+        <version>0.14.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 61650d212cc788277b2113b03611c7e6bacf83c9..420f74c4e9a491d24523214fd04dbcbc3787a4ac 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.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index bf3709262575b893f69a2c9d8b246d00b9043f43..a8910766f41b8d53bad01c4579a3ee5b895e3f58 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.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 8e5ec8e9ce2c48a21c0da2a4813f90070101465f..816c4807d4d276be72c31e2021d8ca46a67eb5fe 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.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 6f2b4562a943f7dfed42eba153280042e5e05e92..5464d37333f23fc1bc2c8470a74e391b3f372aaf 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.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d7004862da238211376a108d9b658c0ed01289d4..43a0f019bddc84130b42a952f0d151b37c745daa 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.14.3-SNAPSHOT</version>
+        <version>0.14.4-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 94c93ec3fdb973caac1b1d909daf78921b37e345..f39fe05eae9ee3812e7b2ea242152f831bef772d 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.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index e52e0d29783b61661d3d8e304dc0f7c946cd3071..f379fa6c727f1505fbae0944ff90cead80f83060 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 93695ee6e36c0e9fce8efa9860a6d92238564bc2..38c69ad93a6d3033f7af1f907f27b2f2096c28f1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.3-SNAPSHOT</version>
+        <version>0.14.4-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 99ecedb05b68757d17f092433c5d77f7cb629a1e..04339c09c59d26a07fa39ef4bed9f3ceb706c613 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.3-SNAPSHOT</version>
+        <version>0.14.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index cffe10ac7a581a47a5f21c149505a34d1103c454..43f7d586359409a1b24e0177030b2048213d24d3 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index af8e5e3aa3308ad29ad4c7c7404004ba9f113606..db084fd22e9e4fc4437375550c1c9ed272711c5c 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.14.3-SNAPSHOT</version>
+        <version>0.14.4-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 4beb45ec1aac114db546f6772df0bf053cf85de8..2d790077fd786e7d7b8c718a07a82c9ea8d451c3 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.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.14.3-SNAPSHOT</version>
+                <version>0.14.4-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 515bec916a4f800aa02f1011250823e1d00c04ed..b3ec3931bea6200dc4fc61e0ca35ebd025b8c925 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 01ca9636eb7f140957ace3f01f600694fb20fa57..d6eeefb63e45746c3e0e07d84c0e1c122f8cbb54 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index e4c5de0e99c14a179d68782f530565a41c63563f..4c6f405879d2aa2c235dd10645696eebe88aa8a9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 37f4fbed64fb1a5e03c174163c7fb2512294adbe..5dabef3d8a8c2d038347f0299e6f23d3cb8bd39f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index a9b76d913af502a555ddad25cb78e624107848f0..eaaafcdb771e8631751d37c85fc7ed2aa3002ff5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 565602c0f3b37175c0f94535e0606b05da6a6bcb..fb549f2f2c1aed921b1f74a1a73fa4570d40aa3f 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c6e3593657785862325621ec04f7257b33bd16f1..c8d47d9cca0ebfbef9264dff97a3df0f04fbf320 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index ac95ee932a30298d9a9c66a33e6814af1a35df9f..c51b0b09f2ea7516b0c646e8455f3f1d4aae48ea 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index be925014645cc09f5d3d2b0bf2f0d7432a54b1ff..dcc6787f381200f3e0ddd4bffc9d727dedf454c2 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 8f94bd3ca847e8876791d2977098f507edc4476a..67ed85755667850cba1e1a4d23792fd83a908407 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 2504fda1ed29dbea77a6c33b1c0566ad1f0c1863..41556aadb81032fb1cdfec4386e8edace900f01d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 1832a4334e94986bf59d3d74db4cd32d05b9920a..01fd28def4770cebc052f5b75597260c3713edc5 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index f34ea98407a74f764cd7a2dd9b5c9105dc7f0659..e7ff4e50b051fb42595204a21aec710cafc27ddc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 93f1b7519a144fd0f47bd69fd288844d54855fb1..8ac76b5b3c92024620c2d0b2563c2cd6240a5510 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-api</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 58c9c0b5b5b9f16b52fc041df3ddfe43fa4ba58f..4df21726a9c34d7e9a5b2e8d7a25133c6858d0ae 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-jetty-impl</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index aa3e865efcfa6ba7f3a7e0d0d02308bdece7d2bd..32a0ec6a935df5f39e7c170f067adbb20110136e 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-osgi-impl</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index acabf1e99ec8747a312d26b7301f3c39f643b56d..c0f0d08248a6bd6838f69a4a2c2c920c00f44233 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index dbcaa5d23e3188e50b2771bd6fe6cb97d287f329..ba4fc89fa74f7d9cae2888cd37c8dfa63d0c3231 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.3-SNAPSHOT</version>
+        <version>0.14.4-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bbf92df196130a3a7de7761f5712ccbcac64ab96..7cac9aa3d9649aae4ee2e8282fc7fe0336f0a914 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.3-SNAPSHOT</version>
+        <version>0.14.4-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 43841b78ac68b3284b471288a8dd0c8789ef8a5c..b55ddd2d647348273dae358316dc013b1b804ea3 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.3-SNAPSHOT</version>
+    <version>0.14.4-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>testutils</artifactId>
-  <version>0.14.3-SNAPSHOT</version>
+  <version>0.14.4-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>