Bump versions to 0.14.11-SNAPSHOT 38/99738/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 14 Feb 2022 16:29:05 +0000 (17:29 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 14 Feb 2022 16:29:05 +0000 (17:29 +0100)
This starts the next development iteration.

Change-Id: Ic035a41c81e3a8043794f665f8e059a332d13d2a
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 e881f2d7ce5d391f87bf059da49339f7360f4c87..eca532f41a86688e1d162b58b67436318114ba10 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 77bfb569b0d60c5bbc5208a709d36d5e49bfefba..cf109d807f90388fec21168828679f67c9039728 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.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 5625826e26e4d8e3a5783e16cc4007f71db3cbea..a6767be801a40b1eb901477191227a9bede3057d 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.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 8f0eb574fc81d1d5dfc7783d387e83782ca5eacf..4079019d15010d5ecdefd3ded09a551ecc5b4357 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.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 45a248cbf51a9111844b7716ac8fc0e43491c2d7..a5e89b3e6c6908e330e7bd2e6f03049d0540352e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f5b0a185e51b39ef397785e010057a505a9ecac8..b240b8d5e8114f6be481fb33b60d61bdd4fa61c4 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.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index f6801cb8081cf91eea01897306fcb15809b7be3a..c534968161de9fd6ed1d0ff0a13c09b0994848df 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.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 74af8100152829bbf5d9d8aef58c1a8bcb4a2676..b0a14fb0757b4604b8e0794539f474ceea5156da 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 48b671673db0291087e74c79e29ed0559f423888..9aa14c86a1517128aad98064295691e64ef6a99b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.10-SNAPSHOT</version>
+        <version>0.14.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index aeea297c17d742df3e9e0e156cab37a3e5575392..cd521a88068d072a04aed6939d0cf54dbf1794c0 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.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index a6dba60513424b021194109d3e2b9fe5ffaf08a6..d7149fe446134b4d7e22bcbbf07a1cc8b5e65c6d 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.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 7ae15d65396f50c9f1695227747ac1cef22dd55c..4da1d3f3b61c1775c143e17cd9b8e3f102adc70a 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.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 04e5d72210e56aecb5047177988455e3d2174056..deaebcadcba390e25a7400702e5f6ab83e6d9d2b 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.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 2764f1e7b485810a1fd337599153a78babe2e778..c7ca0f12d5a479cca8553b8a61a0653ff16173d9 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.10-SNAPSHOT</version>
+        <version>0.14.11-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 5fd42dcb949104a93b382279419b71f1c44d0328..5ab24730cf1477967471a5c588dbd4fb5210910a 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.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index dd11b203772af30bf9e5b649c0d5cff774329803..9b5425392c6fb8bbc8f235cb5a1c938769fb04cc 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 3861028bdfcbd0697f54c175f9679dc06072e2e3..bba12a5ec02ce44c271047d5fbaba54c69e11af3 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.10-SNAPSHOT</version>
+        <version>0.14.11-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index fea23a05a45f021add220bf32ecfb19d73eecdde..6041bdabb969e65106ae342a28c2bc0e528269cc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.10-SNAPSHOT</version>
+        <version>0.14.11-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 0d6f58def1a78b4e937efeb9b574d2a97b83f178..2d4a4d7e75312a66e542dd39e27953668ff6e9cb 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 54f2997fd28504713d9cff641aec611d2f34f7b1..7ee35349356b370058ee0513421b2b7d36491366 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.14.10-SNAPSHOT</version>
+        <version>0.14.11-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 43df8ef367d5f87c7701886a0ae64682a5a82403..1bc2ae55ccfac790b0a6952eb26c8887e9ed0f8c 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.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.14.10-SNAPSHOT</version>
+                <version>0.14.11-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 573d0ad984f3a406c7f3a79c377c06e9c72bd709..d7af135d2dc607d24c0bc12d3494b2f8c51642fd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index aa97af0b7201f8bc5628ea80e4a60e75b188688f..84f9ce8704f14b40aee9df0a989b6d44331d392c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 732b5e7b6fa95415c5ada98d0a212925f3ababfa..a5d2de23e3ee464bd133f0d0b24e2bcf9caace2e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 47413c59858a7bf7c99e2699b7e000c9ec0f0aeb..387cf597082cc1646be40d86aa17414bd9c362fc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 478357ce41462ef86cc8ebd748bc7e7129018595..d376020489b3267eae94ee88d8e77a3928572c3a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 9740641fe917af91ade00bcff3df5df6c9a935f1..57b3ffaf362f16abe809ad383b371b8558b3dbee 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c00c9f0a56d35e4659a06f1b3943093c94785560..3ba1342f016af7727cdf88a99c04ba109bf1ee3f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index f871ef17a11d36585e6011a4e1c0a2e1d24ea65b..6329a021f311a50f7a790846979527ab4a0a3f77 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 42921f8b45057cc3814132645ea4be2884bf363e..fac5aa7c75f5f7ce1049ea33d94eb346d42b4ccb 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index 16d30e9e2b3038dd9d5d180e5cb173832b403197..b6552d301c97b5c525dea3e824a04345c967bc9e 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index ec94f7c4580253cf63cb2df6d12887298498a4ee..6ebb7e811f21ebedc4623a645cecfe4cbbc4cb7f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index a4bb7d7d5c53c2a413245d073f84cfe09de3a48f..83400ef3775bdee9559982efe292bd3a490ee7e4 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index d7df7fee7740c082b4e8994b202f26a7c5716708..d71f4170e73e766b36b5567a163f7de5cf6f9bfa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index bc25568a9b1fb1efa470c1ec333e32f45cbe81e7..7df56529f29ff004d820ddc3b47ebfcfd01a0c4a 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-api</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index bb43b18141f85846c5fd7a0cfde63978238dc214..496012d20f4f26bdcdf295b05f430f7e0d7b2acd 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-jetty-impl</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 063d8152efe27f557655679526f7c892b7b98e3c..9026da658ec72cc3d0f25653f3dc7c84e72bc4a5 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-osgi-impl</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index a0d906db951139c9fc3e6981623c6ed2bc1cd936..a48f062990380b7e084fa68738452fb13681b1de 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 5ce13a034974d5668c6c8610253cd4b84d1a54a6..7109d41fb7fc42f9e665eb857304cf60e779ef84 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.10-SNAPSHOT</version>
+        <version>0.14.11-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index bc7f4845e1977a76eb163f22fa678aeeb64bef23..64dc24c42f4e39c82e5214378b8fa0469649bbb1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.10-SNAPSHOT</version>
+        <version>0.14.11-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 85ecc03be8498af98591544f88a034a1073758b9..12e5602047a57bd7a7f768d6c485eac52137b320 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.10-SNAPSHOT</version>
+    <version>0.14.11-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>testutils</artifactId>
-  <version>0.14.10-SNAPSHOT</version>
+  <version>0.14.11-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>