Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Set version to 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
zalenski committed Nov 23, 2015
1 parent 672b7ba commit df2c886
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions apollo-api-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Spotify Apollo API Implementations</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Spotify Apollo API Interfaces</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
24 changes: 12 additions & 12 deletions apollo-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Spotify Apollo Bill of Materials</name>
Expand All @@ -23,61 +23,61 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-core</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<!-- modules -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-okhttp-client</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-jetty-http-server</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-slack</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<!-- api & http service -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-api</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-api-impl</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-environment</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-route</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-extra</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-http-service</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-test</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Spotify Apollo Service Core (aka Leto)</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion apollo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</description>
<groupId>com.spotify</groupId>
<artifactId>apollo-example</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions apollo-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Spotify Apollo Extra</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-http-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Spotify Apollo HTTP Service</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-route/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Spotify Apollo Route</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>Spotify Apollo Testing Helpers</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/calculator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>A simple calculator application</description>
<groupId>com.spotify</groupId>
<artifactId>calculator-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions modules/jetty-http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/okhttp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apollo-parent</artifactId>
<groupId>com.spotify</groupId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/slack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.0.0-rc3-foss-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit df2c886

Please sign in to comment.