aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorjwilson <jwilson@squareup.com>2015-01-28 18:54:38 -0500
committerjwilson <jwilson@squareup.com>2015-01-28 18:54:38 -0500
commit5aaa1128daab347808caacb0045333874214aa31 (patch)
tree78804f0e68f49c24d9fcffecbc2f6e8b5297f441 /pom.xml
parenta82dc1e560459ce466f922ab2056218b76a6804a (diff)
downloadjavapoet-5aaa1128daab347808caacb0045333874214aa31.tar.gz
[maven-release-plugin] prepare release javapoet-1.0.0upstream/javapoet-1.0.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ff1f1af..fcda9e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>JavaPoet</name>
<description>Use beautiful Java code to generate beautiful Java code.</description>
@@ -54,13 +54,13 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>${truth.version}</version>
+ <version>0.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
- <version>${compile-testing.version}</version>
+ <version>0.6</version>
<scope>test</scope>
</dependency>
<dependency>