Skip to content

Commit 49cfe17

Browse files
committed
Bump version to 6.13.0-rc1
1 parent ed35c98 commit 49cfe17

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

components/bio-formats-plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ome</groupId>
1010
<artifactId>pom-bio-formats</artifactId>
11-
<version>6.13.0-SNAPSHOT</version>
11+
<version>6.13.0-rc1</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

components/bio-formats-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ome</groupId>
1010
<artifactId>pom-bio-formats</artifactId>
11-
<version>6.13.0-SNAPSHOT</version>
11+
<version>6.13.0-rc1</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

components/bundles/bioformats_package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ome</groupId>
1010
<artifactId>pom-bio-formats</artifactId>
11-
<version>6.13.0-SNAPSHOT</version>
11+
<version>6.13.0-rc1</version>
1212
<relativePath>../../../</relativePath>
1313
</parent>
1414

components/forks/turbojpeg/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ome</groupId>
1010
<artifactId>pom-bio-formats</artifactId>
11-
<version>6.13.0-SNAPSHOT</version>
11+
<version>6.13.0-rc1</version>
1212
<relativePath>../../../</relativePath>
1313
</parent>
1414

components/formats-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ome</groupId>
1010
<artifactId>pom-bio-formats</artifactId>
11-
<version>6.13.0-SNAPSHOT</version>
11+
<version>6.13.0-rc1</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

components/formats-bsd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ome</groupId>
1010
<artifactId>pom-bio-formats</artifactId>
11-
<version>6.13.0-SNAPSHOT</version>
11+
<version>6.13.0-rc1</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

components/formats-gpl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ome</groupId>
1010
<artifactId>pom-bio-formats</artifactId>
11-
<version>6.13.0-SNAPSHOT</version>
11+
<version>6.13.0-rc1</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

components/test-suite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ome</groupId>
1010
<artifactId>pom-bio-formats</artifactId>
11-
<version>6.13.0-SNAPSHOT</version>
11+
<version>6.13.0-rc1</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>ome</groupId>
99
<artifactId>pom-bio-formats</artifactId>
10-
<version>6.13.0-SNAPSHOT</version>
10+
<version>6.13.0-rc1</version>
1111
<packaging>pom</packaging>
1212

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

37-
<release.version>6.13.0-SNAPSHOT</release.version>
37+
<release.version>6.13.0-rc1</release.version>
3838
<date>${maven.build.timestamp}</date>
3939
<year>2017</year>
4040
<project.rootdir>${basedir}</project.rootdir>

0 commit comments

Comments
 (0)