Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianburton committed Jan 1, 2021
1 parent 1e461e6 commit 573a94c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.javimmutable</groupId>
<artifactId>javimmutable-collections</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>jar</packaging>

<name>JImmutable Collections</name>
Expand Down Expand Up @@ -72,7 +72,7 @@
<scm>
<connection>scm:git:git://github.com/brianburton/java-immutable-collections.git</connection>
<developerConnection>scm:git:git@github.com:brianburton/java-immutable-collections.git</developerConnection>
<tag>HEAD</tag>
<tag>v3.2.1</tag>
<url>/~https://github.com/brianburton/java-immutable-collections</url>
</scm>

Expand Down Expand Up @@ -218,10 +218,10 @@
<classpathScope>test</classpathScope>
<arguments>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>-ea</argument>
<argument>org.javimmutable.collections.stress_test.RunStressTests</argument>
<argument>&#45;&#45;test</argument>
<argument>--test</argument>
<argument>insertordermap</argument>
<!--
<argument>&#45;&#45;test</argument>
Expand Down

0 comments on commit 573a94c

Please sign in to comment.