Skip to content

Commit

Permalink
Update development version to 4.0.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitsan Wakart committed Feb 7, 2024
1 parent 0dae71c commit 5c1b88b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -39,7 +39,7 @@ Add the latest version as a dependency using Maven:
<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</dependency>
```

Expand All @@ -60,12 +60,12 @@ And setup the following dependency:
<dependency>
<groupId>com.github.JCTools.JCTools</groupId>
<artifactId>jctools-core</artifactId>
<version>v4.0.2</version>
<version>v4.0.3</version>
</dependency>
```

You can also depend on latest snapshot from this repository (live on the edge) by setting the version to
'4.0.3-SNAPSHOT'.
'4.0.4-SNAPSHOT'.


Build it from source
Expand Down
2 changes: 1 addition & 1 deletion jctools-benchmarks/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jctools</groupId>
<artifactId>jctools-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.4-SNAPSHOT</version>
</parent>

<artifactId>jctools-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jctools-build/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jctools</groupId>
<artifactId>jctools-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.4-SNAPSHOT</version>
</parent>
<artifactId>jctools-build</artifactId>
<name>JCTools Build Tools</name>
Expand Down
2 changes: 1 addition & 1 deletion jctools-channels/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jctools</groupId>
<artifactId>jctools-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.4-SNAPSHOT</version>
</parent>

<artifactId>jctools-channels</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jctools-concurrency-test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jctools</groupId>
<artifactId>jctools-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.4-SNAPSHOT</version>
</parent>

<artifactId>jctools-concurrency-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jctools-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jctools</groupId>
<artifactId>jctools-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.4-SNAPSHOT</version>
</parent>

<artifactId>jctools-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jctools-experimental/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jctools</groupId>
<artifactId>jctools-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.4-SNAPSHOT</version>
</parent>

<artifactId>jctools-experimental</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.jctools</groupId>
<artifactId>jctools-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.4-SNAPSHOT</version>
<name>JCTools Parent</name>
<organization>
<url>https://github.com/JCTools</url>
Expand Down

0 comments on commit 5c1b88b

Please sign in to comment.