diff --git a/pom.xml b/pom.xml index 43a585be87..de5a5eece6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ styx pom - 0.2.1-SNAPSHOT + 0.2.1 1.2.5 @@ -66,7 +66,7 @@ https://github.com/spotify/styx scm:git:git@github.com:spotify/styx.git scm:git:git@github.com:spotify/styx.git - HEAD + v0.2.1 diff --git a/styx-api-service/pom.xml b/styx-api-service/pom.xml index 982588981a..006a0663a6 100644 --- a/styx-api-service/pom.xml +++ b/styx-api-service/pom.xml @@ -4,7 +4,7 @@ com.spotify styx - 0.2.1-SNAPSHOT + 0.2.1 Spotify Styx API Service @@ -18,12 +18,12 @@ com.spotify styx-common - 0.2.1-SNAPSHOT + 0.2.1 com.spotify styx-test - 0.2.1-SNAPSHOT + 0.2.1 test diff --git a/styx-cli/pom.xml b/styx-cli/pom.xml index 673dbc12d1..dc824dd829 100644 --- a/styx-cli/pom.xml +++ b/styx-cli/pom.xml @@ -4,7 +4,7 @@ com.spotify styx - 0.2.1-SNAPSHOT + 0.2.1 Spotify Styx CLI @@ -14,7 +14,7 @@ com.spotify styx-common - 0.2.1-SNAPSHOT + 0.2.1 diff --git a/styx-common/pom.xml b/styx-common/pom.xml index ad61a56a4c..cb2dbcf09c 100644 --- a/styx-common/pom.xml +++ b/styx-common/pom.xml @@ -4,7 +4,7 @@ com.spotify styx - 0.2.1-SNAPSHOT + 0.2.1 Spotify Styx Common @@ -80,7 +80,7 @@ com.spotify styx-test - 0.2.1-SNAPSHOT + 0.2.1 test diff --git a/styx-local-files-source/pom.xml b/styx-local-files-source/pom.xml index 40b99dcde8..ff27ba88c8 100644 --- a/styx-local-files-source/pom.xml +++ b/styx-local-files-source/pom.xml @@ -4,7 +4,7 @@ com.spotify styx - 0.2.1-SNAPSHOT + 0.2.1 Spotify Styx Local Files Schedule Source @@ -14,7 +14,7 @@ com.spotify styx-schedule-source - 0.2.1-SNAPSHOT + 0.2.1 com.google.guava diff --git a/styx-schedule-source/pom.xml b/styx-schedule-source/pom.xml index b3f4e238cb..d1c79fcc51 100644 --- a/styx-schedule-source/pom.xml +++ b/styx-schedule-source/pom.xml @@ -4,7 +4,7 @@ com.spotify styx - 0.2.1-SNAPSHOT + 0.2.1 Spotify Styx Schedule Source API @@ -14,7 +14,7 @@ com.spotify styx-common - 0.2.1-SNAPSHOT + 0.2.1 diff --git a/styx-scheduler-service/pom.xml b/styx-scheduler-service/pom.xml index 6b3883743c..768a869a88 100644 --- a/styx-scheduler-service/pom.xml +++ b/styx-scheduler-service/pom.xml @@ -4,7 +4,7 @@ com.spotify styx - 0.2.1-SNAPSHOT + 0.2.1 Spotify Styx Scheduler Service @@ -14,12 +14,12 @@ com.spotify styx-common - 0.2.1-SNAPSHOT + 0.2.1 com.spotify styx-schedule-source - 0.2.1-SNAPSHOT + 0.2.1 @@ -66,7 +66,7 @@ com.spotify styx-test - 0.2.1-SNAPSHOT + 0.2.1 test diff --git a/styx-standalone-service/pom.xml b/styx-standalone-service/pom.xml index eded414eb9..7ff5609b3c 100644 --- a/styx-standalone-service/pom.xml +++ b/styx-standalone-service/pom.xml @@ -4,7 +4,7 @@ styx com.spotify - 0.2.1-SNAPSHOT + 0.2.1 4.0.0 @@ -19,17 +19,17 @@ com.spotify styx-api-service - 0.2.1-SNAPSHOT + 0.2.1 com.spotify styx-scheduler-service - 0.2.1-SNAPSHOT + 0.2.1 com.spotify styx-local-files-source - 0.2.1-SNAPSHOT + 0.2.1 diff --git a/styx-test/pom.xml b/styx-test/pom.xml index 44c43661ad..40f09d794f 100644 --- a/styx-test/pom.xml +++ b/styx-test/pom.xml @@ -4,7 +4,7 @@ com.spotify styx - 0.2.1-SNAPSHOT + 0.2.1 Spotify Styx Testing Utilities