Bump versions to 0.15.8-SNAPSHOT 57/102957/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Oct 2022 15:57:38 +0000 (17:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 29 Oct 2022 15:57:38 +0000 (17:57 +0200)
This starts the next development iteration.

Change-Id: Id2aa4a2c0a5d205b3597d0532c4fd96c869b8ecc
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 bd8b0f0adea0e1099c05015d50d60e94abaf60e2..4a40e62fb05a4460a89c9fe7d9f984d53793b328 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-authn-api</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 220b00fb8837ad06d3e84202733405b8c6a61d1a..711b32711decede9136037afb603a2cf6be35f5b 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.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index bae40bab4aeaa7dea11a6a68809ae60a531f2d75..3a9094ad4b58ff92c3866510f41c0f9c23e48833 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.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 49749e8dfed5d358adcb0a070cb04bb0fbbbe12a..24ac0be76b687781daa15b12e9ed498949db74b2 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.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-cli</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index d60698109e180711c836f0ee803844fae8101ad5..4afa034245fa3088d68ea53a33f67f70d7ec9779 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index e54f055f80cad1bcb4f63fb639365a46f32b603f..778de75154d6b2d6ac9f7fb220f1d4e231622ef6 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.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
index 666055cadc42608244fc66651262c84f6680c853..4037ef8d63bc013cb291ec9694a386371032d98b 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.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 905b56fababda29663b1489e95666b8d6184d4c7..186092580d6327302a63659deb2f8c9725f40bfd 100644 (file)
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 31e02391c361e9d574361c02a9c20f686e088b23..4094059b13be48e8796b84020b8402ef9cc0321e 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.7-SNAPSHOT</version>
+        <version>0.15.8-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
index 0a368a927dd2c7a152159506a9a26dab96c90ab0..aa13343883aff0242a42b14a9307a28fcac416dc 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.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-api</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 823a91d25accdda24d7f6bbb29decb5069f6c1c0..d633ee9ced2092d58875d0649657cabf610f8ee5 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.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-password-service-impl</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 63a0666f8bddfd77bf69bd196b90e84322d17446..f203f989bbd7bb2bbc676b32d976eaf50edf63b3 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.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 69d65d357ca0340d0da0522ad4537d92a5bc62ac..35b56f7cd28d35b51cb34a02fabac893fc15495d 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.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-shiro-api</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 14b25a773edc9b2b95664c5dccd2efa6292fb6d7..3304cc6ff14530249d29b4853c9957afa5f4ea1a 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.15.7-SNAPSHOT</version>
+        <version>0.15.8-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-shiro</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>bundle</packaging>
 
index 5c777596283beae7801de95b31a1778ab86df139..23061201e8558aa009c4caf1b99f80a055598647 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.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
index 3539e7c49db5d7653f592f3095e7404703e2462e..abbf99f5695bf5e78486d683b81dca27f83c27e6 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>repackaged-shiro-jar</artifactId>
     <packaging>jar</packaging>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
index 20e5e899e942495cbdd1674768a96a0dccde522a..5b08103003430d3de4f0f047aa4bb84bad244baf 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.7-SNAPSHOT</version>
+        <version>0.15.8-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b556489d9ec4a3aaed2ea614adb827dd8c85912a..30a1050764cf1b5f63e8027ac26039cef3c82fbf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.7-SNAPSHOT</version>
+        <version>0.15.8-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 5bf35c22eaf402d9364555e9eb38cfb992b875e2..62c170e09d1ca64f249fb8da68f6e1c232360d39 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-artifacts</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 6c87e5583bd6d5ef4df504acaad3f607b85ad1ea..2f48ca8c47d382c22738e16eb1d39adf50921962 100644 (file)
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.15.7-SNAPSHOT</version>
+        <version>0.15.8-SNAPSHOT</version>
         <relativePath>../artifacts</relativePath>
     </parent>
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>dependency-check</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
 
     <properties>
index 802c0f5f1c92d96b6af6a27e659ad03543dc448c..d2f665a732bf315686aa1bd3243be40bef2a87ec 100644 (file)
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-docs</artifactId>
     <packaging>jar</packaging>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-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.15.7-SNAPSHOT</version>
+                <version>0.15.8-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index a1549c241433ef058f52a0b8daf4a2ef37e31b01..635b921dca2e7514defc6179f9f4db9ff3878f7d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>feature</packaging>
 
index 9a1710cddce8b6612f0798cead5ab2afa9dd81d8..908c7be5a4bef2ec3247f5d3a99938a003407e1b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-api</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 4efa38a2d4ae463007989673d0894b770e9105c1..60b0a3a73b1c21bb66e94a1e3ad6103beaca92cf 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cert</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 72235c8c3a3b73c8a7936a6a34a13ba507912d8e..8fbd8e2fa924832fdcbb4a0cee05a44fe28a1a46 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-cli</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index fb2c0c85feede1844452699c4e4ff75f7efc37f9..43fcfc93c54acfb1f28159bb02972d88d4ebaa87 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-encryption-service</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 7d1b963420012f34db3ba6f43923eb4ca0bbdd66..13f2b82b12750a9247afb0afa56ab7363963805e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-password-service</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index c57e4ed9581faa86566de389bc6200130fb1bdda..e6003678d6352074aac45a568d64fe264582ead7 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-shiro</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <!-- odl-aaa-shiro feature which combines all aspects of AAA into one feature -->
index f6865d7cbfa0c098a0813bac9820a54c14cf4b5a..675aaf77f620e0ddc59430a677ba6b557e6506b4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-aaa-web</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ODL :: aaa :: ${project.artifactId}</name>
index 48db525c2884e5919b69fc6ccf34757095da2d8d..6a70d8cff887096f229694df6ea1a8abf4b00939 100644 (file)
@@ -20,7 +20,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>odl-apache-shiro</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Apache Shiro</name>
index e2eb3b8fd0eca9bf605a1cb386f2e86ec0623ef0..49cf9b13cace93179cab73cb58ecbe16996156b1 100644 (file)
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>features-aaa-aggregator</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index e30e10550da7315eec273a36a25b252d16abddd9..1df1343b97dc8e3cb34141e2ca81c0692a0f072e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-karaf</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <name>ODL :: aaa :: ${project.artifactId}</name>
     <packaging>pom</packaging>
 
index 2e792b2412f6e25e6106477fbd6fa8fb00b87175..f37be07b944859bd55b5d6b88437287d8d52153b 100644 (file)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa-parent</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
diff --git a/pom.xml b/pom.xml
index 4e91ab77133eb62f1cd3a9058418e86e7180369b..eb367a469c1c42d2b8250a33260896d55a9cb514 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.aaa</groupId>
   <artifactId>aaa.project</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>aaa</name> <!-- Used by Sonar to set project name -->
 
index c700c671f21214e71925174f02a9cfc1e9026488..2ca6b3183ffc22316cecd6c82f21b5bc5a61f573 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-api</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index a17182211133c9842ab95162c531ce0e21300184..96a15cae08143554df4c23201f879a777f1376ce 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-jetty-impl</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 76832cb5b6f8966946fca9582f8e817fd7bd88de..7b43e7cb6005fa4f68cf92136ce89d7b8d89389e 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-osgi-impl</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>
 
index 7ba5c9168312a251fcf82ee8fdc0da2c0c716cd2..ca7f1d17d5d84a71f7270e4f478954e79c1dde8f 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>web-aggregator</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: aaa :: ${project.artifactId}</name>
 
index b397ef63865d2e3298fa2e7e2fa37dcc43390404..b9768950938989ad5f31ccddb65df0e595159c8c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.7-SNAPSHOT</version>
+        <version>0.15.8-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index b02f951555448903c1bc7e1b4524655e9c077ea4..203ecdf0ebec055ef01761efe514f3b24a77520e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.7-SNAPSHOT</version>
+        <version>0.15.8-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
index 7a3dc21b2cfc9713bf1ba318b70e4a21d1385dd0..070000f230074bf161cfa384690efe5762cf296b 100644 (file)
   <parent>
     <groupId>org.opendaylight.aaa</groupId>
     <artifactId>aaa-parent</artifactId>
-    <version>0.15.7-SNAPSHOT</version>
+    <version>0.15.8-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.aaa.web</groupId>
   <artifactId>testutils</artifactId>
-  <version>0.15.7-SNAPSHOT</version>
+  <version>0.15.8-SNAPSHOT</version>
   <name>ODL :: aaa :: ${project.artifactId}</name>
   <packaging>bundle</packaging>