From f492cec5057cf7ceeb0702fdef6882a806e5c46c Mon Sep 17 00:00:00 2001 From: Aaron Klish Date: Sun, 12 Apr 2020 21:10:43 -0500 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 07a36ddc9a..2d04f5b4b6 100644 --- a/elide-annotations/pom.xml +++ b/elide-annotations/pom.xml @@ -9,7 +9,7 @@ com.yahoo.elide elide-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD diff --git a/elide-contrib/elide-swagger/pom.xml b/elide-contrib/elide-swagger/pom.xml index 4205277bf7..411c6a8106 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.6.0 + 4.6.1-SNAPSHOT @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 4.6.0 + 4.6.1-SNAPSHOT test-jar test diff --git a/elide-contrib/elide-test-helpers/pom.xml b/elide-contrib/elide-test-helpers/pom.xml index ff83af6721..ffb5a6562a 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.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD diff --git a/elide-contrib/pom.xml b/elide-contrib/pom.xml index 1254cd79f8..014d709d9f 100644 --- a/elide-contrib/pom.xml +++ b/elide-contrib/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -53,7 +53,7 @@ com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT diff --git a/elide-core/pom.xml b/elide-core/pom.xml index 0428cee88a..365fca2ef5 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD diff --git a/elide-datastore/elide-datastore-hibernate/pom.xml b/elide-datastore/elide-datastore-hibernate/pom.xml index 615b31253b..70cd4352e5 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.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 4.6.0 + 4.6.1-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-hibernate3/pom.xml b/elide-datastore/elide-datastore-hibernate3/pom.xml index 29e0b41643..438eabf6ab 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.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -52,19 +52,19 @@ com.yahoo.elide elide-datastore-hibernate - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-datastore-hibernate - 4.6.0 + 4.6.1-SNAPSHOT test-jar test com.yahoo.elide elide-integration-tests - 4.6.0 + 4.6.1-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-hibernate5/pom.xml b/elide-datastore/elide-datastore-hibernate5/pom.xml index bfae23b346..638e7b179f 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.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD emptyOnAttributeCollection @@ -51,19 +51,19 @@ com.yahoo.elide elide-datastore-hibernate - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-datastore-hibernate - 4.6.0 + 4.6.1-SNAPSHOT test-jar test com.yahoo.elide elide-integration-tests - 4.6.0 + 4.6.1-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index 2d4cb1952a..a0bd351893 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.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -51,7 +51,7 @@ com.yahoo.elide elide-integration-tests - 4.6.0 + 4.6.1-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index 2d9e8c3cfa..f596b3623a 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.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 4.6.0 + 4.6.1-SNAPSHOT @@ -75,7 +75,7 @@ com.yahoo.elide elide-integration-tests - 4.6.0 + 4.6.1-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index c0597016ba..300d4cebd9 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.6.0 + 4.6.1-SNAPSHOT @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -47,19 +47,19 @@ com.yahoo.elide elide-datastore-inmemorydb - 4.6.0 + 4.6.1-SNAPSHOT test com.yahoo.elide elide-datastore-hibernate5 - 4.6.0 + 4.6.1-SNAPSHOT test com.yahoo.elide elide-integration-tests - 4.6.0 + 4.6.1-SNAPSHOT test-jar test diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index 24612e4e1f..d8ca77f1ba 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.6.0 + 4.6.1-SNAPSHOT @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index c163e27a2a..bdfa4348a1 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.6.0 + 4.6.1-SNAPSHOT @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -57,7 +57,7 @@ com.yahoo.elide elide-integration-tests - 4.6.0 + 4.6.1-SNAPSHOT test-jar test @@ -65,7 +65,7 @@ com.yahoo.elide elide-datastore-jpa - 4.6.0 + 4.6.1-SNAPSHOT test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index 1a095a452d..9b5b9f7334 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -59,7 +59,7 @@ com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT org.hibernate diff --git a/elide-example-models/pom.xml b/elide-example-models/pom.xml index 5cf69fe288..e57bed8c65 100644 --- a/elide-example-models/pom.xml +++ b/elide-example-models/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.6.0 + 4.6.1-SNAPSHOT @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD diff --git a/elide-example/elide-blog-example-resteasy/pom.xml b/elide-example/elide-blog-example-resteasy/pom.xml index a755a67527..61948da556 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.6.0 + 4.6.1-SNAPSHOT @@ -52,12 +52,12 @@ com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-datastore-hibernate5 - 4.6.0 + 4.6.1-SNAPSHOT diff --git a/elide-example/elide-blog-example/pom.xml b/elide-example/elide-blog-example/pom.xml index 60b861de06..103df4699c 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.6.0 + 4.6.1-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.6.0 + HEAD @@ -59,17 +59,17 @@ com.yahoo.elide elide-annotations - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-standalone - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-test-helpers - 4.6.0 + 4.6.1-SNAPSHOT org.antlr diff --git a/elide-example/elide-hibernate3-mysql-example/pom.xml b/elide-example/elide-hibernate3-mysql-example/pom.xml index 27ba521a5f..77f46a5ba4 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.6.0 + 4.6.1-SNAPSHOT @@ -25,12 +25,12 @@ com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-datastore-hibernate3 - 4.6.0 + 4.6.1-SNAPSHOT diff --git a/elide-example/pom.xml b/elide-example/pom.xml index acf92c9f50..b4b2fbe158 100644 --- a/elide-example/pom.xml +++ b/elide-example/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -48,7 +48,7 @@ com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT org.apache.logging.log4j diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index 1033226763..e692c41c1b 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-test-helpers - 4.6.0 + 4.6.1-SNAPSHOT com.fasterxml.jackson.core diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index d2a3a917ad..4e4ea5ce8b 100644 --- a/elide-integration-tests/pom.xml +++ b/elide-integration-tests/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -25,7 +25,7 @@ - 4.6.0 + 4.6.1-SNAPSHOT diff --git a/elide-spring/elide-spring-boot-autoconfigure/pom.xml b/elide-spring/elide-spring-boot-autoconfigure/pom.xml index d852743d6b..872d9131d7 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.6.0 + 4.6.1-SNAPSHOT jar Elide Spring Boot Autoconfigure Elide Spring Boot Autoconfigure @@ -10,7 +10,7 @@ com.yahoo.elide elide-spring-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -36,7 +36,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -54,35 +54,35 @@ com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT true com.yahoo.elide elide-graphql - 4.6.0 + 4.6.1-SNAPSHOT true com.yahoo.elide elide-annotations - 4.6.0 + 4.6.1-SNAPSHOT true com.yahoo.elide elide-datastore-jpa - 4.6.0 + 4.6.1-SNAPSHOT true com.yahoo.elide elide-swagger - 4.6.0 + 4.6.1-SNAPSHOT true @@ -151,7 +151,7 @@ com.yahoo.elide elide-test-helpers - 4.6.0 + 4.6.1-SNAPSHOT test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index 61e4b9e47c..a4d16a77bf 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.6.0 + 4.6.1-SNAPSHOT jar Elide Spring Boot Starter Elide Spring Boot Starter @@ -10,7 +10,7 @@ com.yahoo.elide elide-spring-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -36,7 +36,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -50,31 +50,31 @@ com.yahoo.elide elide-core - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-graphql - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-annotations - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-datastore-jpa - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-swagger - 4.6.0 + 4.6.1-SNAPSHOT @@ -97,7 +97,7 @@ com.yahoo.elide elide-spring-boot-autoconfigure - 4.6.0 + 4.6.1-SNAPSHOT diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index 51b904c8df..c8cd5be28b 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ elide-parent-pom com.yahoo.elide - 4.6.0 + 4.6.1-SNAPSHOT @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index 77e637b26f..21d995d83f 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-standalone - 4.6.0 + 4.6.1-SNAPSHOT jar Elide Standalone Elide Standalone Application @@ -16,7 +16,7 @@ com.yahoo.elide elide-parent-pom - 4.6.0 + 4.6.1-SNAPSHOT @@ -42,7 +42,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - 4.6.0 + HEAD @@ -61,17 +61,17 @@ com.yahoo.elide elide-datastore-jpa - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-graphql - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-swagger - 4.6.0 + 4.6.1-SNAPSHOT @@ -201,7 +201,7 @@ com.yahoo.elide elide-test-helpers - 4.6.0 + 4.6.1-SNAPSHOT test diff --git a/pom.xml b/pom.xml index 143f7bb65a..f3d482ae73 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 4.6.0 + 4.6.1-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.6.0 + HEAD @@ -103,12 +103,12 @@ com.yahoo.elide elide-annotations - 4.6.0 + 4.6.1-SNAPSHOT com.yahoo.elide elide-example-models - 4.6.0 + 4.6.1-SNAPSHOT org.projectlombok