Skip to content

Commit

Permalink
Release 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski authored and haileyajohnson committed Jul 1, 2022
1 parent 0b9e653 commit b75a15a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ allprojects {
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
version = '5.4-SNAPSHOT'
version = '5.4'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
status = 'release'
}

// Matches Maven's "project.description".
Expand Down
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.5.3-SNAPSHOT'
depVersion.netcdfJava = '5.5.3'
// 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 = '3.1.0'
Expand Down
4 changes: 2 additions & 2 deletions tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
api 'org.n52.sensorweb:52n-xml-om-v20'

// edal-java (ncwms)
def edalVersion = '1.5.0.4-SNAPSHOT'
def edalVersion = '1.5.0.5-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 All @@ -110,7 +110,7 @@ dependencies {
api "com.google.gwt:gwt-user:${depVersion.gwt}"

// threddsIso
runtime 'EDS:tds-plugin:2.4.4-SNAPSHOT'
runtime 'EDS:tds-plugin:2.4.5'
runtime 'net.sf.saxon:Saxon-HE:9.7.0-8'
runtime "jaxen:jaxen:${depVersion.jaxen}"
}
Expand Down

0 comments on commit b75a15a

Please sign in to comment.