Skip to content

Commit 916f2f4

Browse files
committed
Set version number for jimfs-parent to 1.3.1.
1 parent 298fe68 commit 916f2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jimfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.jimfs</groupId>
2424
<artifactId>jimfs-parent</artifactId>
25-
<version>HEAD-SNAPSHOT</version>
25+
<version>1.3.1</version>
2626
</parent>
2727

2828
<artifactId>jimfs</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>com.google.jimfs</groupId>
2424
<artifactId>jimfs-parent</artifactId>
2525
<packaging>pom</packaging>
26-
<version>HEAD-SNAPSHOT</version>
26+
<version>1.3.1</version>
2727

2828
<modules>
2929
<module>jimfs</module>

0 commit comments

Comments
 (0)