Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lhazlewood committed Apr 18, 2013
1 parent 2e75af9 commit 9e06e31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.leshazlewood.scms</groupId>
<artifactId>scms-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.leshazlewood.scms</groupId>
<artifactId>scms-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.leshazlewood.scms</groupId>
<artifactId>scms-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</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 @@ -26,7 +26,7 @@

<groupId>com.leshazlewood.scms</groupId>
<artifactId>scms-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>pom</packaging>

<name>SCMS</name>
Expand All @@ -47,7 +47,7 @@
<connection>scm:git:[email protected]:lhazlewood/scms.git</connection>
<developerConnection>scm:git:[email protected]:lhazlewood/scms.git</developerConnection>
<url>http://github.com/lhazlewood/scms</url>
<tag>HEAD</tag>
<tag>0.1.1</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit 9e06e31

Please sign in to comment.