Skip to content

Commit 7158bb0

Browse files
committed
Prepare for next development version
1 parent bebd7d9 commit 7158bb0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.github.vlsi.compactmap</groupId>
8-
<version>1.2.0</version>
8+
<version>1.3.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jmh/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.2.0</version>
6+
<version>1.3.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.github.vlsi.compactmap</groupId>
8-
<version>1.2.0</version>
8+
<version>1.3.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.vlsi.compactmap</groupId>
88
<artifactId>parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.2.0</version>
10+
<version>1.3.0-SNAPSHOT</version>
1111
<modules>
1212
<module>core</module>
1313
<module>jol</module>

0 commit comments

Comments
 (0)