From cf4b86cd3b5a822689cb6f9342695a9283e2070a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 8 Feb 2025 19:45:45 +0100 Subject: [PATCH] Bump versions to 7.1.1-SNAPSHOT This starts the next development iteration. Change-Id: I94830be7b68813671e50a017e27264c1018a5059 Signed-off-by: Robert Varga --- artifacts/pom.xml | 2 +- common/parent/pom.xml | 4 ++-- common/pom.xml | 2 +- common/util/pom.xml | 2 +- diagstatus/api/pom.xml | 2 +- diagstatus/impl/pom.xml | 2 +- diagstatus/it/pom.xml | 2 +- diagstatus/pom.xml | 2 +- diagstatus/shell/pom.xml | 2 +- diagstatus/web/pom.xml | 2 +- docs/pom.xml | 4 ++-- features/features-infrautils-experimental/pom.xml | 2 +- features/features-infrautils-samples/pom.xml | 2 +- features/features-infrautils/pom.xml | 2 +- features/infrautils-features/pom.xml | 2 +- features/odl-infrautils-all/pom.xml | 2 +- features/odl-infrautils-diagstatus-web/pom.xml | 2 +- features/odl-infrautils-diagstatus/pom.xml | 2 +- features/odl-infrautils-inject/pom.xml | 2 +- features/odl-infrautils-ready/pom.xml | 2 +- features/odl-infrautils-utils/pom.xml | 2 +- features/parent/pom.xml | 2 +- features/pom.xml | 2 +- inject/inject-guice-testutils/pom.xml | 2 +- inject/inject-guice/pom.xml | 2 +- inject/inject-spi/pom.xml | 2 +- inject/inject/pom.xml | 2 +- inject/pom.xml | 2 +- itestutils/it/pom.xml | 2 +- itestutils/itestutils/pom.xml | 2 +- itestutils/parent/pom.xml | 4 ++-- itestutils/pom.xml | 2 +- karaf/pom.xml | 2 +- pom.xml | 2 +- ready/api/pom.xml | 2 +- ready/guice/pom.xml | 2 +- ready/impl/pom.xml | 2 +- ready/it/pom.xml | 2 +- ready/pom.xml | 2 +- testutils/pom.xml | 2 +- 40 files changed, 43 insertions(+), 43 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 99d68a25e..77b6644f1 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.infrautils infrautils-artifacts - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom diff --git a/common/parent/pom.xml b/common/parent/pom.xml index a0b590025..83a05b7bf 100644 --- a/common/parent/pom.xml +++ b/common/parent/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ODL :: infrautils :: ${project.artifactId} @@ -37,7 +37,7 @@ org.opendaylight.infrautils infrautils-artifacts - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT import pom diff --git a/common/pom.xml b/common/pom.xml index abaa1cae0..a519edb42 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.infrautils common-aggregator - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom diff --git a/common/util/pom.xml b/common/util/pom.xml index eec81d79c..77cd6a3af 100644 --- a/common/util/pom.xml +++ b/common/util/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/diagstatus/api/pom.xml b/diagstatus/api/pom.xml index 06adeefaf..3742ae39a 100644 --- a/diagstatus/api/pom.xml +++ b/diagstatus/api/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/diagstatus/impl/pom.xml b/diagstatus/impl/pom.xml index df271562f..8f3df2e35 100644 --- a/diagstatus/impl/pom.xml +++ b/diagstatus/impl/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/diagstatus/it/pom.xml b/diagstatus/it/pom.xml index b56cfc6e4..a6a111530 100644 --- a/diagstatus/it/pom.xml +++ b/diagstatus/it/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.infrautils itestutils-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../itestutils/parent diff --git a/diagstatus/pom.xml b/diagstatus/pom.xml index 559681044..ee85444a3 100644 --- a/diagstatus/pom.xml +++ b/diagstatus/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.infrautils diagstatus-aggregator - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom diff --git a/diagstatus/shell/pom.xml b/diagstatus/shell/pom.xml index df164f759..86226d840 100644 --- a/diagstatus/shell/pom.xml +++ b/diagstatus/shell/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/diagstatus/web/pom.xml b/diagstatus/web/pom.xml index f684c1fb8..ab17ba18e 100644 --- a/diagstatus/web/pom.xml +++ b/diagstatus/web/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/docs/pom.xml b/docs/pom.xml index 6ab76af65..94e23e6b6 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.infrautils infrautils-docs - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT jar ${project.artifactId} Infra Utils documentation @@ -28,7 +28,7 @@ org.opendaylight.infrautils infrautils-artifacts - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT import pom diff --git a/features/features-infrautils-experimental/pom.xml b/features/features-infrautils-experimental/pom.xml index 8672ee4cf..4bc936610 100644 --- a/features/features-infrautils-experimental/pom.xml +++ b/features/features-infrautils-experimental/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.infrautils features-infrautils-experimental - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT feature diff --git a/features/features-infrautils-samples/pom.xml b/features/features-infrautils-samples/pom.xml index c3182e247..51582e484 100644 --- a/features/features-infrautils-samples/pom.xml +++ b/features/features-infrautils-samples/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils feature-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/features/features-infrautils/pom.xml b/features/features-infrautils/pom.xml index 4c957170e..dc232cc51 100644 --- a/features/features-infrautils/pom.xml +++ b/features/features-infrautils/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.infrautils features-infrautils - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT feature diff --git a/features/infrautils-features/pom.xml b/features/infrautils-features/pom.xml index 09e4134b1..522983820 100644 --- a/features/infrautils-features/pom.xml +++ b/features/infrautils-features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.infrautils infrautils-features - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT feature diff --git a/features/odl-infrautils-all/pom.xml b/features/odl-infrautils-all/pom.xml index cbf6b3a12..b0b82f12a 100644 --- a/features/odl-infrautils-all/pom.xml +++ b/features/odl-infrautils-all/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils feature-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/features/odl-infrautils-diagstatus-web/pom.xml b/features/odl-infrautils-diagstatus-web/pom.xml index 1687c9a6b..15598b78b 100644 --- a/features/odl-infrautils-diagstatus-web/pom.xml +++ b/features/odl-infrautils-diagstatus-web/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.infrautils feature-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/features/odl-infrautils-diagstatus/pom.xml b/features/odl-infrautils-diagstatus/pom.xml index b2db82a75..282aae605 100644 --- a/features/odl-infrautils-diagstatus/pom.xml +++ b/features/odl-infrautils-diagstatus/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.infrautils feature-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/features/odl-infrautils-inject/pom.xml b/features/odl-infrautils-inject/pom.xml index 1f9fae154..be2fb1369 100644 --- a/features/odl-infrautils-inject/pom.xml +++ b/features/odl-infrautils-inject/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils feature-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/features/odl-infrautils-ready/pom.xml b/features/odl-infrautils-ready/pom.xml index 2bae12637..43dbea789 100644 --- a/features/odl-infrautils-ready/pom.xml +++ b/features/odl-infrautils-ready/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.infrautils feature-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/features/odl-infrautils-utils/pom.xml b/features/odl-infrautils-utils/pom.xml index 654ec266c..1b6bdf47d 100644 --- a/features/odl-infrautils-utils/pom.xml +++ b/features/odl-infrautils-utils/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.infrautils feature-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/features/parent/pom.xml b/features/parent/pom.xml index 3224e282d..21ae9928c 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.infrautils feature-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom OpenDaylight :: Infrautils :: ${project.artifactId} diff --git a/features/pom.xml b/features/pom.xml index 47fbfd47c..f8046b8b8 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.infrautils features-aggregator - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom diff --git a/inject/inject-guice-testutils/pom.xml b/inject/inject-guice-testutils/pom.xml index d7c02489e..fdcd081fa 100644 --- a/inject/inject-guice-testutils/pom.xml +++ b/inject/inject-guice-testutils/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/inject/inject-guice/pom.xml b/inject/inject-guice/pom.xml index 086f541eb..302dfc5e0 100644 --- a/inject/inject-guice/pom.xml +++ b/inject/inject-guice/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/inject/inject-spi/pom.xml b/inject/inject-spi/pom.xml index d6f9a35c4..fb3972305 100644 --- a/inject/inject-spi/pom.xml +++ b/inject/inject-spi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/inject/inject/pom.xml b/inject/inject/pom.xml index 48f9f4ecd..3cda41316 100644 --- a/inject/inject/pom.xml +++ b/inject/inject/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/inject/pom.xml b/inject/pom.xml index d217a7d9b..aef01a1db 100644 --- a/inject/pom.xml +++ b/inject/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.infrautils inject-aggregator - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom diff --git a/itestutils/it/pom.xml b/itestutils/it/pom.xml index 9407afc40..36fbba07b 100644 --- a/itestutils/it/pom.xml +++ b/itestutils/it/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.infrautils itestutils-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../parent diff --git a/itestutils/itestutils/pom.xml b/itestutils/itestutils/pom.xml index 7d70d83b3..d08a5a9ae 100644 --- a/itestutils/itestutils/pom.xml +++ b/itestutils/itestutils/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/itestutils/parent/pom.xml b/itestutils/parent/pom.xml index 6d78a594c..90c0bd9dd 100644 --- a/itestutils/parent/pom.xml +++ b/itestutils/parent/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.infrautils itestutils-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom @@ -30,7 +30,7 @@ org.opendaylight.infrautils infrautils-artifacts - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT import pom diff --git a/itestutils/pom.xml b/itestutils/pom.xml index 060a75543..d9c61df09 100644 --- a/itestutils/pom.xml +++ b/itestutils/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.infrautils itestutils-aggregator - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 51df1b4a0..75973dd62 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.infrautils infrautils-karaf - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ODL :: infrautils :: ${project.artifactId} diff --git a/pom.xml b/pom.xml index 8143d01d5..a2566263b 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 org.opendaylight.infrautils infrautils-aggregator - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT infrautils pom diff --git a/ready/api/pom.xml b/ready/api/pom.xml index 459847bfd..f95ecb8c1 100644 --- a/ready/api/pom.xml +++ b/ready/api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/ready/guice/pom.xml b/ready/guice/pom.xml index 2bdf63796..f3c61fcb9 100644 --- a/ready/guice/pom.xml +++ b/ready/guice/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/ready/impl/pom.xml b/ready/impl/pom.xml index a921ba31f..6fecc1ea9 100644 --- a/ready/impl/pom.xml +++ b/ready/impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../common/parent diff --git a/ready/it/pom.xml b/ready/it/pom.xml index 0259312d5..2686d32fa 100644 --- a/ready/it/pom.xml +++ b/ready/it/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.infrautils itestutils-parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../../itestutils/parent/ diff --git a/ready/pom.xml b/ready/pom.xml index 8c2c914ce..7e4946da3 100644 --- a/ready/pom.xml +++ b/ready/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.infrautils ready-aggregator - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT pom diff --git a/testutils/pom.xml b/testutils/pom.xml index 072a2b219..e4983b89d 100644 --- a/testutils/pom.xml +++ b/testutils/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.infrautils parent - 7.1.0-SNAPSHOT + 7.1.1-SNAPSHOT ../common/parent