We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd78da8 + 5905622 commit 6a2fb0fCopy full SHA for 6a2fb0f
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
2
apply plugin: 'maven-publish'
3
4
group = "ome"
5
-version = "7.3.1"
+version = "8.0.0-SNAPSHOT"
6
7
repositories {
8
mavenCentral()
pom.xml
@@ -7,7 +7,7 @@
<groupId>ome</groupId>
9
<artifactId>bio-formats-examples</artifactId>
10
- <version>7.3.1</version>
+ <version>8.0.0-SNAPSHOT</version>
11
12
<name>Bio-Formats examples</name>
13
<description>Bio-Formats examples</description>
0 commit comments