Skip to content

Commit

Permalink
Release v1.4
Browse files Browse the repository at this point in the history
Updated versions in README.md

Ran
mvn versions:set -DnewVersion=1.4
mvn clean deploy -P release
  • Loading branch information
dshirley committed Jul 23, 2015
1 parent d71e384 commit 3095aa0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@ Maven users can get dexmaker from Sonatype's central repository. The Mockito dep
<dependency>
<groupId>com.crittercism.dexmaker</groupId>
<artifactId>dexmaker</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.crittercism.dexmaker</groupId>
<artifactId>dexmaker-mockito</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
```

Download [dexmaker-1.3.jar](http://search.maven.org/remotecontent?filepath=com/crittercism/dexmaker/dexmaker/1.3/dexmaker-1.3.jar)
and [dexmaker-mockito-1.3.jar](http://search.maven.org/remotecontent?filepath=com/crittercism/dexmaker/dexmaker-mockito/1.3/dexmaker-mockito-1.3.jar).
Download [dexmaker-1.4.jar](http://search.maven.org/remotecontent?filepath=com/crittercism/dexmaker/dexmaker/1.4/dexmaker-1.4.jar)
and [dexmaker-mockito-1.4.jar](http://search.maven.org/remotecontent?filepath=com/crittercism/dexmaker/dexmaker-mockito/1.4/dexmaker-mockito-1.4.jar).

Run the Unit Tests
------------------
Expand Down
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.4-SNAPSHOT</version>
<version>1.4</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.4-SNAPSHOT</version>
<version>1.4</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.4-SNAPSHOT</version>
<version>1.4</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.4-SNAPSHOT</version>
<version>1.4</version>
<packaging>pom</packaging>

<name>dexmaker parent</name>
Expand Down

0 comments on commit 3095aa0

Please sign in to comment.