Bump versions to 0.14.10-SNAPSHOT 15/99715/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 14 Feb 2022 10:34:03 +0000 (11:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 14 Feb 2022 10:34:03 +0000 (11:34 +0100)
This starts the next development iteration.

Change-Id: Ie4554d92e8b31c960bcb912b9922a7cbabe6f058
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 07a7ece129766dc93361cc1cd301685ac4879077..e881f2d7ce5d391f87bf059da49339f7360f4c87 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d99652ba0196fa032b27a628a59100632119858c..77bfb569b0d60c5bbc5208a709d36d5e49bfefba 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.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index e2677e4fd4e4424d601b7d39f64ca0c3d9cdf387..5625826e26e4d8e3a5783e16cc4007f71db3cbea 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.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index afc9fa6df8ff61b9f65de70836f3781d0066f7c8..8f0eb574fc81d1d5dfc7783d387e83782ca5eacf 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.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 25dc713a2ab4ab09e08b2189ad243322425bff4e..45a248cbf51a9111844b7716ac8fc0e43491c2d7 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 2c7df43006db03c1c167a5daedd019885d147f4a..f5b0a185e51b39ef397785e010057a505a9ecac8 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.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 796f452cd6d97123580bcebfd0d115491987c014..f6801cb8081cf91eea01897306fcb15809b7be3a 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.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index a7d59b46edfb1971afe86077229e58fc6b0244fd..74af8100152829bbf5d9d8aef58c1a8bcb4a2676 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index a0fec96c74ce51bc05dc9a2ce178bb8b544a0dcf..48b671673db0291087e74c79e29ed0559f423888 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.9-SNAPSHOT</version>
+        <version>0.14.10-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index b3c06da4dcb34bb3dc99af7c9c0ded0bdf1f4820..aeea297c17d742df3e9e0e156cab37a3e5575392 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.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 3e8e751d603ffe146f98fdb2419f8f6f62eaebbe..a6dba60513424b021194109d3e2b9fe5ffaf08a6 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.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 68ee1a0dea453ed6ea5a9b63fe9f3f7127674f56..7ae15d65396f50c9f1695227747ac1cef22dd55c 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.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 6e7faf5f3c6653491988417f1512473d418a2a45..04e5d72210e56aecb5047177988455e3d2174056 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.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 008b6d9c1c737b3a2ef4d365c859496016b21e5e..2764f1e7b485810a1fd337599153a78babe2e778 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.9-SNAPSHOT</version>
+        <version>0.14.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 238298c081cc51ceadea5e47b28679704192256e..5fd42dcb949104a93b382279419b71f1c44d0328 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.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 79be1a983ebe547f8d11332f482d8ef01e25cf22..dd11b203772af30bf9e5b649c0d5cff774329803 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index a65ca3ac476ab2121fe2a8be50e6274791e3429d..3861028bdfcbd0697f54c175f9679dc06072e2e3 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.9-SNAPSHOT</version>
+        <version>0.14.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 845120fd69d250cde82d0b617b6abafbc5af9ca7..fea23a05a45f021add220bf32ecfb19d73eecdde 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.9-SNAPSHOT</version>
+        <version>0.14.10-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 72adbd72aea940116b1a9e6aa42a5f15e0342d70..0d6f58def1a78b4e937efeb9b574d2a97b83f178 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 861cae31a9c815cc041479a83d299a9c96442dcc..54f2997fd28504713d9cff641aec611d2f34f7b1 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.14.9-SNAPSHOT</version>
+        <version>0.14.10-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 9920f4fce6d3e98f02eecc4a2c16541d05c4206f..2056408296de04d5a765156320d7de0a44f2e113 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-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.9-SNAPSHOT</version>
+                <version>0.14.10-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 89cb864186f2f83f245367c602fcdf814d71a388..573d0ad984f3a406c7f3a79c377c06e9c72bd709 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 251cf0d215b593fe5981688416d6549caf1305e6..aa97af0b7201f8bc5628ea80e4a60e75b188688f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 6d126702c356d022a41c9058c40e5bfee459e653..6c592915238237e60dd3a981c67fc95597467654 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index bbf971dd64110459d20da17a348321da8d814f3e..47413c59858a7bf7c99e2699b7e000c9ec0f0aeb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 386059fba36a2924ba29cc1c46aceca931f91f77..3f1444ce64c304e026fe94a4435d2e050243d99b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 9723c2bd4ab0f412dda5bea0550c4df5195135f8..06a5df50c649e27c76ee212776c1d1cd97b40a01 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 4b75cfa633f38b873d4b1b6260730f30505248ed..c00c9f0a56d35e4659a06f1b3943093c94785560 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 3baceafd1a09867648786ada82a8b6da0ab0b8ad..4748057bc1e1f54d9618e620e53c3cbbb759aa23 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index f89d5498ac16677e75aadde6151f025a8902e69a..42921f8b45057cc3814132645ea4be2884bf363e 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 46e67570045792b53ea55ec56de89c807144d418..16d30e9e2b3038dd9d5d180e5cb173832b403197 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index fa54c9c83f817b20fc6e73a6358f4a82051330e6..ec94f7c4580253cf63cb2df6d12887298498a4ee 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 47cc33432c72efa340119c3d516f295d14025a4a..49ec26c4f1d33feef7e4edebbd93e6131bdef7a5 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 4555a098a2e0a2b82000f23d9a4dc73247143876..d7df7fee7740c082b4e8994b202f26a7c5716708 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 76c6279279449b62feaecd28dbd3d7f81fae51d0..bc25568a9b1fb1efa470c1ec333e32f45cbe81e7 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-api</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index c488000a86d3587d105135dd624d91f536de1f4c..bb43b18141f85846c5fd7a0cfde63978238dc214 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-jetty-impl</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 8691dbd97ff65df4aea01f4cf7c6dfa42f10a94b..063d8152efe27f557655679526f7c892b7b98e3c 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-osgi-impl</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d3e65961194fab1216ecdcb39ea09c376766ad97..a0d906db951139c9fc3e6981623c6ed2bc1cd936 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index f009736d12998f187b994b1fd6ebb314d316e7b5..5ce13a034974d5668c6c8610253cd4b84d1a54a6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.9-SNAPSHOT</version>
+        <version>0.14.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index ed875e6f18075cbe3e3231ec07896aa7fb194e1b..bc7f4845e1977a76eb163f22fa678aeeb64bef23 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.9-SNAPSHOT</version>
+        <version>0.14.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index e8a07ca0bce9b896769f175244f8e6bab7f136bc..85ecc03be8498af98591544f88a034a1073758b9 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.9-SNAPSHOT</version>
+    <version>0.14.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>testutils</artifactId>
-  <version>0.14.9-SNAPSHOT</version>
+  <version>0.14.10-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>