Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
brianburton committed Aug 31, 2023
1 parent dc74022 commit 353ed95
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.0-SNAPSHOT</version>
<version>4.0.0a</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:[email protected]:brianburton/java-immutable-collections.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.0.0a</tag>
<url>https://github.com/brianburton/java-immutable-collections</url>
</scm>

Expand Down Expand Up @@ -220,7 +220,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 353ed95

Please sign in to comment.