Skip to content

Commit

Permalink
Bump version to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Apr 18, 2024
1 parent 74d4def commit b6fea79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'

group = "ome"
version = "8.0.0-SNAPSHOT"
version = "7.3.0"

repositories {
mavenCentral()
Expand All @@ -16,7 +16,7 @@ repositories {
}

dependencies {
implementation group: 'ome', name: 'formats-gpl', version: '7.2.0'
implementation group: 'ome', name: 'formats-gpl', version: '7.3.0'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
}

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>bio-formats-examples</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>7.3.0</version>

<name>Bio-Formats examples</name>
<description>Bio-Formats examples</description>
Expand All @@ -23,7 +23,7 @@
</licenses>

<properties>
<formats-gpl.version>7.2.0</formats-gpl.version>
<formats-gpl.version>7.3.0</formats-gpl.version>
<logback.version>1.3.14</logback.version>

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

0 comments on commit b6fea79

Please sign in to comment.