Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianburton committed Feb 24, 2024
1 parent a5f8c84 commit 08730f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.javimmutable</groupId>
<artifactId>collections</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.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>v4.0.1</tag>
<url>https://github.com/brianburton/java-immutable-collections</url>
</scm>

Expand Down Expand Up @@ -249,7 +249,7 @@
<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>-->
Expand Down

0 comments on commit 08730f2

Please sign in to comment.