Skip to content

Commit b75a15a

Browse files
Tara Drwenskihaileyajohnson
authored andcommitted
Release 5.4
1 parent 0b9e653 commit b75a15a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ allprojects {
4646
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
4747
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
4848
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
49-
version = '5.4-SNAPSHOT'
49+
version = '5.4'
5050
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
51-
status = 'development'
51+
status = 'release'
5252
}
5353

5454
// Matches Maven's "project.description".

gradle/any/shared-mvn-coords.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ext {
2323
depVersion.slf4j = '1.7.28'
2424
depVersion.gwt = '2.8.2'
2525
depVersion.jaxen = '1.1.6'
26-
depVersion.netcdfJava = '5.5.3-SNAPSHOT'
26+
depVersion.netcdfJava = '5.5.3'
2727
// gradle seems to have issues with the compileOnly configuration, so we need to provide the full maven
2828
// coordinates for javax.servlet-api if the gradle plugin in applied. If we don't, we see errors like this:
2929
depVersion.javaxServletApi = '3.1.0'

tds-platform/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
api 'org.n52.sensorweb:52n-xml-om-v20'
9999

100100
// edal-java (ncwms)
101-
def edalVersion = '1.5.0.4-SNAPSHOT'
101+
def edalVersion = '1.5.0.5-SNAPSHOT'
102102
api "uk.ac.rdg.resc:edal-common:${edalVersion}"
103103
api "uk.ac.rdg.resc:edal-cdm:${edalVersion}"
104104
api "uk.ac.rdg.resc:edal-wms:${edalVersion}"
@@ -110,7 +110,7 @@ dependencies {
110110
api "com.google.gwt:gwt-user:${depVersion.gwt}"
111111

112112
// threddsIso
113-
runtime 'EDS:tds-plugin:2.4.4-SNAPSHOT'
113+
runtime 'EDS:tds-plugin:2.4.5'
114114
runtime 'net.sf.saxon:Saxon-HE:9.7.0-8'
115115
runtime "jaxen:jaxen:${depVersion.jaxen}"
116116
}

0 commit comments

Comments
 (0)