Skip to content

Commit

Permalink
Merge pull request ome#3354 from snoopycrimecop/develop/latest/versio…
Browse files Browse the repository at this point in the history
…n_bump

Update POM version numbers to 6.1.0-m1
  • Loading branch information
sbesson authored Apr 22, 2019
2 parents 91f2f7c + 6bd624f commit b1fb61f
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</version>
<relativePath>../../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/bundles/loci_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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class UpgradeChecker {
// -- Constants --

/** Version number of the latest stable release. */
public static final String STABLE_VERSION = "6.0.1";
public static final String STABLE_VERSION = "6.1.0-m1";

/** Location of the OME continuous integration server. */
public static final String CI_SERVER = "http://ci.openmicroscopy.org";
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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</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.1.0-SNAPSHOT</version>
<version>6.1.0-m1</version>
<packaging>pom</packaging>

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

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

0 comments on commit b1fb61f

Please sign in to comment.