Skip to content

Commit

Permalink
bump version to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed May 29, 2019
1 parent 391b4d3 commit d599107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.openmicroscopy"
version = "5.5.0-SNAPSHOT"
version = "5.5.0"

repositories {
mavenLocal()
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {

implementation("net.sf.ehcache:ehcache-core:2.6.11")

implementation("org.openmicroscopy:omero-gateway:5.5.0") {
implementation("org.openmicroscopy:omero-gateway:5.5.1") {
// Conflicts with `net.java.dev.jna`
exclude group: "com.sun.jna", module: "jna"
}
Expand Down

0 comments on commit d599107

Please sign in to comment.