From 3dcaabd9e7d72a2fe914b2671ae83b5db09f2b90 Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Tue, 8 Nov 2022 21:14:24 -0600 Subject: [PATCH] [maven-release-plugin] prepare release 6.1.9 --- 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 3cbaf82d8c..18b48cb660 100644 --- a/elide-async/pom.xml +++ b/elide-async/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 6.1.9-SNAPSHOT + 6.1.9 @@ -40,14 +40,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 com.yahoo.elide elide-graphql - 6.1.9-SNAPSHOT + 6.1.9 diff --git a/elide-core/pom.xml b/elide-core/pom.xml index 44de96bd38..e74ea65b84 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 6.1.9-SNAPSHOT + 6.1.9 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 diff --git a/elide-datastore/elide-datastore-aggregation/pom.xml b/elide-datastore/elide-datastore-aggregation/pom.xml index 9a0b65b40d..a6070d19bd 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.9-SNAPSHOT + 6.1.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -47,31 +47,31 @@ com.yahoo.elide elide-core - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-datastore-jpa - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-graphql - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-datastore-multiplex - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-model-config - 6.1.9-SNAPSHOT + 6.1.9 @@ -191,7 +191,7 @@ com.yahoo.elide elide-integration-tests - 6.1.9-SNAPSHOT + 6.1.9 test test-jar diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index abe7120083..cc068475e3 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.9-SNAPSHOT + 6.1.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -52,7 +52,7 @@ com.yahoo.elide elide-integration-tests - 6.1.9-SNAPSHOT + 6.1.9 test-jar test diff --git a/elide-datastore/elide-datastore-jms/pom.xml b/elide-datastore/elide-datastore-jms/pom.xml index b276f63870..056b9819b9 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.9-SNAPSHOT + 6.1.9 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index 802e970923..074ac8de9a 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.9-SNAPSHOT + 6.1.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 6.1.9-SNAPSHOT + 6.1.9 @@ -74,7 +74,7 @@ com.yahoo.elide elide-integration-tests - 6.1.9-SNAPSHOT + 6.1.9 test-jar test diff --git a/elide-datastore/elide-datastore-jpql/pom.xml b/elide-datastore/elide-datastore-jpql/pom.xml index bdf5325b06..097d6d99e7 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.9-SNAPSHOT + 6.1.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 6.1.9-SNAPSHOT + 6.1.9 test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index 960a3c36fd..99f0048b4a 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.9-SNAPSHOT + 6.1.9 @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index bbc844c5cb..a48bf53492 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.9-SNAPSHOT + 6.1.9 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 9de7178452..5d101b74a7 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.9-SNAPSHOT + 6.1.9 @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -67,7 +67,7 @@ com.yahoo.elide elide-integration-tests - 6.1.9-SNAPSHOT + 6.1.9 test-jar test @@ -75,7 +75,7 @@ com.yahoo.elide elide-datastore-jpa - 6.1.9-SNAPSHOT + 6.1.9 test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index 0123e98b90..d36e0f8c0c 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 6.1.9-SNAPSHOT + 6.1.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -59,17 +59,17 @@ com.yahoo.elide elide-core - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-graphql - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-test-helpers - 6.1.9-SNAPSHOT + 6.1.9 org.hibernate diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index f725a578fd..3972e4b9b8 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 6.1.9-SNAPSHOT + 6.1.9 @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 com.yahoo.elide elide-core - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-test-helpers - 6.1.9-SNAPSHOT + 6.1.9 com.fasterxml.jackson.core diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index 522ab54f26..a478665591 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.9-SNAPSHOT + 6.1.9 @@ -25,7 +25,7 @@ - 6.1.9-SNAPSHOT + 6.1.9 diff --git a/elide-model-config/pom.xml b/elide-model-config/pom.xml index aa5147edf9..0eb3a97878 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.9-SNAPSHOT + 6.1.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -52,7 +52,7 @@ com.yahoo.elide elide-core - 6.1.9-SNAPSHOT + 6.1.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 557ea3b885..daa880d936 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.9-SNAPSHOT + 6.1.9 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -48,56 +48,56 @@ com.yahoo.elide elide-core - 6.1.9-SNAPSHOT + 6.1.9 true com.yahoo.elide elide-graphql - 6.1.9-SNAPSHOT + 6.1.9 true com.yahoo.elide elide-datastore-aggregation - 6.1.9-SNAPSHOT + 6.1.9 true com.yahoo.elide elide-datastore-jpa - 6.1.9-SNAPSHOT + 6.1.9 true com.yahoo.elide elide-datastore-jms - 6.1.9-SNAPSHOT + 6.1.9 true com.yahoo.elide elide-swagger - 6.1.9-SNAPSHOT + 6.1.9 true com.yahoo.elide elide-async - 6.1.9-SNAPSHOT + 6.1.9 true com.yahoo.elide elide-model-config - 6.1.9-SNAPSHOT + 6.1.9 true @@ -186,7 +186,7 @@ com.yahoo.elide elide-test-helpers - 6.1.9-SNAPSHOT + 6.1.9 test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index e03ad67df1..4b6b65b13b 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.9-SNAPSHOT + 6.1.9 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -44,49 +44,49 @@ com.yahoo.elide elide-core - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-graphql - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-datastore-jpa - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-datastore-aggregation - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-datastore-jms - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-swagger - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-async - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-spring-boot-autoconfigure - 6.1.9-SNAPSHOT + 6.1.9 diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index d7a167fbd7..5c9e235597 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 6.1.9-SNAPSHOT + 6.1.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index 2c874ba1e0..af4d175881 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 6.1.9-SNAPSHOT + 6.1.9 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 @@ -56,39 +56,39 @@ com.yahoo.elide elide-datastore-aggregation - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-datastore-jpa - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-datastore-jms - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-graphql - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-swagger - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-async - 6.1.9-SNAPSHOT + 6.1.9 com.yahoo.elide elide-model-config - 6.1.9-SNAPSHOT + 6.1.9 @@ -241,7 +241,7 @@ com.yahoo.elide elide-test-helpers - 6.1.9-SNAPSHOT + 6.1.9 test diff --git a/elide-swagger/pom.xml b/elide-swagger/pom.xml index 5f7e8ec485..a3dae68b9a 100644 --- a/elide-swagger/pom.xml +++ b/elide-swagger/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 6.1.9-SNAPSHOT + 6.1.9 @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 com.yahoo.elide elide-core - 6.1.9-SNAPSHOT + 6.1.9 @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 6.1.9-SNAPSHOT + 6.1.9 test-jar test diff --git a/elide-test/pom.xml b/elide-test/pom.xml index 2725794923..f28d9928c7 100644 --- a/elide-test/pom.xml +++ b/elide-test/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 6.1.9-SNAPSHOT + 6.1.9 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 6.1.9 diff --git a/pom.xml b/pom.xml index cf78878cda..33177d3d72 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 6.1.9-SNAPSHOT + 6.1.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 + 6.1.9