Skip to content

Commit

Permalink
Merge pull request #4186 from dgault/v7.3.0
Browse files Browse the repository at this point in the history
Bump version to 7.3.0
  • Loading branch information
dgault committed Apr 18, 2024
2 parents e6e0875 + ea3327a commit acc4b6d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion components/bio-formats-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/bio-formats-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/bundles/bioformats_package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/forks/turbojpeg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/formats-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/formats-bsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/formats-gpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/test-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ome</groupId>
<artifactId>pom-bio-formats</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>
<packaging>pom</packaging>

<name>Bio-Formats projects</name>
Expand All @@ -34,7 +34,7 @@
When possible, we advise using the relevant groupId and version
properties for your dependencies rather than hardcoding them. -->

<release.version>8.0.0-SNAPSHOT</release.version>
<release.version>7.3.0</release.version>
<date>${maven.build.timestamp}</date>
<year>2017</year>
<project.rootdir>${basedir}</project.rootdir>
Expand Down

0 comments on commit acc4b6d

Please sign in to comment.