From 635ea8d7e4ff5e24f9918b41cd15550ccc453d7a Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Fri, 10 Jun 2022 22:58:27 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 6.1.6 --- 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 c4054bcb70..3a87139b0f 100644 --- a/elide-async/pom.xml +++ b/elide-async/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 6.1.6-SNAPSHOT + 6.1.6 @@ -40,14 +40,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 com.yahoo.elide elide-graphql - 6.1.6-SNAPSHOT + 6.1.6 diff --git a/elide-core/pom.xml b/elide-core/pom.xml index fe6fa2c966..5e2119ad0a 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 6.1.6-SNAPSHOT + 6.1.6 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 diff --git a/elide-datastore/elide-datastore-aggregation/pom.xml b/elide-datastore/elide-datastore-aggregation/pom.xml index df2d8ee80e..7474366565 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -47,31 +47,31 @@ com.yahoo.elide elide-core - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-datastore-jpa - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-graphql - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-datastore-multiplex - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-model-config - 6.1.6-SNAPSHOT + 6.1.6 @@ -191,7 +191,7 @@ com.yahoo.elide elide-integration-tests - 6.1.6-SNAPSHOT + 6.1.6 test test-jar diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index 71b6e053c1..42d797b2a4 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -52,7 +52,7 @@ com.yahoo.elide elide-integration-tests - 6.1.6-SNAPSHOT + 6.1.6 test-jar test diff --git a/elide-datastore/elide-datastore-jms/pom.xml b/elide-datastore/elide-datastore-jms/pom.xml index 526b31ed36..cf53ff2072 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index e1d9a015fb..83f52df288 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 6.1.6-SNAPSHOT + 6.1.6 @@ -74,7 +74,7 @@ com.yahoo.elide elide-integration-tests - 6.1.6-SNAPSHOT + 6.1.6 test-jar test diff --git a/elide-datastore/elide-datastore-jpql/pom.xml b/elide-datastore/elide-datastore-jpql/pom.xml index c25bcd07f3..1da3e30ba9 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 6.1.6-SNAPSHOT + 6.1.6 test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index e8dcc48906..6bb94960ad 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index 6cc278b802..c88cf3e725 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 52d28aeae7..fbd9f8aa0d 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -67,7 +67,7 @@ com.yahoo.elide elide-integration-tests - 6.1.6-SNAPSHOT + 6.1.6 test-jar test @@ -75,7 +75,7 @@ com.yahoo.elide elide-datastore-jpa - 6.1.6-SNAPSHOT + 6.1.6 test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index 8c3b0b46f8..54ef4729d9 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -59,17 +59,17 @@ com.yahoo.elide elide-core - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-graphql - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-test-helpers - 6.1.6-SNAPSHOT + 6.1.6 org.hibernate diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index 86b3440e7f..5401378d75 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 6.1.6-SNAPSHOT + 6.1.6 @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 com.yahoo.elide elide-core - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-test-helpers - 6.1.6-SNAPSHOT + 6.1.6 com.fasterxml.jackson.core diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index f06cd06ae1..b6a4d7a025 100644 --- a/elide-integration-tests/pom.xml +++ b/elide-integration-tests/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 6.1.6-SNAPSHOT + 6.1.6 @@ -25,7 +25,7 @@ - 6.1.6-SNAPSHOT + 6.1.6 diff --git a/elide-model-config/pom.xml b/elide-model-config/pom.xml index b8c70bdf18..dd0876a245 100644 --- a/elide-model-config/pom.xml +++ b/elide-model-config/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -52,7 +52,7 @@ com.yahoo.elide elide-core - 6.1.6-SNAPSHOT + 6.1.6 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 524e1e85be..ff19beba70 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -48,56 +48,56 @@ com.yahoo.elide elide-core - 6.1.6-SNAPSHOT + 6.1.6 true com.yahoo.elide elide-graphql - 6.1.6-SNAPSHOT + 6.1.6 true com.yahoo.elide elide-datastore-aggregation - 6.1.6-SNAPSHOT + 6.1.6 true com.yahoo.elide elide-datastore-jpa - 6.1.6-SNAPSHOT + 6.1.6 true com.yahoo.elide elide-datastore-jms - 6.1.6-SNAPSHOT + 6.1.6 true com.yahoo.elide elide-swagger - 6.1.6-SNAPSHOT + 6.1.6 true com.yahoo.elide elide-async - 6.1.6-SNAPSHOT + 6.1.6 true com.yahoo.elide elide-model-config - 6.1.6-SNAPSHOT + 6.1.6 true @@ -186,7 +186,7 @@ com.yahoo.elide elide-test-helpers - 6.1.6-SNAPSHOT + 6.1.6 test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index e50178cc1d..df45c38847 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 - 6.1.6-SNAPSHOT + 6.1.6 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -44,49 +44,49 @@ com.yahoo.elide elide-core - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-graphql - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-datastore-jpa - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-datastore-aggregation - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-datastore-jms - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-swagger - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-async - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-spring-boot-autoconfigure - 6.1.6-SNAPSHOT + 6.1.6 diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index 66a7c2c8b8..c400f33bbd 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index 9e34eb43af..ff90c3ae07 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 6.1.6-SNAPSHOT + 6.1.6 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 @@ -56,39 +56,39 @@ com.yahoo.elide elide-datastore-aggregation - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-datastore-jpa - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-datastore-jms - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-graphql - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-swagger - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-async - 6.1.6-SNAPSHOT + 6.1.6 com.yahoo.elide elide-model-config - 6.1.6-SNAPSHOT + 6.1.6 @@ -220,7 +220,7 @@ com.yahoo.elide elide-test-helpers - 6.1.6-SNAPSHOT + 6.1.6 test diff --git a/elide-swagger/pom.xml b/elide-swagger/pom.xml index a2112e3463..13053de22c 100644 --- a/elide-swagger/pom.xml +++ b/elide-swagger/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 com.yahoo.elide elide-core - 6.1.6-SNAPSHOT + 6.1.6 @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 6.1.6-SNAPSHOT + 6.1.6 test-jar test diff --git a/elide-test/pom.xml b/elide-test/pom.xml index a84abe7602..a777a41c8a 100644 --- a/elide-test/pom.xml +++ b/elide-test/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 6.1.6-SNAPSHOT + 6.1.6 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.6 diff --git a/pom.xml b/pom.xml index 71cc6a6ea8..2b6eabe23b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 6.1.6-SNAPSHOT + 6.1.6 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 + 6.1.6