Skip to content

Commit 6a2fb0f

Browse files
authored
Merge pull request #132 from dgault/v8.0.0-SNAPSHOT-bump
Bump version to 8.0.0-SNAPSHOT
2 parents fd78da8 + 5905622 commit 6a2fb0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'maven-publish'
33

44
group = "ome"
5-
version = "7.3.1"
5+
version = "8.0.0-SNAPSHOT"
66

77
repositories {
88
mavenCentral()

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>ome</groupId>
99
<artifactId>bio-formats-examples</artifactId>
10-
<version>7.3.1</version>
10+
<version>8.0.0-SNAPSHOT</version>
1111

1212
<name>Bio-Formats examples</name>
1313
<description>Bio-Formats examples</description>

0 commit comments

Comments
 (0)