Skip to content

Commit

Permalink
Set version number for truth-parent to 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpovirk committed Feb 16, 2024
1 parent 3406074 commit a920d7d
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>1.4.0</version>
<version>1.4.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>1.4.0</version>
<version>1.4.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>1.4.0</version>
<version>1.4.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>1.4.0</version>
<version>1.4.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>1.4.0</version>
<version>1.4.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>1.4.0</version>
<version>1.4.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 @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.truth</groupId>
<artifactId>truth-parent</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>pom</packaging>
<name>Truth (Parent)</name>
<properties>
Expand Down

0 comments on commit a920d7d

Please sign in to comment.