diff --git a/elide-async/pom.xml b/elide-async/pom.xml index 48048f5863..5154f14d67 100644 --- a/elide-async/pom.xml +++ b/elide-async/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -40,14 +40,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 com.yahoo.elide elide-graphql - 7.0.0-pr7-SNAPSHOT + 7.0.0 diff --git a/elide-bom/pom.xml b/elide-bom/pom.xml index 6fbc41ec2b..25a77c0960 100644 --- a/elide-bom/pom.xml +++ b/elide-bom/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -43,87 +43,87 @@ com.yahoo.elide elide-async - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-core - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-aggregation - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-hibernate - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-inmemorydb - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-jms - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-jpa - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-multiplex - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-noop - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-search - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-graphql - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-model-config - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-spring-boot-autoconfigure - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-spring-boot-starter - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-standalone - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-swagger - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-test-helpers - 7.0.0-pr7-SNAPSHOT + 7.0.0 diff --git a/elide-core/pom.xml b/elide-core/pom.xml index 49697bcf4c..2343e80a1b 100644 --- a/elide-core/pom.xml +++ b/elide-core/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 diff --git a/elide-datastore/elide-datastore-aggregation/pom.xml b/elide-datastore/elide-datastore-aggregation/pom.xml index f863863175..3fc202601e 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -50,7 +50,7 @@ com.yahoo.elide elide-datastore-jpa - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -61,13 +61,13 @@ com.yahoo.elide elide-datastore-multiplex - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-model-config - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -158,7 +158,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr7-SNAPSHOT + 7.0.0 test test-jar diff --git a/elide-datastore/elide-datastore-inmemorydb/pom.xml b/elide-datastore/elide-datastore-inmemorydb/pom.xml index 44ef9ffcc6..268b700eba 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -52,7 +52,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr7-SNAPSHOT + 7.0.0 test-jar test diff --git a/elide-datastore/elide-datastore-jms/pom.xml b/elide-datastore/elide-datastore-jms/pom.xml index 4ab13d16a2..462f8b49fa 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 diff --git a/elide-datastore/elide-datastore-jpa/pom.xml b/elide-datastore/elide-datastore-jpa/pom.xml index 1b6f5aaa0e..fdc15e6e8c 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -52,7 +52,7 @@ com.yahoo.elide elide-datastore-hibernate - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide @@ -78,7 +78,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr7-SNAPSHOT + 7.0.0 test-jar test diff --git a/elide-datastore/elide-datastore-jpql/pom.xml b/elide-datastore/elide-datastore-jpql/pom.xml index 417669605c..bfdd9e44b9 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -58,7 +58,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr7-SNAPSHOT + 7.0.0 test-jar test diff --git a/elide-datastore/elide-datastore-multiplex/pom.xml b/elide-datastore/elide-datastore-multiplex/pom.xml index 05d3c2c769..df767d49cd 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -31,7 +31,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 diff --git a/elide-datastore/elide-datastore-noop/pom.xml b/elide-datastore/elide-datastore-noop/pom.xml index 5043c8603e..e94389ceef 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 diff --git a/elide-datastore/elide-datastore-search/pom.xml b/elide-datastore/elide-datastore-search/pom.xml index 5719ef612c..8396f8966f 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -33,7 +33,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -83,7 +83,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr7-SNAPSHOT + 7.0.0 test-jar test @@ -91,7 +91,7 @@ com.yahoo.elide elide-datastore-jpa - 7.0.0-pr7-SNAPSHOT + 7.0.0 test diff --git a/elide-datastore/pom.xml b/elide-datastore/pom.xml index 2975b76f48..21d3a0b4e3 100644 --- a/elide-datastore/pom.xml +++ b/elide-datastore/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -59,17 +59,17 @@ com.yahoo.elide elide-core - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-graphql - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-test-helpers - 7.0.0-pr7-SNAPSHOT + 7.0.0 diff --git a/elide-graphql/pom.xml b/elide-graphql/pom.xml index e2913afaf2..1acbbdc5b6 100644 --- a/elide-graphql/pom.xml +++ b/elide-graphql/pom.xml @@ -11,7 +11,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -37,19 +37,19 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 com.yahoo.elide elide-core - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-test-helpers - 7.0.0-pr7-SNAPSHOT + 7.0.0 test diff --git a/elide-integration-tests/pom.xml b/elide-integration-tests/pom.xml index 8428b42308..911fe84bad 100644 --- a/elide-integration-tests/pom.xml +++ b/elide-integration-tests/pom.xml @@ -13,7 +13,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -25,7 +25,7 @@ - 7.0.0-pr7-SNAPSHOT + 7.0.0 diff --git a/elide-model-config/pom.xml b/elide-model-config/pom.xml index a5bb5648cd..aca22f2d97 100644 --- a/elide-model-config/pom.xml +++ b/elide-model-config/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -45,7 +45,7 @@ com.yahoo.elide elide-core - 7.0.0-pr7-SNAPSHOT + 7.0.0 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 699f47daa6..4348b45bf2 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -48,56 +48,56 @@ com.yahoo.elide elide-core - 7.0.0-pr7-SNAPSHOT + 7.0.0 true com.yahoo.elide elide-graphql - 7.0.0-pr7-SNAPSHOT + 7.0.0 true com.yahoo.elide elide-datastore-aggregation - 7.0.0-pr7-SNAPSHOT + 7.0.0 true com.yahoo.elide elide-datastore-jpa - 7.0.0-pr7-SNAPSHOT + 7.0.0 true com.yahoo.elide elide-datastore-jms - 7.0.0-pr7-SNAPSHOT + 7.0.0 true com.yahoo.elide elide-swagger - 7.0.0-pr7-SNAPSHOT + 7.0.0 true com.yahoo.elide elide-async - 7.0.0-pr7-SNAPSHOT + 7.0.0 true com.yahoo.elide elide-model-config - 7.0.0-pr7-SNAPSHOT + 7.0.0 true @@ -205,7 +205,7 @@ com.yahoo.elide elide-test-helpers - 7.0.0-pr7-SNAPSHOT + 7.0.0 test diff --git a/elide-spring/elide-spring-boot-starter/pom.xml b/elide-spring/elide-spring-boot-starter/pom.xml index 146d366f96..dc8454dfe4 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 - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -34,7 +34,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -44,49 +44,49 @@ com.yahoo.elide elide-core - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-graphql - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-jpa - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-aggregation - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-jms - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-swagger - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-async - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-spring-boot-autoconfigure - 7.0.0-pr7-SNAPSHOT + 7.0.0 diff --git a/elide-spring/pom.xml b/elide-spring/pom.xml index a17e245ee4..793cd4f481 100644 --- a/elide-spring/pom.xml +++ b/elide-spring/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 diff --git a/elide-standalone/pom.xml b/elide-standalone/pom.xml index 86122fc780..d4b2c08a79 100644 --- a/elide-standalone/pom.xml +++ b/elide-standalone/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -40,7 +40,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 @@ -66,39 +66,39 @@ com.yahoo.elide elide-datastore-aggregation - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-jpa - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-datastore-jms - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-graphql - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-swagger - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-async - 7.0.0-pr7-SNAPSHOT + 7.0.0 com.yahoo.elide elide-model-config - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -234,7 +234,7 @@ com.yahoo.elide elide-test-helpers - 7.0.0-pr7-SNAPSHOT + 7.0.0 test diff --git a/elide-swagger/pom.xml b/elide-swagger/pom.xml index 0e42bfde21..693c11c352 100644 --- a/elide-swagger/pom.xml +++ b/elide-swagger/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,14 +35,14 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 com.yahoo.elide elide-core - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -54,7 +54,7 @@ com.yahoo.elide elide-integration-tests - 7.0.0-pr7-SNAPSHOT + 7.0.0 test-jar test diff --git a/elide-test/pom.xml b/elide-test/pom.xml index 0d55138d9c..3032b2b5d7 100644 --- a/elide-test/pom.xml +++ b/elide-test/pom.xml @@ -14,7 +14,7 @@ com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 @@ -35,7 +35,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0 diff --git a/pom.xml b/pom.xml index 62e019d80e..3eb499c762 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.yahoo.elide elide-parent-pom - 7.0.0-pr7-SNAPSHOT + 7.0.0 pom Elide: Parent Pom Parent pom for Elide project @@ -64,7 +64,7 @@ scm:git:ssh://git@github.com/yahoo/elide.git https://github.com/yahoo/elide.git - HEAD + 7.0.0