Skip to content

Commit 573a94c

Browse files
committed
[maven-release-plugin] prepare release v3.2.1
1 parent 1e461e6 commit 573a94c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

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

44
<groupId>org.javimmutable</groupId>
55
<artifactId>javimmutable-collections</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.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:git@github.com:brianburton/java-immutable-collections.git</developerConnection>
75-
<tag>HEAD</tag>
75+
<tag>v3.2.1</tag>
7676
<url>https://github.com/brianburton/java-immutable-collections</url>
7777
</scm>
7878

@@ -218,10 +218,10 @@
218218
<classpathScope>test</classpathScope>
219219
<arguments>
220220
<argument>-classpath</argument>
221-
<classpath/>
221+
<classpath />
222222
<argument>-ea</argument>
223223
<argument>org.javimmutable.collections.stress_test.RunStressTests</argument>
224-
<argument>&#45;&#45;test</argument>
224+
<argument>--test</argument>
225225
<argument>insertordermap</argument>
226226
<!--
227227
<argument>&#45;&#45;test</argument>

0 commit comments

Comments
 (0)