Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Release 4.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cwardgar committed Jan 3, 2017
1 parent 87566a3 commit a52af8f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ allprojects {
// Matches Maven's "project.groupId". Used in MANIFEST.MF for "Implementation-Vendor-Id".
group = "edu.ucar"
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
version = '4.6.7-SNAPSHOT'
version = '4.6.7'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ libraries["commons-compress"] = "org.apache.commons:commons-compress:1.8.1"

libraries["oro"] = "oro:oro:2.0.8"

libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.7-SNAPSHOT") {
libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.7") {
// This is an external dependency on an old artifact of ours.
// The "cdm" artifact that we build in this project will take its place.
// This needs to be a local exclusion; globally excluding "edu.ucar:cdm" would be very bad.
Expand Down
22 changes: 11 additions & 11 deletions ui/netCDFtoolsExtraJars.jnlp
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
<resources>
<j2se version="1.7+" max-heap-size="1500m"/>

<jar href="ui-4.6.6.jar" download="eager"/>
<jar href="ui-4.6.7.jar" download="eager"/>

<!-- Updated by hand for 4.6.6, using :ui:showDependencies to print the deps.
<!-- Updated by hand for 4.6.7, using :ui:showDependencies to print the deps.
In the future, we should be generating this file in Gradle. -->
<!-- In theory, Webstart will use these in conjunction with ui.jar/META-INF/INDEX.LIST to download
the minimum number of dependencies when running the application. -->
<jar href="cdm-4.6.6.jar" download="lazy"/>
<jar href="clcommon-4.6.6.jar" download="lazy"/>
<jar href="bufr-4.6.6.jar" download="lazy"/>
<jar href="grib-4.6.6.jar" download="lazy"/>
<jar href="netcdf4-4.6.6.jar" download="lazy"/>
<jar href="opendap-4.6.6.jar" download="lazy"/>
<jar href="waterml-4.6.6.jar" download="lazy"/>
<jar href="httpservices-4.6.6.jar" download="lazy"/>
<jar href="cdm-4.6.7.jar" download="lazy"/>
<jar href="clcommon-4.6.7.jar" download="lazy"/>
<jar href="bufr-4.6.7.jar" download="lazy"/>
<jar href="grib-4.6.7.jar" download="lazy"/>
<jar href="netcdf4-4.6.7.jar" download="lazy"/>
<jar href="opendap-4.6.7.jar" download="lazy"/>
<jar href="waterml-4.6.7.jar" download="lazy"/>
<jar href="httpservices-4.6.7.jar" download="lazy"/>
<jar href="ehcache-core-2.6.2.jar" download="lazy"/>
<jar href="jdom2-2.0.4.jar" download="lazy"/>
<jar href="spring-context-4.1.6.RELEASE.jar" download="lazy"/>
Expand All @@ -49,7 +49,7 @@
<jar href="guava-18.0.jar" download="lazy"/>
<jar href="slf4j-api-1.7.7.jar" download="lazy"/>
<jar href="slf4j-jdk14-1.7.7.jar" download="lazy"/>
<jar href="udunits-4.6.6.jar" download="lazy"/>
<jar href="udunits-4.6.7.jar" download="lazy"/>
<jar href="joda-time-2.8.1.jar" download="lazy"/>
<jar href="jcip-annotations-1.0.jar" download="lazy"/>
<jar href="quartz-2.2.0.jar" download="lazy"/>
Expand Down

0 comments on commit a52af8f

Please sign in to comment.