Skip to content

Commit

Permalink
Update development version to 4.0.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitsan Wakart committed May 30, 2024
1 parent 173423c commit a17b56f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ And setup the following dependency:
```

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


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

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

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

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

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

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

0 comments on commit a17b56f

Please sign in to comment.