From 981dbc660b3f7573849e844e1c327fb94cc1b77e Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Thu, 13 May 2021 14:17:35 -0500 Subject: [PATCH] [maven-release-plugin] prepare release 4.7.1 --- elide-annotations/pom.xml | 4 ++-- elide-contrib/elide-swagger/pom.xml | 8 ++++---- elide-contrib/elide-test-helpers/pom.xml | 4 ++-- elide-contrib/pom.xml | 6 +++--- elide-core/pom.xml | 4 ++-- .../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-jpa/pom.xml | 8 ++++---- .../elide-datastore-multiplex/pom.xml | 10 +++++----- elide-datastore/elide-datastore-noop/pom.xml | 4 ++-- elide-datastore/elide-datastore-search/pom.xml | 8 ++++---- elide-datastore/pom.xml | 6 +++--- elide-example-models/pom.xml | 4 ++-- .../elide-blog-example-resteasy/pom.xml | 6 +++--- elide-example/elide-blog-example/pom.xml | 10 +++++----- .../elide-hibernate3-mysql-example/pom.xml | 6 +++--- elide-example/pom.xml | 6 +++--- elide-graphql/pom.xml | 8 ++++---- elide-integration-tests/pom.xml | 4 ++-- .../elide-spring-boot-autoconfigure/pom.xml | 16 ++++++++-------- elide-spring/elide-spring-boot-starter/pom.xml | 16 ++++++++-------- elide-spring/pom.xml | 4 ++-- elide-standalone/pom.xml | 12 ++++++------ pom.xml | 8 ++++---- 26 files changed, 97 insertions(+), 97 deletions(-) diff --git a/elide-annotations/pom.xml b/elide-annotations/pom.xml index 63255d142a..aa48e977cb 100644 --- a/elide-annotations/pom.xml +++ b/elide-annotations/pom.xml @@ -9,7 +9,7 @@ com.yahoo.elide elide-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 diff --git a/elide-contrib/elide-swagger/pom.xml b/elide-contrib/elide-swagger/pom.xml index 008d378422..44ecd85295 100644 --- a/elide-contrib/elide-swagger/pom.xml +++ b/elide-contrib/elide-swagger/pom.xml @@ -14,7 +14,7 @@ elide-contrib-parent-pom com.yahoo.elide - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 4.7.1-SNAPSHOT + 4.7.1 test-jar test diff --git a/elide-contrib/elide-test-helpers/pom.xml b/elide-contrib/elide-test-helpers/pom.xml index 950dbeba9a..4770e5df6f 100644 --- a/elide-contrib/elide-test-helpers/pom.xml +++ b/elide-contrib/elide-test-helpers/pom.xml @@ -14,7 +14,7 @@ elide-contrib-parent-pom com.yahoo.elide - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 diff --git a/elide-contrib/pom.xml b/elide-contrib/pom.xml index 92128a7014..b48fb6220c 100644 --- a/elide-contrib/pom.xml +++ b/elide-contrib/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -53,7 +53,7 @@ com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 diff --git a/elide-core/pom.xml b/elide-core/pom.xml index cebd436ac6..02057d5a4e 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 diff --git a/elide-datastore/elide-datastore-hibernate/pom.xml b/elide-datastore/elide-datastore-hibernate/pom.xml index 293a58b622..e0c69ec526 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 4.7.1-SNAPSHOT + 4.7.1 test-jar test diff --git a/elide-datastore/elide-datastore-hibernate3/pom.xml b/elide-datastore/elide-datastore-hibernate3/pom.xml index e6d0147ecc..1f7dd0d14b 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -52,19 +52,19 @@ com.yahoo.elide elide-datastore-hibernate - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-datastore-hibernate - 4.7.1-SNAPSHOT + 4.7.1 test-jar test com.yahoo.elide elide-integration-tests - 4.7.1-SNAPSHOT + 4.7.1 test-jar test diff --git a/elide-datastore/elide-datastore-hibernate5/pom.xml b/elide-datastore/elide-datastore-hibernate5/pom.xml index c340a578d2..dafd1f0758 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 excludeOnHibernate5 @@ -51,19 +51,19 @@ com.yahoo.elide elide-datastore-hibernate - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-datastore-hibernate - 4.7.1-SNAPSHOT + 4.7.1 test-jar test com.yahoo.elide elide-integration-tests - 4.7.1-SNAPSHOT + 4.7.1 test-jar test diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index 63ed484d6a..52b97a1909 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -51,7 +51,7 @@ com.yahoo.elide elide-integration-tests - 4.7.1-SNAPSHOT + 4.7.1 test-jar test diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index fd7b034c11..3064475458 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 4.7.1-SNAPSHOT + 4.7.1 @@ -75,7 +75,7 @@ com.yahoo.elide elide-integration-tests - 4.7.1-SNAPSHOT + 4.7.1 test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index 48790ce56a..fdf7f68c40 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -47,19 +47,19 @@ com.yahoo.elide elide-datastore-inmemorydb - 4.7.1-SNAPSHOT + 4.7.1 test com.yahoo.elide elide-datastore-hibernate5 - 4.7.1-SNAPSHOT + 4.7.1 test com.yahoo.elide elide-integration-tests - 4.7.1-SNAPSHOT + 4.7.1 test-jar test diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index de16cf5383..35f4921671 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 5c53653b03..f61198c930 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -67,7 +67,7 @@ com.yahoo.elide elide-integration-tests - 4.7.1-SNAPSHOT + 4.7.1 test-jar test @@ -75,7 +75,7 @@ com.yahoo.elide elide-datastore-jpa - 4.7.1-SNAPSHOT + 4.7.1 test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index 403ad19792..ff212bfe0c 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -59,7 +59,7 @@ com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 org.hibernate diff --git a/elide-example-models/pom.xml b/elide-example-models/pom.xml index 61be89c08a..565d067a0c 100644 --- a/elide-example-models/pom.xml +++ b/elide-example-models/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.7.1-SNAPSHOT + 4.7.1 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 diff --git a/elide-example/elide-blog-example-resteasy/pom.xml b/elide-example/elide-blog-example-resteasy/pom.xml index 1158f5cc7b..7520d68560 100644 --- a/elide-example/elide-blog-example-resteasy/pom.xml +++ b/elide-example/elide-blog-example-resteasy/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-example-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -46,12 +46,12 @@ com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-datastore-hibernate5 - 4.7.1-SNAPSHOT + 4.7.1 diff --git a/elide-example/elide-blog-example/pom.xml b/elide-example/elide-blog-example/pom.xml index 66b145083d..1d530e5072 100644 --- a/elide-example/elide-blog-example/pom.xml +++ b/elide-example/elide-blog-example/pom.xml @@ -10,7 +10,7 @@ Elide Example: Hibernate5 API with Security Elide example using javax.persistence, MySQL and Elide Security com.yahoo.elide - 4.7.1-SNAPSHOT + 4.7.1 https://github.com/yahoo/elide @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -59,17 +59,17 @@ com.yahoo.elide elide-annotations - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-standalone - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-test-helpers - 4.7.1-SNAPSHOT + 4.7.1 org.antlr diff --git a/elide-example/elide-hibernate3-mysql-example/pom.xml b/elide-example/elide-hibernate3-mysql-example/pom.xml index 00f59f7544..8bf9df9c35 100644 --- a/elide-example/elide-hibernate3-mysql-example/pom.xml +++ b/elide-example/elide-hibernate3-mysql-example/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-example-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -25,12 +25,12 @@ com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-datastore-hibernate3 - 4.7.1-SNAPSHOT + 4.7.1 diff --git a/elide-example/pom.xml b/elide-example/pom.xml index c5b7890386..16b404ce8d 100644 --- a/elide-example/pom.xml +++ b/elide-example/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -48,7 +48,7 @@ com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 org.apache.logging.log4j diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index b213414c7c..cee0062605 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-test-helpers - 4.7.1-SNAPSHOT + 4.7.1 com.fasterxml.jackson.core diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index 624df11a09..c072693df7 100644 --- a/elide-integration-tests/pom.xml +++ b/elide-integration-tests/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -25,7 +25,7 @@ - 4.7.1-SNAPSHOT + 4.7.1 diff --git a/elide-spring/elide-spring-boot-autoconfigure/pom.xml b/elide-spring/elide-spring-boot-autoconfigure/pom.xml index 7e50be6191..8ccb7ab07b 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -50,35 +50,35 @@ com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 true com.yahoo.elide elide-graphql - 4.7.1-SNAPSHOT + 4.7.1 true com.yahoo.elide elide-annotations - 4.7.1-SNAPSHOT + 4.7.1 true com.yahoo.elide elide-datastore-jpa - 4.7.1-SNAPSHOT + 4.7.1 true com.yahoo.elide elide-swagger - 4.7.1-SNAPSHOT + 4.7.1 true @@ -141,7 +141,7 @@ com.yahoo.elide elide-test-helpers - 4.7.1-SNAPSHOT + 4.7.1 test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index 991b07b44e..19ff4a5d53 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 - 4.7.1-SNAPSHOT + 4.7.1 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -44,37 +44,37 @@ com.yahoo.elide elide-core - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-graphql - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-annotations - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-datastore-jpa - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-swagger - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-spring-boot-autoconfigure - 4.7.1-SNAPSHOT + 4.7.1 diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index 5295c1f5bb..a50524aabb 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.7.1-SNAPSHOT + 4.7.1 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index 8596255038..c093bd4410 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 4.7.1 @@ -59,17 +59,17 @@ com.yahoo.elide elide-datastore-jpa - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-graphql - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-swagger - 4.7.1-SNAPSHOT + 4.7.1 @@ -187,7 +187,7 @@ com.yahoo.elide elide-test-helpers - 4.7.1-SNAPSHOT + 4.7.1 test diff --git a/pom.xml b/pom.xml index 1db4236388..7a74711b3f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 4.7.1-SNAPSHOT + 4.7.1 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 + 4.7.1 @@ -114,12 +114,12 @@ com.yahoo.elide elide-annotations - 4.7.1-SNAPSHOT + 4.7.1 com.yahoo.elide elide-example-models - 4.7.1-SNAPSHOT + 4.7.1 org.projectlombok