Skip to content

Commit 43fc7c1

Browse files
committed
Update version to 2.0-SNAPSHOT
1 parent c425cf4 commit 43fc7c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compactmap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.github.vlsi.compactmap</groupId>
6-
<version>1.3.1-SNAPSHOT</version>
6+
<version>2.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>parent</artifactId>
44
<groupId>com.github.vlsi.compactmap</groupId>
5-
<version>1.3.1-SNAPSHOT</version>
5+
<version>2.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

jol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.github.vlsi.compactmap</groupId>
6-
<version>1.3.1-SNAPSHOT</version>
6+
<version>2.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.vlsi.compactmap</groupId>
66
<artifactId>parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>2.0-SNAPSHOT</version>
99
<modules>
1010
<module>compactmap</module>
1111
<module>jol</module>

0 commit comments

Comments
 (0)