Skip to content

Commit

Permalink
Merge pull request #4038 from dgault/6.14.0
Browse files Browse the repository at this point in the history
Bump version to 6.14.0
  • Loading branch information
dgault authored Jul 5, 2023
2 parents 2c39d95 + 3a0fa01 commit fca72bf
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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</version>
<version>6.14.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>6.13.1-SNAPSHOT</release.version>
<release.version>6.14.0</release.version>
<date>${maven.build.timestamp}</date>
<year>2017</year>
<project.rootdir>${basedir}</project.rootdir>
Expand Down

0 comments on commit fca72bf

Please sign in to comment.