Skip to content

Commit

Permalink
[maven-release-plugin] prepare release flow-parent-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Apr 21, 2014
1 parent fdf5563 commit 8dc2439
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flow-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.squareup.flow</groupId>
<artifactId>flow-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.squareup.flow</groupId>
<artifactId>flow-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.squareup.flow</groupId>
<artifactId>flow-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<name>Flow (Parent)</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<url>http://github.com/square/flow/</url>
<connection>scm:git:git://github.com/square/flow.git</connection>
<developerConnection>scm:git:ssh://git@github.com/square/flow.git</developerConnection>
<tag>HEAD</tag>
<tag>flow-parent-0.6</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 8dc2439

Please sign in to comment.