Skip to content

Commit

Permalink
[maven-release-plugin] prepare release suripu-0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Norgan committed May 4, 2016
1 parent b21a57e commit 2824fe9
Show file tree
Hide file tree
Showing 6 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 @@ -5,7 +5,7 @@
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-parent</artifactId>
<packaging>pom</packaging>
<version>0.7.21-SNAPSHOT</version>
<version>0.7.21</version>
<properties>
<dropwizard.version>0.6.2</dropwizard.version>
<protobuf.version>2.5.0</protobuf.version>
Expand All @@ -31,7 +31,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.3.47</tag>
<tag>suripu-0.7.21</tag>
</scm>

<distributionManagement>
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.7.21-SNAPSHOT</version>
<version>0.7.21</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.7.21-SNAPSHOT</version>
<version>0.7.21</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.7.21-SNAPSHOT</version>
<version>0.7.21</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.7.21-SNAPSHOT</version>
<version>0.7.21</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-api</artifactId>
<version>0.7.21-SNAPSHOT</version>
<version>0.7.21</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
Expand Down
6 changes: 3 additions & 3 deletions suripu-coredw/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.7.21-SNAPSHOT</version>
<version>0.7.21</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -52,12 +52,12 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-api</artifactId>
<version>0.7.21-SNAPSHOT</version>
<version>0.7.21</version>
</dependency>
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-core</artifactId>
<version>0.7.21-SNAPSHOT</version>
<version>0.7.21</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 2 additions & 2 deletions suripu-coredw8/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.7.21-SNAPSHOT</version>
<version>0.7.21</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.hello.suripu</groupId>
<artifactId>suripu-core</artifactId>
<version>0.7.21-SNAPSHOT</version>
<version>0.7.21</version>
<exclusions>
<exclusion>
<groupId>com.yammer.dropwizard</groupId>
Expand Down

0 comments on commit 2824fe9

Please sign in to comment.