Skip to content

Commit

Permalink
[maven-release-plugin] prepare release flow-parent-0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Jan 21, 2014
1 parent 85ab28a commit 05e9d1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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.3-SNAPSHOT</version>
<version>0.3</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.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -27,7 +25,7 @@

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

<name>Flow (Parent)</name>
Expand Down Expand Up @@ -63,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.3</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -172,7 +170,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 05e9d1f

Please sign in to comment.