Skip to content

Commit

Permalink
[maven-release-plugin] prepare release suripu-0.1.93
Browse files Browse the repository at this point in the history
  • Loading branch information
kingshy committed Oct 22, 2014
1 parent b937d63 commit bcf1a71
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>

<properties>
<dropwizard.version>0.6.2</dropwizard.version>
Expand All @@ -32,7 +32,7 @@
<connection>scm:git:git://github.com/hello/suripu.git</connection>
<developerConnection>scm:git:[email protected]:hello/suripu.git</developerConnection>
<url>http://github.com/hello/suripu</url>
<tag>suripu-0.1.65</tag>
<tag>suripu-0.1.93</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions suripu-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>suripu-parent</artifactId>
<groupId>com.hello.suripu</groupId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-core</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</dependency>
<dependency>
<groupId>com.hello.dropwizard</groupId>
Expand Down
2 changes: 1 addition & 1 deletion suripu-algorithm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>suripu-parent</artifactId>
<groupId>com.hello.suripu</groupId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion suripu-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-parent</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions suripu-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>suripu-parent</artifactId>
<groupId>com.hello.suripu</groupId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-core</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
6 changes: 3 additions & 3 deletions suripu-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>suripu-parent</artifactId>
<groupId>com.hello.suripu</groupId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-algorithm</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</dependency>
<dependency>
<groupId>com.yammer.dropwizard</groupId>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-api</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
Expand Down
4 changes: 2 additions & 2 deletions suripu-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>suripu-parent</artifactId>
<groupId>com.hello.suripu</groupId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-core</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
4 changes: 2 additions & 2 deletions suripu-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-parent</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-core</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
6 changes: 3 additions & 3 deletions suripu-workers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>suripu-parent</artifactId>
<groupId>com.hello.suripu</groupId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-api</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</dependency>
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-core</artifactId>
<version>0.1.93-SNAPSHOT</version>
<version>0.1.93</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down

0 comments on commit bcf1a71

Please sign in to comment.