Skip to content

Commit

Permalink
Bump render version from 4.1.0 to 4.2.0 after moving to scijava 38.0.…
Browse files Browse the repository at this point in the history
…1 to pull in new n5-zstandard dependency. Used this command to bump the version: mvn versions:set -DnewVersion=4.2.0-SNAPSHOT -DgenerateBackupPoms=false
  • Loading branch information
trautmane committed Aug 16, 2024
1 parent 7f44542 commit 02d6955
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<name>Render Documents</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Janelia Render Tools And Services</name>
<groupId>org.janelia.render</groupId>
<artifactId>modules-root</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>

<description>A collection of tools and HTTP services (APIs) for rendering transformed image tiles.</description>
<url>https://github.com/saalfeldlab/render</url>
Expand Down
2 changes: 1 addition & 1 deletion render-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.janelia.render</groupId>
<artifactId>modules-root</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<name>Render Application</name>
Expand Down
2 changes: 1 addition & 1 deletion render-ws-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<name>Render Web Service Java Client</name>
Expand Down
2 changes: 1 addition & 1 deletion render-ws-spark-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<name>Render Web Service Spark Client</name>
Expand Down
2 changes: 1 addition & 1 deletion render-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<name>Render Web Service</name>
Expand Down
2 changes: 1 addition & 1 deletion trakem2-scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>modules-root</artifactId>
<groupId>org.janelia.render</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<name>TrakEM2 Scripts</name>
Expand Down

0 comments on commit 02d6955

Please sign in to comment.