Skip to content

Commit

Permalink
Use latest development versions of netcdf-java and edal-java
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Jul 16, 2024
1 parent 0d7a0fe commit 3c09bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/any/shared-mvn-coords.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
depVersion.slf4j = '1.7.28'
depVersion.gwt = '2.8.2'
depVersion.jaxen = '1.1.6'
depVersion.netcdfJava = '5.6.0'
depVersion.netcdfJava = '5.6.1-SNAPSHOT'
// gradle seems to have issues with the compileOnly configuration, so we need to provide the full maven
// coordinates for javax.servlet-api if the gradle plugin in applied. If we don't, we see errors like this:
depVersion.javaxServletApi = '4.0.3'
Expand Down
2 changes: 1 addition & 1 deletion tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
api 'org.n52.sensorweb:52n-xml-om-v20'

// edal-java (ncwms)
def edalVersion = '1.5.2.0'
def edalVersion = '1.5.2.1-SNAPSHOT'
api "uk.ac.rdg.resc:edal-common:${edalVersion}"
api "uk.ac.rdg.resc:edal-cdm:${edalVersion}"
api "uk.ac.rdg.resc:edal-wms:${edalVersion}"
Expand Down

0 comments on commit 3c09bf0

Please sign in to comment.