From c7159a2a568483af22ea29e07473ad88df1ba637 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 5 Aug 2020 17:02:37 -0400 Subject: [PATCH] Bump versions by x.(y+1).z for next dev cycle Signed-off-by: Thanh Ha Change-Id: If79a9e14fd63861fd78b53f49cb977f48ce68d6c --- artifacts/pom.xml | 16 ++++++++-------- commons/binding-parent/pom.xml | 2 +- commons/pom.xml | 2 +- commons/quality-parent/pom.xml | 2 +- features/odl-serviceutils-listener/pom.xml | 4 ++-- features/odl-serviceutils-rpc/pom.xml | 4 ++-- features/odl-serviceutils-srm/pom.xml | 8 ++++---- features/odl-serviceutils-tools/pom.xml | 8 ++++---- features/pom.xml | 2 +- features/serviceutils-features/pom.xml | 2 +- karaf/pom.xml | 2 +- pom.xml | 2 +- srm/api/pom.xml | 4 ++-- srm/impl/pom.xml | 4 ++-- srm/pom.xml | 2 +- srm/shell/pom.xml | 4 ++-- tools/api/pom.xml | 4 ++-- tools/listener-api/pom.xml | 4 ++-- tools/pom.xml | 2 +- tools/rpc-api/pom.xml | 4 ++-- tools/testutils/pom.xml | 4 ++-- upgrade/pom.xml | 4 ++-- 22 files changed, 45 insertions(+), 45 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 537b2abc..24e7e9b3 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils serviceutils-artifacts - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom @@ -30,41 +30,41 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ${project.groupId} listener-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ${project.groupId} rpc-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ${project.groupId} srm-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ${project.groupId} tools-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ${project.groupId} upgrade - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ${project.groupId} srm-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ${project.groupId} tools-testutils - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT test diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index fa1b4b52..2aa54e7c 100644 --- a/commons/binding-parent/pom.xml +++ b/commons/binding-parent/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils binding-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom diff --git a/commons/pom.xml b/commons/pom.xml index 5dff8139..1d78354d 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils commons - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ODL :: serviceutils :: ${project.artifactId} diff --git a/commons/quality-parent/pom.xml b/commons/quality-parent/pom.xml index 7e14011a..f28e02e5 100644 --- a/commons/quality-parent/pom.xml +++ b/commons/quality-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.serviceutils quality-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom diff --git a/features/odl-serviceutils-listener/pom.xml b/features/odl-serviceutils-listener/pom.xml index 42d65162..88129f04 100644 --- a/features/odl-serviceutils-listener/pom.xml +++ b/features/odl-serviceutils-listener/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.serviceutils odl-serviceutils-listener - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: serviceutils :: listener tools @@ -34,7 +34,7 @@ org.opendaylight.serviceutils serviceutils-artifacts - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT import pom diff --git a/features/odl-serviceutils-rpc/pom.xml b/features/odl-serviceutils-rpc/pom.xml index a23a75fc..bed64745 100644 --- a/features/odl-serviceutils-rpc/pom.xml +++ b/features/odl-serviceutils-rpc/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.serviceutils odl-serviceutils-rpc - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: serviceutils :: RPC tools @@ -27,7 +27,7 @@ org.opendaylight.serviceutils serviceutils-artifacts - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom import diff --git a/features/odl-serviceutils-srm/pom.xml b/features/odl-serviceutils-srm/pom.xml index aea0f4de..c8790155 100644 --- a/features/odl-serviceutils-srm/pom.xml +++ b/features/odl-serviceutils-srm/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils odl-serviceutils-srm - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: serviceutils :: SRM @@ -41,17 +41,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils srm-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.serviceutils srm-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.serviceutils srm-shell - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT diff --git a/features/odl-serviceutils-tools/pom.xml b/features/odl-serviceutils-tools/pom.xml index 1362cc78..778b788f 100644 --- a/features/odl-serviceutils-tools/pom.xml +++ b/features/odl-serviceutils-tools/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils odl-serviceutils-tools - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: serviceutils :: TOOLS @@ -57,18 +57,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils tools-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.serviceutils upgrade - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.serviceutils upgrade - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT xml config diff --git a/features/pom.xml b/features/pom.xml index a3d3a13d..70370f2d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils serviceutils-features-aggregator - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ODL :: serviceutils :: ${project.artifactId} diff --git a/features/serviceutils-features/pom.xml b/features/serviceutils-features/pom.xml index dcd3b91d..6f9e5c1f 100644 --- a/features/serviceutils-features/pom.xml +++ b/features/serviceutils-features/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils serviceutils-features - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ODL :: serviceutils :: ${project.artifactId} feature diff --git a/karaf/pom.xml b/karaf/pom.xml index 9e9060d7..48501305 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils serviceutils-karaf - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ODL :: serviceutils :: ${project.artifactId} diff --git a/pom.xml b/pom.xml index d8906958..2306f6e9 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils serviceutils-aggregator - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT serviceutils pom diff --git a/srm/api/pom.xml b/srm/api/pom.xml index 86eb4862..1e50a484 100644 --- a/srm/api/pom.xml +++ b/srm/api/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.serviceutils binding-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../commons/binding-parent org.opendaylight.serviceutils srm-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/srm/impl/pom.xml b/srm/impl/pom.xml index c9657f26..07374432 100644 --- a/srm/impl/pom.xml +++ b/srm/impl/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.serviceutils quality-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../commons/quality-parent org.opendaylight.serviceutils srm-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/srm/pom.xml b/srm/pom.xml index dce49d17..cf5f9599 100644 --- a/srm/pom.xml +++ b/srm/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils srm-aggregator - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ODL :: serviceutils :: ${project.artifactId} diff --git a/srm/shell/pom.xml b/srm/shell/pom.xml index 973ac2a9..44560cb6 100644 --- a/srm/shell/pom.xml +++ b/srm/shell/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.serviceutils quality-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../commons/quality-parent org.opendaylight.serviceutils srm-shell - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/tools/api/pom.xml b/tools/api/pom.xml index 963f9be6..321a25e6 100644 --- a/tools/api/pom.xml +++ b/tools/api/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.serviceutils quality-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../commons/quality-parent/ org.opendaylight.serviceutils tools-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/tools/listener-api/pom.xml b/tools/listener-api/pom.xml index 7b5a9235..7881c090 100644 --- a/tools/listener-api/pom.xml +++ b/tools/listener-api/pom.xml @@ -7,13 +7,13 @@ org.opendaylight.serviceutils quality-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../commons/quality-parent org.opendaylight.serviceutils listener-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/tools/pom.xml b/tools/pom.xml index d79a463f..ecb52fb0 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.serviceutils tools-aggregator - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ODL :: serviceutils :: ${project.artifactId} diff --git a/tools/rpc-api/pom.xml b/tools/rpc-api/pom.xml index 7ad14b65..82741211 100644 --- a/tools/rpc-api/pom.xml +++ b/tools/rpc-api/pom.xml @@ -7,13 +7,13 @@ org.opendaylight.serviceutils quality-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../commons/quality-parent/ org.opendaylight.serviceutils rpc-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/tools/testutils/pom.xml b/tools/testutils/pom.xml index 14c87429..2a758be7 100644 --- a/tools/testutils/pom.xml +++ b/tools/testutils/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.serviceutils quality-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../commons/quality-parent/ org.opendaylight.serviceutils tools-testutils - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ODL :: serviceutils :: ${project.artifactId} diff --git a/upgrade/pom.xml b/upgrade/pom.xml index f8ba734a..0a824c50 100644 --- a/upgrade/pom.xml +++ b/upgrade/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.serviceutils binding-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../commons/binding-parent org.opendaylight.serviceutils upgrade - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle -- 2.36.6