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 for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaRanic committed May 8, 2017
1 parent 18d1eaa commit efde2b2
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>

<properties>
<apollo.version>1.3.2</apollo.version>
Expand Down Expand Up @@ -68,7 +68,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>styx-v1.0.13</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>styx</artifactId>
<groupId>com.spotify</groupId>
<version>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion 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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>

<name>Spotify Styx API Service</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>

<name>Spotify Styx CLI</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-client/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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>

<name>Spotify Styx API Client</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>

<name>Spotify Styx Common</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>

<name>Spotify Styx Local Files Schedule Source</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>

<name>Spotify Styx Schedule Source API</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>

<name>Spotify Styx Scheduler Service</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>1.0.13</version>
<version>1.0.14-SNAPSHOT</version>
</parent>

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

0 comments on commit efde2b2

Please sign in to comment.