Skip to content

Commit

Permalink
Prepare for release Truth 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Aug 9, 2016
1 parent 0b082e2 commit 52ed1cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.truth</groupId>
<artifactId>truth-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.29</version>
</parent>
<artifactId>truth</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.truth</groupId>
<artifactId>truth-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.29</version>
</parent>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-extensions-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions extensions/re2j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-extensions-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.29</version>
</parent>
<artifactId>truth-re2j-extension</artifactId>
<name>Truth Extension for RE2J</name>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.29</version>
</dependency>
<dependency>
<groupId>com.google.re2j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.google.truth</groupId>
<artifactId>truth-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.29</version>
<packaging>pom</packaging>
<name>Truth (Parent)</name>
<description>
Expand Down

0 comments on commit 52ed1cb

Please sign in to comment.