Skip to content

Commit 08730f2

Browse files
committed
[maven-release-plugin] prepare release v4.0.1
1 parent a5f8c84 commit 08730f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.javimmutable</groupId>
55
<artifactId>collections</artifactId>
6-
<version>4.0.1-SNAPSHOT</version>
6+
<version>4.0.1</version>
77
<packaging>jar</packaging>
88

99
<name>JImmutable Collections</name>
@@ -72,7 +72,7 @@
7272
<scm>
7373
<connection>scm:git:git://github.com/brianburton/java-immutable-collections.git</connection>
7474
<developerConnection>scm:git:[email protected]:brianburton/java-immutable-collections.git</developerConnection>
75-
<tag>HEAD</tag>
75+
<tag>v4.0.1</tag>
7676
<url>https://github.com/brianburton/java-immutable-collections</url>
7777
</scm>
7878

@@ -249,7 +249,7 @@
249249
<classpathScope>test</classpathScope>
250250
<arguments>
251251
<argument>-classpath</argument>
252-
<classpath/>
252+
<classpath />
253253
<argument>-ea</argument>
254254
<argument>org.javimmutable.collections.stress_test.RunStressTests</argument>
255255
<!-- <argument>&#45;&#45;test</argument>-->

0 commit comments

Comments
 (0)