Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jul 4, 2015
1 parent 639f406 commit b099108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>

<name>JavaPoet</name>
<description>Use beautiful Java code to generate beautiful Java code.</description>
Expand Down Expand Up @@ -54,13 +54,13 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.25</version>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.6</version>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b099108

Please sign in to comment.