From 72f69d574b27ee1eb0aee5b64a77e712865c82ef Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Sun, 30 Apr 2023 20:31:33 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 7.0.0-pr4 --- elide-async/pom.xml | 6 ++-- elide-bom/pom.xml | 36 +++++++++---------- elide-core/pom.xml | 4 +-- .../elide-datastore-aggregation/pom.xml | 16 ++++----- .../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, 106 insertions(+), 106 deletions(-) diff --git a/elide-async/pom.xml b/elide-async/pom.xml index 64183d4d88..44138a8910 100644 --- a/elide-async/pom.xml +++ b/elide-async/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -40,14 +40,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 com.yahoo.elide elide-graphql - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 diff --git a/elide-bom/pom.xml b/elide-bom/pom.xml index 9017b263a0..1b3a1f1b6f 100644 --- a/elide-bom/pom.xml +++ b/elide-bom/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -43,82 +43,82 @@ com.yahoo.elide elide-async - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-core - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-aggregation - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-hibernate - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-inmemorydb - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-jms - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-jpa - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-multiplex - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-noop - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-search - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-graphql - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-model-config - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-spring-boot-autoconfigure - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-spring-boot-starter - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-standalone - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-swagger - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 diff --git a/elide-core/pom.xml b/elide-core/pom.xml index 46c520e7f7..92012d5c35 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 diff --git a/elide-datastore/elide-datastore-aggregation/pom.xml b/elide-datastore/elide-datastore-aggregation/pom.xml index 2139f5a5cf..b16f04efc7 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -47,31 +47,31 @@ com.yahoo.elide elide-core - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-jpa - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-graphql - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-multiplex - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-model-config - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -184,7 +184,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test test-jar diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index 705d84e6ae..c29362f42d 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -52,7 +52,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test-jar test diff --git a/elide-datastore/elide-datastore-jms/pom.xml b/elide-datastore/elide-datastore-jms/pom.xml index 6b9760f980..bf3f57342f 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index d8e07475b6..c369bc85b2 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -74,7 +74,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test-jar test diff --git a/elide-datastore/elide-datastore-jpql/pom.xml b/elide-datastore/elide-datastore-jpql/pom.xml index c20452265d..01db752edf 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index b6cf3516d5..09ef4d7f38 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index e539b46551..f041698758 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 63e09f5197..fcd1a647a2 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -75,7 +75,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test-jar test @@ -83,7 +83,7 @@ com.yahoo.elide elide-datastore-jpa - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index da6b490c7c..7b43d9baa2 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -59,17 +59,17 @@ com.yahoo.elide elide-core - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-graphql - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-test-helpers - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 org.hibernate diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index d001ec84eb..1e2613830d 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 com.yahoo.elide elide-core - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-test-helpers - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.fasterxml.jackson.core diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index 300a30b6f2..f324441f64 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -25,7 +25,7 @@ - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 diff --git a/elide-model-config/pom.xml b/elide-model-config/pom.xml index 0b1e7697ab..5b059f80c3 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -52,7 +52,7 @@ com.yahoo.elide elide-core - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 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 59e7080530..128f7c78fb 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -48,56 +48,56 @@ com.yahoo.elide elide-core - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 true com.yahoo.elide elide-graphql - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 true com.yahoo.elide elide-datastore-aggregation - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 true com.yahoo.elide elide-datastore-jpa - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 true com.yahoo.elide elide-datastore-jms - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 true com.yahoo.elide elide-swagger - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 true com.yahoo.elide elide-async - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 true com.yahoo.elide elide-model-config - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 true @@ -196,7 +196,7 @@ com.yahoo.elide elide-test-helpers - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index f440342288..f97a9dc0ed 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.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -44,49 +44,49 @@ com.yahoo.elide elide-core - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-graphql - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-jpa - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-aggregation - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-jms - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-swagger - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-async - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-spring-boot-autoconfigure - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index 52ca68250e..c2232fa55a 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index 00d8355f54..688672ddfb 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 @@ -66,39 +66,39 @@ com.yahoo.elide elide-datastore-aggregation - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-jpa - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-datastore-jms - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-graphql - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-swagger - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-async - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 com.yahoo.elide elide-model-config - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -254,7 +254,7 @@ com.yahoo.elide elide-test-helpers - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test diff --git a/elide-swagger/pom.xml b/elide-swagger/pom.xml index 802f7b088d..8914050b0a 100644 --- a/elide-swagger/pom.xml +++ b/elide-swagger/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 com.yahoo.elide elide-core - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 test-jar test diff --git a/elide-test/pom.xml b/elide-test/pom.xml index b7992e032c..d5c872d530 100644 --- a/elide-test/pom.xml +++ b/elide-test/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-pr4 diff --git a/pom.xml b/pom.xml index 2b987e2d2a..c98d01b27d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 7.0.0-pr4-SNAPSHOT + 7.0.0-pr4 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.0-pr4