From 279c86bae73eebab7462d7d932cfbf3a7bb53cad Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Thu, 19 Dec 2019 09:53:24 -0600 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- 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 | 18 +++++++++--------- elide-spring/elide-spring-boot-starter/pom.xml | 18 +++++++++--------- elide-spring/pom.xml | 4 ++-- elide-standalone/pom.xml | 14 +++++++------- pom.xml | 8 ++++---- 26 files changed, 100 insertions(+), 100 deletions(-) diff --git a/elide-annotations/pom.xml b/elide-annotations/pom.xml index 24749c2f9b..5921f9e30b 100644 --- a/elide-annotations/pom.xml +++ b/elide-annotations/pom.xml @@ -9,7 +9,7 @@ com.yahoo.elide elide-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD diff --git a/elide-contrib/elide-swagger/pom.xml b/elide-contrib/elide-swagger/pom.xml index 8e00e66fdd..f5b2fdec97 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.5.9 + 4.5.10-SNAPSHOT @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 4.5.9 + 4.5.10-SNAPSHOT test-jar test diff --git a/elide-contrib/elide-test-helpers/pom.xml b/elide-contrib/elide-test-helpers/pom.xml index 9c18064c1d..1f4c77f48e 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.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD diff --git a/elide-contrib/pom.xml b/elide-contrib/pom.xml index 919febc0d0..4406af8448 100644 --- a/elide-contrib/pom.xml +++ b/elide-contrib/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -53,7 +53,7 @@ com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT diff --git a/elide-core/pom.xml b/elide-core/pom.xml index 4f3279a70c..8241c0f2dd 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD diff --git a/elide-datastore/elide-datastore-hibernate/pom.xml b/elide-datastore/elide-datastore-hibernate/pom.xml index 23acfc735f..6e6d61e0ca 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.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 4.5.9 + 4.5.10-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-hibernate3/pom.xml b/elide-datastore/elide-datastore-hibernate3/pom.xml index b37ac43cd3..32584b0726 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.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -51,19 +51,19 @@ com.yahoo.elide elide-datastore-hibernate - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-datastore-hibernate - 4.5.9 + 4.5.10-SNAPSHOT test-jar test com.yahoo.elide elide-integration-tests - 4.5.9 + 4.5.10-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-hibernate5/pom.xml b/elide-datastore/elide-datastore-hibernate5/pom.xml index fe496e369d..414f6a502b 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.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -47,19 +47,19 @@ com.yahoo.elide elide-datastore-hibernate - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-datastore-hibernate - 4.5.9 + 4.5.10-SNAPSHOT test-jar test com.yahoo.elide elide-integration-tests - 4.5.9 + 4.5.10-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index aaf60ff427..a66ad0e344 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.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -51,7 +51,7 @@ com.yahoo.elide elide-integration-tests - 4.5.9 + 4.5.10-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index 23f549fac0..261b2d0213 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.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -51,7 +51,7 @@ com.yahoo.elide elide-datastore-hibernate - 4.5.9 + 4.5.10-SNAPSHOT @@ -74,7 +74,7 @@ com.yahoo.elide elide-integration-tests - 4.5.9 + 4.5.10-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index 63d03bb6d1..8cde3ad011 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.5.9 + 4.5.10-SNAPSHOT @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -47,19 +47,19 @@ com.yahoo.elide elide-datastore-inmemorydb - 4.5.9 + 4.5.10-SNAPSHOT test com.yahoo.elide elide-datastore-hibernate5 - 4.5.9 + 4.5.10-SNAPSHOT test com.yahoo.elide elide-integration-tests - 4.5.9 + 4.5.10-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index 36bdd43679..adf3ed0b1b 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.5.9 + 4.5.10-SNAPSHOT @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 3728ad4566..14635ce19e 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.5.9 + 4.5.10-SNAPSHOT @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -57,7 +57,7 @@ com.yahoo.elide elide-integration-tests - 4.5.9 + 4.5.10-SNAPSHOT test-jar test @@ -65,7 +65,7 @@ com.yahoo.elide elide-datastore-jpa - 4.5.9 + 4.5.10-SNAPSHOT test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index 19a5edce06..9a64a85c12 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -59,7 +59,7 @@ com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT org.hibernate diff --git a/elide-example-models/pom.xml b/elide-example-models/pom.xml index 75cc17dc6b..ee094100f4 100644 --- a/elide-example-models/pom.xml +++ b/elide-example-models/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.5.9 + 4.5.10-SNAPSHOT @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD diff --git a/elide-example/elide-blog-example-resteasy/pom.xml b/elide-example/elide-blog-example-resteasy/pom.xml index 2889ee4bda..a71bdc1f5a 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.5.9 + 4.5.10-SNAPSHOT @@ -52,12 +52,12 @@ com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-datastore-hibernate5 - 4.5.9 + 4.5.10-SNAPSHOT diff --git a/elide-example/elide-blog-example/pom.xml b/elide-example/elide-blog-example/pom.xml index d09ba9d21b..68c72728e4 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.5.9 + 4.5.10-SNAPSHOT https://github.com/yahoo/elide @@ -45,7 +45,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -59,17 +59,17 @@ com.yahoo.elide elide-annotations - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-standalone - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-test-helpers - 4.5.9 + 4.5.10-SNAPSHOT org.antlr diff --git a/elide-example/elide-hibernate3-mysql-example/pom.xml b/elide-example/elide-hibernate3-mysql-example/pom.xml index 38e6e11aa1..59dc7269da 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.5.9 + 4.5.10-SNAPSHOT @@ -25,12 +25,12 @@ com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-datastore-hibernate3 - 4.5.9 + 4.5.10-SNAPSHOT diff --git a/elide-example/pom.xml b/elide-example/pom.xml index 3c329e975d..31b83d6c47 100644 --- a/elide-example/pom.xml +++ b/elide-example/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -48,7 +48,7 @@ com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT org.apache.logging.log4j diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index 1eca081a1a..661f878978 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-test-helpers - 4.5.9 + 4.5.10-SNAPSHOT com.fasterxml.jackson.core diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index 794fa64ef7..14bb0ca9e1 100644 --- a/elide-integration-tests/pom.xml +++ b/elide-integration-tests/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -25,7 +25,7 @@ - 4.5.9 + 4.5.10-SNAPSHOT diff --git a/elide-spring/elide-spring-boot-autoconfigure/pom.xml b/elide-spring/elide-spring-boot-autoconfigure/pom.xml index 8d2ea1d86e..73b29d8d8d 100644 --- a/elide-spring/elide-spring-boot-autoconfigure/pom.xml +++ b/elide-spring/elide-spring-boot-autoconfigure/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.yahoo.elide elide-spring-boot-autoconfigure - 4.5.9 + 4.5.10-SNAPSHOT jar Elide Spring Boot Autoconfigure Elide Spring Boot Autoconfigure @@ -10,7 +10,7 @@ com.yahoo.elide elide-spring-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -36,7 +36,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -54,35 +54,35 @@ com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT true com.yahoo.elide elide-graphql - 4.5.9 + 4.5.10-SNAPSHOT true com.yahoo.elide elide-annotations - 4.5.9 + 4.5.10-SNAPSHOT true com.yahoo.elide elide-datastore-jpa - 4.5.9 + 4.5.10-SNAPSHOT true com.yahoo.elide elide-swagger - 4.5.9 + 4.5.10-SNAPSHOT true @@ -121,7 +121,7 @@ com.yahoo.elide elide-test-helpers - 4.5.9 + 4.5.10-SNAPSHOT test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index 5c72f0939d..fc8fa8476b 100644 --- a/elide-spring/elide-spring-boot-starter/pom.xml +++ b/elide-spring/elide-spring-boot-starter/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.yahoo.elide elide-spring-boot-starter - 4.5.9 + 4.5.10-SNAPSHOT jar Elide Spring Boot Starter Elide Spring Boot Starter @@ -10,7 +10,7 @@ com.yahoo.elide elide-spring-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -36,7 +36,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -50,31 +50,31 @@ com.yahoo.elide elide-core - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-graphql - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-annotations - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-datastore-jpa - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-swagger - 4.5.9 + 4.5.10-SNAPSHOT @@ -97,7 +97,7 @@ com.yahoo.elide elide-spring-boot-autoconfigure - 4.5.9 + 4.5.10-SNAPSHOT diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index 06cec81067..d74bd65154 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.5.9 + 4.5.10-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index 1a3df77553..b2f1d48cf6 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-standalone - 4.5.9 + 4.5.10-SNAPSHOT jar Elide Standalone Elide Standalone Application @@ -16,7 +16,7 @@ com.yahoo.elide elide-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT @@ -42,7 +42,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -61,17 +61,17 @@ com.yahoo.elide elide-datastore-jpa - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-graphql - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-swagger - 4.5.9 + 4.5.10-SNAPSHOT @@ -201,7 +201,7 @@ com.yahoo.elide elide-test-helpers - 4.5.9 + 4.5.10-SNAPSHOT test diff --git a/pom.xml b/pom.xml index d8abea05e1..f57cb24b6b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 4.5.9 + 4.5.10-SNAPSHOT pom Elide: Parent Pom Parent pom for Elide project @@ -59,7 +59,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.5.9 + HEAD @@ -102,12 +102,12 @@ com.yahoo.elide elide-annotations - 4.5.9 + 4.5.10-SNAPSHOT com.yahoo.elide elide-example-models - 4.5.9 + 4.5.10-SNAPSHOT org.projectlombok