Bump versions to 0.15.0-SNAPSHOT 17/100017/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 9 Mar 2022 09:18:56 +0000 (10:18 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 9 Mar 2022 09:19:16 +0000 (10:19 +0100)
This starts the next major development iteration.

Change-Id: Iea15e413e9fd44ae480d46d292382b0ac0384052
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 eca532f41a86688e1d162b58b67436318114ba10..ff98a93f2c866ade97d64c33c365f2885e801a5b 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index cf109d807f90388fec21168828679f67c9039728..68842be31310386ff5c1ce65966c6c187bcd9e0f 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.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index a6767be801a40b1eb901477191227a9bede3057d..686200416c032c73b58eb57519bad6560b9f9f7f 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.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 4079019d15010d5ecdefd3ded09a551ecc5b4357..98759a241eed6c2f8ca58b651b55f172f50c5dcd 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.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index a5e89b3e6c6908e330e7bd2e6f03049d0540352e..44c5c51725617702140e0242301d3eeb9223b72d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index b240b8d5e8114f6be481fb33b60d61bdd4fa61c4..9de989a23c6775accbbade22b9db7e8960ab3e54 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.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index c534968161de9fd6ed1d0ff0a13c09b0994848df..e66af82dc9d2230c03f60900d618509021a2a6e6 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.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index b0a14fb0757b4604b8e0794539f474ceea5156da..d92d15cfa855923c472b61198f38352e2819fcb6 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 9aa14c86a1517128aad98064295691e64ef6a99b..ffe54ab00ca0510cfd4423e42f739fbfe22c253e 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.11-SNAPSHOT</version>
+        <version>0.15.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index cd521a88068d072a04aed6939d0cf54dbf1794c0..f8124a093472ae84f95a29a9fff7c1e8d4481d31 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.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d7149fe446134b4d7e22bcbbf07a1cc8b5e65c6d..2709d8ddb68e2407de7c6ea5a99cafc2a188e051 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.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 4da1d3f3b61c1775c143e17cd9b8e3f102adc70a..8ad0096e123252a49141e7da5ab997d3f1ab36c2 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.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index deaebcadcba390e25a7400702e5f6ab83e6d9d2b..80036c58ca1de2064769ab1c53acc38716249b87 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.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index c7ca0f12d5a479cca8553b8a61a0653ff16173d9..e3d9d1e4369bea2045cd02a1f96cbf26f9f993b8 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.11-SNAPSHOT</version>
+        <version>0.15.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 5ab24730cf1477967471a5c588dbd4fb5210910a..3888a80e95182be3284335c43081db170d10efe9 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.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 9b5425392c6fb8bbc8f235cb5a1c938769fb04cc..4713d62545635d0f958203beb70218d03f9f7b4f 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index bba12a5ec02ce44c271047d5fbaba54c69e11af3..6a484b2160989340ff0298d41618bc6bf63f14ff 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.11-SNAPSHOT</version>
+        <version>0.15.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 6041bdabb969e65106ae342a28c2bc0e528269cc..0cfa6afb93d4a7b98bdc27e04b7ab4c5b6886a31 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.11-SNAPSHOT</version>
+        <version>0.15.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 2d4a4d7e75312a66e542dd39e27953668ff6e9cb..592daf3c5f75b5a9a280c2a55bf59044d3cbdba9 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 7ee35349356b370058ee0513421b2b7d36491366..51f1c10ba3a333affee8b79011c236bb9ff34534 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.14.11-SNAPSHOT</version>
+        <version>0.15.0-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 1bc2ae55ccfac790b0a6952eb26c8887e9ed0f8c..aa90f4e6212c514625d2839c293584f0ee0b5448 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.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.14.11-SNAPSHOT</version>
+                <version>0.15.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index d7af135d2dc607d24c0bc12d3494b2f8c51642fd..c4f6806aba7d8c68285b44da8d5080908cdff841 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 84f9ce8704f14b40aee9df0a989b6d44331d392c..e17a0d47388f46430fa325b518c6294aa139e6ed 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index a5d2de23e3ee464bd133f0d0b24e2bcf9caace2e..eb99d5a9c35b195f92ffedc524f5280d7503cf6b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 387cf597082cc1646be40d86aa17414bd9c362fc..b803a97b315475357cb25f05b954afb08c5db191 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index d376020489b3267eae94ee88d8e77a3928572c3a..51b4c10c5df57a705d37ae847da9abdaaf0f23f4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 57b3ffaf362f16abe809ad383b371b8558b3dbee..250d69f93f9b720257a173d748a8c01d189146a6 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 3ba1342f016af7727cdf88a99c04ba109bf1ee3f..f540f28938217c0826c432e25d99df864711ed0a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index 6329a021f311a50f7a790846979527ab4a0a3f77..d96387595ea8819c28de4a1bcad52a9f8b5bc7ea 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index fac5aa7c75f5f7ce1049ea33d94eb346d42b4ccb..a05a566f27822be45da4ff4ddc30bedef10df98c 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index b6552d301c97b5c525dea3e824a04345c967bc9e..1ef0424cac75b007b94b9a14935f37e9802acb53 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 6ebb7e811f21ebedc4623a645cecfe4cbbc4cb7f..b062b80b37c44c4098e271793bcf0389a54392ad 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 83400ef3775bdee9559982efe292bd3a490ee7e4..0ae127dee9859e414c2393b0805794c0b227a227 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index d71f4170e73e766b36b5567a163f7de5cf6f9bfa..b7e09b3b28221deccf66c51bda2c86b978dc00b5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index 7df56529f29ff004d820ddc3b47ebfcfd01a0c4a..2002c1dabf47ac3c629c1c29e7835c02e2fd22ed 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-api</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 496012d20f4f26bdcdf295b05f430f7e0d7b2acd..92bf3a58b7e5203e8a4e8f669f19ec9a258c5e55 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-jetty-impl</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 9026da658ec72cc3d0f25653f3dc7c84e72bc4a5..454beba9372547b039d26918a99001db79314c1d 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-osgi-impl</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index a48f062990380b7e084fa68738452fb13681b1de..a0903dece26abeb2ae93c2feea99cef679cb7d86 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index 7109d41fb7fc42f9e665eb857304cf60e779ef84..3e6903a7dd226a25ae41fa163c1ea206686e9e82 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.11-SNAPSHOT</version>
+        <version>0.15.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 64dc24c42f4e39c82e5214378b8fa0469649bbb1..c9b2a1b646648e44cf1c7a04769acb9222f406b5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.14.11-SNAPSHOT</version>
+        <version>0.15.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 12e5602047a57bd7a7f768d6c485eac52137b320..75671ca388c054b03ad55643745dfcebb418378c 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.14.11-SNAPSHOT</version>
+    <version>0.15.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>testutils</artifactId>
-  <version>0.14.11-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>