Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
Release incantation:
mvn versions:set -DnewVersion=1.3
mvn clean deploy -P release
  • Loading branch information
dshirley committed Jun 22, 2015
1 parent c8f3d3d commit f1ae6bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dexmaker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.crittercism.dexmaker</groupId>
<artifactId>dexmaker-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.crittercism.dexmaker</groupId>
<artifactId>dexmaker-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>pom</packaging>

<name>dexmaker parent</name>
Expand Down

0 comments on commit f1ae6bd

Please sign in to comment.