diff --git a/apollo-api-impl/pom.xml b/apollo-api-impl/pom.xml index ca8156049..50055c296 100644 --- a/apollo-api-impl/pom.xml +++ b/apollo-api-impl/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT Spotify Apollo API Implementations @@ -17,7 +17,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/apollo-api/pom.xml b/apollo-api/pom.xml index 9a408a805..7d8ff65e9 100644 --- a/apollo-api/pom.xml +++ b/apollo-api/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT Spotify Apollo API Interfaces @@ -17,7 +17,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/apollo-bom/pom.xml b/apollo-bom/pom.xml index 4b96d2672..bc82fe7bb 100644 --- a/apollo-bom/pom.xml +++ b/apollo-bom/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT Spotify Apollo Bill of Materials @@ -23,61 +23,61 @@ com.spotify apollo-core - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-okhttp-client - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-jetty-http-server - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-slack - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-api - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-api-impl - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-environment - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-route - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-extra - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-http-service - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT com.spotify apollo-test - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/apollo-core/pom.xml b/apollo-core/pom.xml index c987e5f7c..ccc59f7f7 100644 --- a/apollo-core/pom.xml +++ b/apollo-core/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT Spotify Apollo Service Core (aka Leto) @@ -17,7 +17,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/apollo-environment/pom.xml b/apollo-environment/pom.xml index 610d9683b..4402ccfa7 100644 --- a/apollo-environment/pom.xml +++ b/apollo-environment/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT ../ @@ -18,7 +18,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/apollo-example/pom.xml b/apollo-example/pom.xml index c13737832..bdfc6d900 100644 --- a/apollo-example/pom.xml +++ b/apollo-example/pom.xml @@ -10,7 +10,7 @@ com.spotify apollo-example - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT jar diff --git a/apollo-extra/pom.xml b/apollo-extra/pom.xml index 625a08ff4..4790e6da8 100644 --- a/apollo-extra/pom.xml +++ b/apollo-extra/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT Spotify Apollo Extra @@ -17,7 +17,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/apollo-http-service/pom.xml b/apollo-http-service/pom.xml index 7422bce04..7ca7ddfb6 100644 --- a/apollo-http-service/pom.xml +++ b/apollo-http-service/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT Spotify Apollo HTTP Service @@ -17,7 +17,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/apollo-route/pom.xml b/apollo-route/pom.xml index 59b8a0b22..85336a23c 100644 --- a/apollo-route/pom.xml +++ b/apollo-route/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT Spotify Apollo Route @@ -17,7 +17,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/apollo-test/pom.xml b/apollo-test/pom.xml index dd9128fd6..c0e80def9 100644 --- a/apollo-test/pom.xml +++ b/apollo-test/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT Spotify Apollo Testing Helpers @@ -17,7 +17,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/examples/calculator/pom.xml b/examples/calculator/pom.xml index 9c2dda0dc..ab468eaff 100644 --- a/examples/calculator/pom.xml +++ b/examples/calculator/pom.xml @@ -6,7 +6,7 @@ A simple calculator application com.spotify calculator-service - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar diff --git a/modules/jetty-http-server/pom.xml b/modules/jetty-http-server/pom.xml index 95bdb5a63..c85eec4dd 100644 --- a/modules/jetty-http-server/pom.xml +++ b/modules/jetty-http-server/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT ../../ @@ -18,7 +18,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/modules/okhttp-client/pom.xml b/modules/okhttp-client/pom.xml index 46130d139..166b8cead 100644 --- a/modules/okhttp-client/pom.xml +++ b/modules/okhttp-client/pom.xml @@ -5,7 +5,7 @@ apollo-parent com.spotify - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT ../../pom.xml @@ -18,7 +18,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/modules/slack/pom.xml b/modules/slack/pom.xml index d6078b142..ce50ed84b 100644 --- a/modules/slack/pom.xml +++ b/modules/slack/pom.xml @@ -5,7 +5,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT ../../ @@ -18,7 +18,7 @@ com.spotify apollo-bom - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom import diff --git a/pom.xml b/pom.xml index f41f78dc3..e7bf3968b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.spotify apollo-parent - 1.0.0-rc3-foss-SNAPSHOT + 1.0.0-SNAPSHOT pom