From 033e32b3deb1e52db5357e85a86b85a6b4e17d00 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 10 May 2021 22:47:34 +0200 Subject: [PATCH] Bump versions to 0.14.0-SNAPSHOT This starts the next major version iteration. Change-Id: I338bbb190aa3ba53711c89739fba16dd904bfa12 Signed-off-by: Robert Varga --- aaa-authn-api/pom.xml | 4 ++-- aaa-cert/pom.xml | 2 +- aaa-cli-jar/pom.xml | 2 +- aaa-cli/pom.xml | 4 ++-- aaa-encrypt-service/api/pom.xml | 2 +- aaa-encrypt-service/impl/pom.xml | 2 +- aaa-encrypt-service/pom.xml | 2 +- aaa-filterchain/pom.xml | 2 +- aaa-password-service/api/pom.xml | 4 ++-- aaa-password-service/impl/pom.xml | 4 ++-- aaa-password-service/pom.xml | 2 +- aaa-shiro/api/pom.xml | 4 ++-- aaa-shiro/impl/pom.xml | 4 ++-- aaa-shiro/pom.xml | 2 +- artifacts/pom.xml | 2 +- dependency-check/pom.xml | 4 ++-- docs/pom.xml | 4 ++-- features/features-aaa/pom.xml | 2 +- features/odl-aaa-api/pom.xml | 2 +- features/odl-aaa-cert/pom.xml | 2 +- features/odl-aaa-cli/pom.xml | 2 +- features/odl-aaa-encryption-service/pom.xml | 2 +- features/odl-aaa-password-service/pom.xml | 2 +- features/odl-aaa-shiro/pom.xml | 2 +- features/odl-aaa-web/pom.xml | 2 +- features/pom.xml | 2 +- karaf/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- web/api/pom.xml | 4 ++-- web/impl-jetty/pom.xml | 4 ++-- web/impl-osgi/pom.xml | 4 ++-- web/pom.xml | 2 +- web/servlet-api/pom.xml | 2 +- web/servlet-jersey2/pom.xml | 2 +- web/testutils/pom.xml | 4 ++-- 36 files changed, 48 insertions(+), 48 deletions(-) diff --git a/aaa-authn-api/pom.xml b/aaa-authn-api/pom.xml index 915ded10d..01132cd92 100644 --- a/aaa-authn-api/pom.xml +++ b/aaa-authn-api/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../parent org.opendaylight.aaa aaa-authn-api - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-cert/pom.xml b/aaa-cert/pom.xml index 6d20a3eb3..2d9f40b66 100644 --- a/aaa-cert/pom.xml +++ b/aaa-cert/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../parent diff --git a/aaa-cli-jar/pom.xml b/aaa-cli-jar/pom.xml index 7d86cbc89..106edb5a5 100644 --- a/aaa-cli-jar/pom.xml +++ b/aaa-cli-jar/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../parent diff --git a/aaa-cli/pom.xml b/aaa-cli/pom.xml index 3eddeb80e..890761f39 100644 --- a/aaa-cli/pom.xml +++ b/aaa-cli/pom.xml @@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../parent 4.0.0 org.opendaylight.aaa aaa-cli - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-encrypt-service/api/pom.xml b/aaa-encrypt-service/api/pom.xml index c61a50db6..f872adc9c 100644 --- a/aaa-encrypt-service/api/pom.xml +++ b/aaa-encrypt-service/api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent diff --git a/aaa-encrypt-service/impl/pom.xml b/aaa-encrypt-service/impl/pom.xml index 766c499cd..700c31879 100644 --- a/aaa-encrypt-service/impl/pom.xml +++ b/aaa-encrypt-service/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index 64a9e3338..b71e4546d 100644 --- a/aaa-encrypt-service/pom.xml +++ b/aaa-encrypt-service/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-encryption-service-aggregator - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-filterchain/pom.xml b/aaa-filterchain/pom.xml index afe96fba1..31150ca39 100644 --- a/aaa-filterchain/pom.xml +++ b/aaa-filterchain/pom.xml @@ -8,7 +8,7 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../parent diff --git a/aaa-password-service/api/pom.xml b/aaa-password-service/api/pom.xml index f2c8f60d0..66abc4aea 100644 --- a/aaa-password-service/api/pom.xml +++ b/aaa-password-service/api/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent org.opendaylight.aaa aaa-password-service-api - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/impl/pom.xml b/aaa-password-service/impl/pom.xml index c7a327ceb..9f570440c 100644 --- a/aaa-password-service/impl/pom.xml +++ b/aaa-password-service/impl/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent org.opendaylight.aaa aaa-password-service-impl - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/pom.xml b/aaa-password-service/pom.xml index 4a20ec97b..0a1ca2162 100644 --- a/aaa-password-service/pom.xml +++ b/aaa-password-service/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-password-service-aggregator - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-shiro/api/pom.xml b/aaa-shiro/api/pom.xml index 59b1c3a3e..b96b0605a 100644 --- a/aaa-shiro/api/pom.xml +++ b/aaa-shiro/api/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent org.opendaylight.aaa aaa-shiro-api - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-shiro/impl/pom.xml b/aaa-shiro/impl/pom.xml index b8424eeda..2c39ee308 100644 --- a/aaa-shiro/impl/pom.xml +++ b/aaa-shiro/impl/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent org.opendaylight.aaa aaa-shiro - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-shiro/pom.xml b/aaa-shiro/pom.xml index 5d3f0df0e..a9e4a5651 100644 --- a/aaa-shiro/pom.xml +++ b/aaa-shiro/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-shiro-aggregator - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 476837df7..73aff0011 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-artifacts - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/dependency-check/pom.xml b/dependency-check/pom.xml index f78e269e7..be0aee33a 100644 --- a/dependency-check/pom.xml +++ b/dependency-check/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-artifacts - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../artifacts org.opendaylight.aaa dependency-check - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} diff --git a/docs/pom.xml b/docs/pom.xml index cbb52f0a8..c75b79a13 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-docs jar - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ${project.artifactId} AAA documentation @@ -28,7 +28,7 @@ org.opendaylight.aaa aaa-artifacts - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT pom import diff --git a/features/features-aaa/pom.xml b/features/features-aaa/pom.xml index 80e623c8c..83e095ef5 100644 --- a/features/features-aaa/pom.xml +++ b/features/features-aaa/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa features-aaa - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} feature diff --git a/features/odl-aaa-api/pom.xml b/features/odl-aaa-api/pom.xml index 385ad8608..ac314893d 100644 --- a/features/odl-aaa-api/pom.xml +++ b/features/odl-aaa-api/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-api - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cert/pom.xml b/features/odl-aaa-cert/pom.xml index a92d682fb..0520c15ec 100644 --- a/features/odl-aaa-cert/pom.xml +++ b/features/odl-aaa-cert/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-cert - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cli/pom.xml b/features/odl-aaa-cli/pom.xml index cb6be246d..118de7b44 100644 --- a/features/odl-aaa-cli/pom.xml +++ b/features/odl-aaa-cli/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-cli - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-encryption-service/pom.xml b/features/odl-aaa-encryption-service/pom.xml index 2f2883adb..adcf5b400 100644 --- a/features/odl-aaa-encryption-service/pom.xml +++ b/features/odl-aaa-encryption-service/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-encryption-service - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-password-service/pom.xml b/features/odl-aaa-password-service/pom.xml index 1930a6b97..2c8358417 100644 --- a/features/odl-aaa-password-service/pom.xml +++ b/features/odl-aaa-password-service/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa odl-aaa-password-service - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-shiro/pom.xml b/features/odl-aaa-shiro/pom.xml index 38212ff8d..31a99e9c9 100644 --- a/features/odl-aaa-shiro/pom.xml +++ b/features/odl-aaa-shiro/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-shiro - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT feature diff --git a/features/odl-aaa-web/pom.xml b/features/odl-aaa-web/pom.xml index 3d4c37963..e8ab8be37 100644 --- a/features/odl-aaa-web/pom.xml +++ b/features/odl-aaa-web/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-web - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/pom.xml b/features/pom.xml index b1da15ab7..c36699716 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa features-aaa-aggregator - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 687051b49..424c72da1 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa aaa-karaf - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/parent/pom.xml b/parent/pom.xml index 106d197f1..38cfe4501 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/pom.xml b/pom.xml index 78a527c3e..15b6a0b93 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa aaa.project - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT pom aaa diff --git a/web/api/pom.xml b/web/api/pom.xml index b8834479b..70f555cbb 100644 --- a/web/api/pom.xml +++ b/web/api/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent org.opendaylight.aaa.web web-api - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/impl-jetty/pom.xml b/web/impl-jetty/pom.xml index 6be560aa2..709d0a842 100644 --- a/web/impl-jetty/pom.xml +++ b/web/impl-jetty/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent org.opendaylight.aaa.web web-jetty-impl - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/impl-osgi/pom.xml b/web/impl-osgi/pom.xml index e6b3175f0..50e5af81b 100644 --- a/web/impl-osgi/pom.xml +++ b/web/impl-osgi/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent org.opendaylight.aaa.web web-osgi-impl - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/pom.xml b/web/pom.xml index b721b3d9e..c7d12e719 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa.web web-aggregator - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT pom ODL :: aaa :: ${project.artifactId} diff --git a/web/servlet-api/pom.xml b/web/servlet-api/pom.xml index 207407ec3..a7d9cbcd6 100644 --- a/web/servlet-api/pom.xml +++ b/web/servlet-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent diff --git a/web/servlet-jersey2/pom.xml b/web/servlet-jersey2/pom.xml index 5ec110667..b9267ad39 100644 --- a/web/servlet-jersey2/pom.xml +++ b/web/servlet-jersey2/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent diff --git a/web/testutils/pom.xml b/web/testutils/pom.xml index 0436a67d9..c30c466cf 100644 --- a/web/testutils/pom.xml +++ b/web/testutils/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ../../parent org.opendaylight.aaa.web testutils - 0.13.4-SNAPSHOT + 0.14.0-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle -- 2.36.6