Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Dec 23, 2016
1 parent 5773912 commit 9bc8e37
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>styx</artifactId>
<packaging>pom</packaging>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>

<properties>
<apollo.version>1.2.5</apollo.version>
Expand Down Expand Up @@ -66,7 +66,7 @@
<url>https://github.com/spotify/styx</url>
<connection>scm:git:git@github.com:spotify/styx.git</connection>
<developerConnection>scm:git:git@github.com:spotify/styx.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.2.2</tag>
</scm>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions styx-api-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<name>Spotify Styx API Service</name>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-common</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-test</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions styx-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<name>Spotify Styx CLI</name>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-common</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions styx-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<name>Spotify Styx Common</name>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-test</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions styx-local-files-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<name>Spotify Styx Local Files Schedule Source</name>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-schedule-source</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions styx-schedule-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<name>Spotify Styx Schedule Source API</name>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-common</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions styx-scheduler-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<name>Spotify Styx Scheduler Service</name>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-common</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-schedule-source</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-test</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions styx-standalone-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>styx</artifactId>
<groupId>com.spotify</groupId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,17 +19,17 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-api-service</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-scheduler-service</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-local-files-source</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion styx-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<name>Spotify Styx Testing Utilities</name>
Expand Down

0 comments on commit 9bc8e37

Please sign in to comment.