Skip to content

Commit 674f95c

Browse files
committed
[maven-release-plugin] prepare release v2.0.1
1 parent f1b2929 commit 674f95c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

compactmap/pom.xml

+1-1
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>2.1-SNAPSHOT</version>
6+
<version>2.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jmh/pom.xml

+1-1
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>2.1-SNAPSHOT</version>
5+
<version>2.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

jol/pom.xml

+1-1
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>2.1-SNAPSHOT</version>
6+
<version>2.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

+2-2
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>2.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
<modules>
1010
<module>compactmap</module>
1111
<module>jol</module>
@@ -31,7 +31,7 @@
3131
<url>https://github.com/vlsi/compactmap</url>
3232
<connection>scm:git:https://github.com/vlsi/compactmap.git</connection>
3333
<developerConnection>scm:git:https://github.com/vlsi/compactmap.git</developerConnection>
34-
<tag>HEAD</tag>
34+
<tag>v2.0.1</tag>
3535
</scm>
3636

3737
<developers>

0 commit comments

Comments
 (0)