Skip to content

Commit 5779c2e

Browse files
committed
Bump version to 8.3.0
1 parent 4cbb7ad commit 5779c2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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 = "8.3.0-SNAPSHOT"
5+
version = "8.3.0"
66

77
repositories {
88
mavenCentral()
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation group: 'ome', name: 'formats-bsd', version: '8.2.0'
19+
implementation group: 'ome', name: 'formats-bsd', version: '8.3.0'
2020
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.15'
2121
}
2222

pom.xml

Lines changed: 2 additions & 2 deletions
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>8.3.0-SNAPSHOT</version>
10+
<version>8.3.0</version>
1111

1212
<name>Bio-Formats examples</name>
1313
<description>Bio-Formats examples</description>
@@ -23,7 +23,7 @@
2323
</licenses>
2424

2525
<properties>
26-
<formats-bsd.version>8.2.0</formats-bsd.version>
26+
<formats-bsd.version>8.3.0</formats-bsd.version>
2727
<logback.version>1.3.15</logback.version>
2828

2929
<!-- NB: Avoid platform encoding warning when copying resources. -->

0 commit comments

Comments
 (0)