Skip to content

Commit

Permalink
[release] Release Truth 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpovirk committed Jan 22, 2021
1 parent 2d65326 commit e1a61a4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.truth</groupId>
<artifactId>truth-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>truth</artifactId>
<name>Truth Core</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/java8/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-extensions-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>truth-java8-extension</artifactId>
<name>Truth Extension for Java8</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/liteproto/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-extensions-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>truth-liteproto-extension</artifactId>
<name>Truth Extension for Lite Protocol Buffers</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.truth</groupId>
<artifactId>truth-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-extensions-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/proto/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-extensions-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>truth-proto-extension</artifactId>
<name>Truth Extension for Protocol Buffers</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/re2j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-extensions-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>truth-re2j-extension</artifactId>
<name>Truth Extension for RE2J</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.google.truth</groupId>
<artifactId>truth-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<name>Truth (Parent)</name>
<properties>
Expand Down

0 comments on commit e1a61a4

Please sign in to comment.