Skip to content

Commit

Permalink
Set version number for truth-parent to 1.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpovirk committed May 30, 2023
1 parent f8d4dbb commit def16b1
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.4</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.4</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.4</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.4</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.4</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.4</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 @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.truth</groupId>
<artifactId>truth-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.1.4</version>
<packaging>pom</packaging>
<name>Truth (Parent)</name>
<properties>
Expand Down

0 comments on commit def16b1

Please sign in to comment.