From c6403c346e634e3987a0d168db9a436b1262a54d Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Fri, 13 Aug 2021 17:48:06 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 5.0.9 --- elide-async/pom.xml | 6 +++--- elide-core/pom.xml | 4 ++-- .../elide-datastore-aggregation/pom.xml | 16 +++++++-------- .../elide-datastore-hibernate/pom.xml | 6 +++--- .../elide-datastore-hibernate3/pom.xml | 10 +++++----- .../elide-datastore-hibernate5/pom.xml | 10 +++++----- .../elide-datastore-inmemorydb/pom.xml | 6 +++--- elide-datastore/elide-datastore-jms/pom.xml | 4 ++-- elide-datastore/elide-datastore-jpa/pom.xml | 8 ++++---- .../elide-datastore-multiplex/pom.xml | 10 +++++----- elide-datastore/elide-datastore-noop/pom.xml | 4 ++-- .../elide-datastore-search/pom.xml | 8 ++++---- elide-datastore/pom.xml | 6 +++--- elide-graphql/pom.xml | 8 ++++---- elide-integration-tests/pom.xml | 4 ++-- elide-model-config/pom.xml | 6 +++--- .../elide-spring-boot-autoconfigure/pom.xml | 20 +++++++++---------- .../elide-spring-boot-starter/pom.xml | 18 ++++++++--------- elide-spring/pom.xml | 4 ++-- elide-standalone/pom.xml | 18 ++++++++--------- elide-swagger/pom.xml | 8 ++++---- elide-test/pom.xml | 4 ++-- pom.xml | 4 ++-- 23 files changed, 96 insertions(+), 96 deletions(-) diff --git a/elide-async/pom.xml b/elide-async/pom.xml index 2cbe9e1ebe..f6640d99b2 100644 --- a/elide-async/pom.xml +++ b/elide-async/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -40,14 +40,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 com.yahoo.elide elide-graphql - 5.0.9-SNAPSHOT + 5.0.9 diff --git a/elide-core/pom.xml b/elide-core/pom.xml index edfec03928..991c213d29 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 diff --git a/elide-datastore/elide-datastore-aggregation/pom.xml b/elide-datastore/elide-datastore-aggregation/pom.xml index d45b4f7d8a..558b2ecfdf 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -46,31 +46,31 @@ com.yahoo.elide elide-core - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-datastore-jpa - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-graphql - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-datastore-multiplex - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-model-config - 5.0.9-SNAPSHOT + 5.0.9 @@ -186,7 +186,7 @@ com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test test-jar diff --git a/elide-datastore/elide-datastore-hibernate/pom.xml b/elide-datastore/elide-datastore-hibernate/pom.xml index ffbcbd1bf4..31e03faf08 100644 --- a/elide-datastore/elide-datastore-hibernate/pom.xml +++ b/elide-datastore/elide-datastore-hibernate/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-datastore-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test-jar test diff --git a/elide-datastore/elide-datastore-hibernate3/pom.xml b/elide-datastore/elide-datastore-hibernate3/pom.xml index 96b1a6d002..875c0a14fc 100644 --- a/elide-datastore/elide-datastore-hibernate3/pom.xml +++ b/elide-datastore/elide-datastore-hibernate3/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-datastore-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -52,19 +52,19 @@ com.yahoo.elide elide-datastore-hibernate - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-datastore-hibernate - 5.0.9-SNAPSHOT + 5.0.9 test-jar test com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test-jar test diff --git a/elide-datastore/elide-datastore-hibernate5/pom.xml b/elide-datastore/elide-datastore-hibernate5/pom.xml index 573392e93f..a59e756d1b 100644 --- a/elide-datastore/elide-datastore-hibernate5/pom.xml +++ b/elide-datastore/elide-datastore-hibernate5/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-datastore-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 excludeOnHibernate5 @@ -51,19 +51,19 @@ com.yahoo.elide elide-datastore-hibernate - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-datastore-hibernate - 5.0.9-SNAPSHOT + 5.0.9 test-jar test com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test-jar test diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index 6ce94c4a3c..a217d1378d 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -52,7 +52,7 @@ com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test-jar test diff --git a/elide-datastore/elide-datastore-jms/pom.xml b/elide-datastore/elide-datastore-jms/pom.xml index a75e2bcc61..1a5200346c 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index 2a33f23e50..f0b9c59a83 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 5.0.9-SNAPSHOT + 5.0.9 @@ -74,7 +74,7 @@ com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index ae1579a50e..b0b7dfefd9 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -47,19 +47,19 @@ com.yahoo.elide elide-datastore-inmemorydb - 5.0.9-SNAPSHOT + 5.0.9 test com.yahoo.elide elide-datastore-hibernate5 - 5.0.9-SNAPSHOT + 5.0.9 test com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test-jar test diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index 615e9cbeaf..0f774be274 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 90be535d17..b250fd2bc4 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -67,7 +67,7 @@ com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test-jar test @@ -75,7 +75,7 @@ com.yahoo.elide elide-datastore-jpa - 5.0.9-SNAPSHOT + 5.0.9 test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index 44b0767481..45778aac34 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -61,7 +61,7 @@ com.yahoo.elide elide-core - 5.0.9-SNAPSHOT + 5.0.9 org.hibernate diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index aaa731a6aa..9c560898f4 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 com.yahoo.elide elide-core - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-test-helpers - 5.0.9-SNAPSHOT + 5.0.9 com.fasterxml.jackson.core diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index 9b26c71a38..0114c58e63 100644 --- a/elide-integration-tests/pom.xml +++ b/elide-integration-tests/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -25,7 +25,7 @@ - 5.0.9-SNAPSHOT + 5.0.9 diff --git a/elide-model-config/pom.xml b/elide-model-config/pom.xml index acfcd9836d..ea1c61f3d9 100644 --- a/elide-model-config/pom.xml +++ b/elide-model-config/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -52,7 +52,7 @@ com.yahoo.elide elide-core - 5.0.9-SNAPSHOT + 5.0.9 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 b77eefa631..2b980d4cf6 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -50,49 +50,49 @@ com.yahoo.elide elide-core - 5.0.9-SNAPSHOT + 5.0.9 true com.yahoo.elide elide-graphql - 5.0.9-SNAPSHOT + 5.0.9 true com.yahoo.elide elide-datastore-aggregation - 5.0.9-SNAPSHOT + 5.0.9 true com.yahoo.elide elide-datastore-jpa - 5.0.9-SNAPSHOT + 5.0.9 true com.yahoo.elide elide-swagger - 5.0.9-SNAPSHOT + 5.0.9 true com.yahoo.elide elide-async - 5.0.9-SNAPSHOT + 5.0.9 true com.yahoo.elide elide-model-config - 5.0.9-SNAPSHOT + 5.0.9 true @@ -175,7 +175,7 @@ com.yahoo.elide elide-test-helpers - 5.0.9-SNAPSHOT + 5.0.9 test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index 3cc81be469..1f69f6fabd 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 - 5.0.9-SNAPSHOT + 5.0.9 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -44,43 +44,43 @@ com.yahoo.elide elide-core - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-graphql - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-datastore-jpa - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-datastore-aggregation - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-swagger - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-async - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-spring-boot-autoconfigure - 5.0.9-SNAPSHOT + 5.0.9 diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index 4aa9d20f65..eb6ed9a15e 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index 654693ae44..1a82083bef 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 @@ -59,34 +59,34 @@ com.yahoo.elide elide-datastore-aggregation - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-datastore-jpa - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-graphql - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-swagger - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-async - 5.0.9-SNAPSHOT + 5.0.9 com.yahoo.elide elide-model-config - 5.0.9-SNAPSHOT + 5.0.9 @@ -199,7 +199,7 @@ com.yahoo.elide elide-test-helpers - 5.0.9-SNAPSHOT + 5.0.9 test diff --git a/elide-swagger/pom.xml b/elide-swagger/pom.xml index ff00cce2b8..9490257509 100644 --- a/elide-swagger/pom.xml +++ b/elide-swagger/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 com.yahoo.elide elide-core - 5.0.9-SNAPSHOT + 5.0.9 @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 5.0.9-SNAPSHOT + 5.0.9 test-jar test diff --git a/elide-test/pom.xml b/elide-test/pom.xml index b04e0daf87..311f6d7de7 100644 --- a/elide-test/pom.xml +++ b/elide-test/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 5.0.9-SNAPSHOT + 5.0.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 5.0.9 diff --git a/pom.xml b/pom.xml index 62f3d0b270..0519f26364 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 5.0.9-SNAPSHOT + 5.0.9 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 + 5.0.9