From febe456632dfefcd86b1e5bef729a84462a2fc4b Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Sat, 31 Dec 2022 16:36:11 -0600 Subject: [PATCH] [maven-release-plugin] prepare release 7.0.0-RC3 --- elide-async/pom.xml | 6 ++--- 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 ++-- 21 files changed, 88 insertions(+), 88 deletions(-) diff --git a/elide-async/pom.xml b/elide-async/pom.xml index 785257b314..e479ac0dae 100644 --- a/elide-async/pom.xml +++ b/elide-async/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -40,14 +40,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 com.yahoo.elide elide-graphql - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 diff --git a/elide-core/pom.xml b/elide-core/pom.xml index b6621ac984..56112f7a6e 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 diff --git a/elide-datastore/elide-datastore-aggregation/pom.xml b/elide-datastore/elide-datastore-aggregation/pom.xml index 9d6d4e4efe..1a5174148e 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -47,31 +47,31 @@ com.yahoo.elide elide-core - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-datastore-jpa - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-graphql - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-datastore-multiplex - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-model-config - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -184,7 +184,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test test-jar diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index 07773ba048..e0789cd6b6 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -52,7 +52,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test-jar test diff --git a/elide-datastore/elide-datastore-jms/pom.xml b/elide-datastore/elide-datastore-jms/pom.xml index cfda6254d1..e0bbb8a087 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index d8df8e2abc..0fab0424f9 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -74,7 +74,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test-jar test diff --git a/elide-datastore/elide-datastore-jpql/pom.xml b/elide-datastore/elide-datastore-jpql/pom.xml index 82665861cb..6b19f9c3d2 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index 37ab70cf3a..368c630990 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index 614538c608..98732553bf 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 782ac3ff3a..1b8a515cdb 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -89,7 +89,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test-jar test @@ -97,7 +97,7 @@ com.yahoo.elide elide-datastore-jpa - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index 24e95b10ce..31ee1ec91e 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -59,17 +59,17 @@ com.yahoo.elide elide-core - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-graphql - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-test-helpers - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 org.hibernate diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index 6b77f306c2..1abecbab71 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 com.yahoo.elide elide-core - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-test-helpers - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.fasterxml.jackson.core diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index 9686143d10..7b6d0931ea 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -25,7 +25,7 @@ - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 diff --git a/elide-model-config/pom.xml b/elide-model-config/pom.xml index 889e534cb1..3ce24b5ae1 100644 --- a/elide-model-config/pom.xml +++ b/elide-model-config/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -52,7 +52,7 @@ com.yahoo.elide elide-core - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 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 a5e0565e44..1bddefc63e 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -48,56 +48,56 @@ com.yahoo.elide elide-core - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 true com.yahoo.elide elide-graphql - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 true com.yahoo.elide elide-datastore-aggregation - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 true com.yahoo.elide elide-datastore-jpa - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 true com.yahoo.elide elide-datastore-jms - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 true com.yahoo.elide elide-swagger - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 true com.yahoo.elide elide-async - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 true com.yahoo.elide elide-model-config - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 true @@ -196,7 +196,7 @@ com.yahoo.elide elide-test-helpers - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index 6b9b67914a..0c281c1f58 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-RC3-SNAPSHOT + 7.0.0-RC3 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -44,49 +44,49 @@ com.yahoo.elide elide-core - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-graphql - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-datastore-jpa - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-datastore-aggregation - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-datastore-jms - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-swagger - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-async - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-spring-boot-autoconfigure - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index bb2f2c592e..b00e8c3e73 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index ccb0c0821e..826e4e052b 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 @@ -55,39 +55,39 @@ com.yahoo.elide elide-datastore-aggregation - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-datastore-jpa - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-datastore-jms - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-graphql - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-swagger - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-async - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 com.yahoo.elide elide-model-config - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -226,7 +226,7 @@ com.yahoo.elide elide-test-helpers - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test diff --git a/elide-swagger/pom.xml b/elide-swagger/pom.xml index 245c7383dc..9d2bb656f8 100644 --- a/elide-swagger/pom.xml +++ b/elide-swagger/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 com.yahoo.elide elide-core - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 test-jar test diff --git a/elide-test/pom.xml b/elide-test/pom.xml index 5ef9b60d11..8ac75a09a3 100644 --- a/elide-test/pom.xml +++ b/elide-test/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3 diff --git a/pom.xml b/pom.xml index 87ab265f4d..fef0806f36 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 7.0.0-RC3-SNAPSHOT + 7.0.0-RC3 pom Elide: Parent Pom Parent pom for Elide project @@ -63,7 +63,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0-RC3