Skip to content

Commit

Permalink
bump gateway version and change version
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Aug 28, 2019
1 parent c72d6f1 commit 2dd768e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.5.5 (August 2019)
-------------------

- Bump to omero-gateway-java 5.5.4

5.5.4 (August 2019)
-------------------

Expand Down
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.5-SNAPSHOT"
version = "5.5.5"

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

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

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

0 comments on commit 2dd768e

Please sign in to comment.