From 04cb5bbb40d202d8326e80175c29467f7425e2d6 Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Mon, 18 Dec 2023 17:01:55 -0600 Subject: [PATCH] [maven-release-plugin] prepare release 7.0.1 --- elide-async/pom.xml | 6 +-- elide-bom/pom.xml | 38 +++++++++---------- elide-core/pom.xml | 4 +- .../elide-datastore-aggregation/pom.xml | 12 +++--- .../elide-datastore-inmemorydb/pom.xml | 6 +-- elide-datastore/elide-datastore-jms/pom.xml | 4 +- elide-datastore/elide-datastore-jpa/pom.xml | 8 ++-- elide-datastore/elide-datastore-jpql/pom.xml | 6 +-- .../elide-datastore-multiplex/pom.xml | 4 +- elide-datastore/elide-datastore-noop/pom.xml | 4 +- .../elide-datastore-search/pom.xml | 8 ++-- elide-datastore/pom.xml | 10 ++--- elide-graphql/pom.xml | 8 ++-- elide-integration-tests/pom.xml | 4 +- elide-model-config/pom.xml | 6 +-- .../elide-spring-boot-autoconfigure/pom.xml | 22 +++++------ .../elide-spring-boot-starter/pom.xml | 20 +++++----- elide-spring/pom.xml | 4 +- elide-standalone/pom.xml | 20 +++++----- elide-swagger/pom.xml | 8 ++-- elide-test/pom.xml | 4 +- pom.xml | 4 +- 22 files changed, 105 insertions(+), 105 deletions(-) diff --git a/elide-async/pom.xml b/elide-async/pom.xml index 0811b6af1e..6dcc7f3c29 100644 --- a/elide-async/pom.xml +++ b/elide-async/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -40,14 +40,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 com.yahoo.elide elide-graphql - 7.0.1-SNAPSHOT + 7.0.1 diff --git a/elide-bom/pom.xml b/elide-bom/pom.xml index c85c17cd52..a2868f223f 100644 --- a/elide-bom/pom.xml +++ b/elide-bom/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -43,87 +43,87 @@ com.yahoo.elide elide-async - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-core - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-aggregation - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-hibernate - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-inmemorydb - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-jms - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-jpa - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-multiplex - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-noop - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-search - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-graphql - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-model-config - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-spring-boot-autoconfigure - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-spring-boot-starter - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-standalone - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-swagger - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-test-helpers - 7.0.1-SNAPSHOT + 7.0.1 diff --git a/elide-core/pom.xml b/elide-core/pom.xml index ba7bb2cbe6..42a1ec7cc5 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 diff --git a/elide-datastore/elide-datastore-aggregation/pom.xml b/elide-datastore/elide-datastore-aggregation/pom.xml index dec41ba545..36931a9c87 100644 --- a/elide-datastore/elide-datastore-aggregation/pom.xml +++ b/elide-datastore/elide-datastore-aggregation/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-datastore-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -50,7 +50,7 @@ com.yahoo.elide elide-datastore-jpa - 7.0.1-SNAPSHOT + 7.0.1 @@ -61,13 +61,13 @@ com.yahoo.elide elide-datastore-multiplex - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-model-config - 7.0.1-SNAPSHOT + 7.0.1 @@ -173,7 +173,7 @@ com.yahoo.elide elide-integration-tests - 7.0.1-SNAPSHOT + 7.0.1 test test-jar diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index f0f0e25e85..6f391b8393 100644 --- a/elide-datastore/elide-datastore-inmemorydb/pom.xml +++ b/elide-datastore/elide-datastore-inmemorydb/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-datastore-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -52,7 +52,7 @@ com.yahoo.elide elide-integration-tests - 7.0.1-SNAPSHOT + 7.0.1 test-jar test diff --git a/elide-datastore/elide-datastore-jms/pom.xml b/elide-datastore/elide-datastore-jms/pom.xml index a73658e2c8..a0efcd4ed1 100644 --- a/elide-datastore/elide-datastore-jms/pom.xml +++ b/elide-datastore/elide-datastore-jms/pom.xml @@ -6,7 +6,7 @@ com.yahoo.elide elide-datastore-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index 1eadd6caab..da11f23352 100644 --- a/elide-datastore/elide-datastore-jpa/pom.xml +++ b/elide-datastore/elide-datastore-jpa/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-datastore-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide @@ -78,7 +78,7 @@ com.yahoo.elide elide-integration-tests - 7.0.1-SNAPSHOT + 7.0.1 test-jar test diff --git a/elide-datastore/elide-datastore-jpql/pom.xml b/elide-datastore/elide-datastore-jpql/pom.xml index 42c3e24915..21dabc0234 100644 --- a/elide-datastore/elide-datastore-jpql/pom.xml +++ b/elide-datastore/elide-datastore-jpql/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-datastore-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 7.0.1-SNAPSHOT + 7.0.1 test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index 88f692b107..5e017f178f 100644 --- a/elide-datastore/elide-datastore-multiplex/pom.xml +++ b/elide-datastore/elide-datastore-multiplex/pom.xml @@ -10,7 +10,7 @@ com.yahoo.elide elide-datastore-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index 7dff40dc50..5957e7472d 100644 --- a/elide-datastore/elide-datastore-noop/pom.xml +++ b/elide-datastore/elide-datastore-noop/pom.xml @@ -6,7 +6,7 @@ com.yahoo.elide elide-datastore-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 78bd8b8aee..a74cb75201 100644 --- a/elide-datastore/elide-datastore-search/pom.xml +++ b/elide-datastore/elide-datastore-search/pom.xml @@ -12,7 +12,7 @@ com.yahoo.elide elide-datastore-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -79,7 +79,7 @@ com.yahoo.elide elide-integration-tests - 7.0.1-SNAPSHOT + 7.0.1 test-jar test @@ -87,7 +87,7 @@ com.yahoo.elide elide-datastore-jpa - 7.0.1-SNAPSHOT + 7.0.1 test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index c5437ea8ab..b88d8d955a 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -59,17 +59,17 @@ com.yahoo.elide elide-core - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-graphql - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-test-helpers - 7.0.1-SNAPSHOT + 7.0.1 diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index 1aae5ec6eb..77e71d8809 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 com.yahoo.elide elide-core - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-test-helpers - 7.0.1-SNAPSHOT + 7.0.1 test diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index 66ecb07f2c..f68e21198b 100644 --- a/elide-integration-tests/pom.xml +++ b/elide-integration-tests/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -25,7 +25,7 @@ - 7.0.1-SNAPSHOT + 7.0.1 diff --git a/elide-model-config/pom.xml b/elide-model-config/pom.xml index 9ec4b65125..2e7488b390 100644 --- a/elide-model-config/pom.xml +++ b/elide-model-config/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -45,7 +45,7 @@ com.yahoo.elide elide-core - 7.0.1-SNAPSHOT + 7.0.1 com.fasterxml.jackson.core diff --git a/elide-spring/elide-spring-boot-autoconfigure/pom.xml b/elide-spring/elide-spring-boot-autoconfigure/pom.xml index ec9d64283f..3f44f4d38a 100644 --- a/elide-spring/elide-spring-boot-autoconfigure/pom.xml +++ b/elide-spring/elide-spring-boot-autoconfigure/pom.xml @@ -8,7 +8,7 @@ com.yahoo.elide elide-spring-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -48,56 +48,56 @@ com.yahoo.elide elide-core - 7.0.1-SNAPSHOT + 7.0.1 true com.yahoo.elide elide-graphql - 7.0.1-SNAPSHOT + 7.0.1 true com.yahoo.elide elide-datastore-aggregation - 7.0.1-SNAPSHOT + 7.0.1 true com.yahoo.elide elide-datastore-jpa - 7.0.1-SNAPSHOT + 7.0.1 true com.yahoo.elide elide-datastore-jms - 7.0.1-SNAPSHOT + 7.0.1 true com.yahoo.elide elide-swagger - 7.0.1-SNAPSHOT + 7.0.1 true com.yahoo.elide elide-async - 7.0.1-SNAPSHOT + 7.0.1 true com.yahoo.elide elide-model-config - 7.0.1-SNAPSHOT + 7.0.1 true @@ -197,7 +197,7 @@ com.yahoo.elide elide-test-helpers - 7.0.1-SNAPSHOT + 7.0.1 test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index 8b2f4f72a3..7a458f6bcd 100644 --- a/elide-spring/elide-spring-boot-starter/pom.xml +++ b/elide-spring/elide-spring-boot-starter/pom.xml @@ -8,7 +8,7 @@ com.yahoo.elide elide-spring-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -44,49 +44,49 @@ com.yahoo.elide elide-core - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-graphql - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-jpa - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-aggregation - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-jms - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-swagger - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-async - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-spring-boot-autoconfigure - 7.0.1-SNAPSHOT + 7.0.1 diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index 2cffe5c9a4..973a18c84f 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index bf912fc78b..552844feca 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 @@ -66,39 +66,39 @@ com.yahoo.elide elide-datastore-aggregation - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-jpa - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-datastore-jms - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-graphql - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-swagger - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-async - 7.0.1-SNAPSHOT + 7.0.1 com.yahoo.elide elide-model-config - 7.0.1-SNAPSHOT + 7.0.1 @@ -226,7 +226,7 @@ com.yahoo.elide elide-test-helpers - 7.0.1-SNAPSHOT + 7.0.1 test diff --git a/elide-swagger/pom.xml b/elide-swagger/pom.xml index f89ef1c892..a8b395a84e 100644 --- a/elide-swagger/pom.xml +++ b/elide-swagger/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 com.yahoo.elide elide-core - 7.0.1-SNAPSHOT + 7.0.1 @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 7.0.1-SNAPSHOT + 7.0.1 test-jar test diff --git a/elide-test/pom.xml b/elide-test/pom.xml index 71bb7742c3..8b5bf65559 100644 --- a/elide-test/pom.xml +++ b/elide-test/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1 diff --git a/pom.xml b/pom.xml index 4f856c9943..6af968bf4b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 7.0.1-SNAPSHOT + 7.0.1 pom Elide: Parent Pom Parent pom for Elide project @@ -64,7 +64,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.1