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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cwardgar committed Jun 13, 2016
1 parent b1a7716 commit 9382fbe
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 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.6-SNAPSHOT'
version = '4.6.6'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
}
Expand Down
8 changes: 4 additions & 4 deletions docs/internal/release.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Making a release for CDM/TDS using Gradle

{release.minor} refers to the full, 3-part version, e.g. "4.6.5"
{release.minor} refers to the full, 3-part version, e.g. "4.6.6"
{release.major} refers to the truncated, 2-part version, e.g. "4.6"

1. Prepare ncWMS and threddsIso
Expand All @@ -12,7 +12,7 @@ Making a release for CDM/TDS using Gradle
3. Pull all of the latest changes from upstream.

4. In "/build.gradle", update the project's version for the release.
Likely, this means removing the '-SNAPSHOT' prefix, e.g. '4.6.5-SNAPSHOT' to '4.6.5'.
Likely, this means removing the '-SNAPSHOT' prefix, e.g. '4.6.6-SNAPSHOT' to '4.6.6'.

5. In "/gradle/dependencies.gradle", update the "uk.ac.rdg.resc:ncwms" and "EDS:threddsIso" dependencies to the
versions deployed in step 1. Also, remove any dependencies on SNAPSHOT versions of libraries.
Expand Down Expand Up @@ -123,7 +123,7 @@ Making a release for CDM/TDS using Gradle
- check http://www.unidata.ucar.edu/downloads/netcdf/netcdf-java-4/index.jsp
* modify www:/content/downloads/netcdf/netcdf-java-4/toc.xml as needed

20. Edit www:/web/content/software/thredds/latest.xml to reflect the correct
20. Edit www:/content/software/thredds/latest.xml to reflect the correct
{release.minor} version for stable and development. This file is read by all
TDS > v4.6 to make log entries regarding current stable and development versions
to give users a heads-up of the need to update.
Expand All @@ -138,7 +138,7 @@ Making a release for CDM/TDS using Gradle

23. Prepare for next round of development.
- Update the project version. Increment it and add the "-SNAPSHOT" suffix.
* For example, if {release.minor}="4.6.5", the next version will be "4.6.6-SNAPSHOT".
* For example, if {release.minor}="4.6.6", the next version will be "4.6.6-SNAPSHOT".
- Commit the change.
* The commit message should be something like "Begin work on 4.6.6-SNAPSHOT".

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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.6-SNAPSHOT") {
libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.6") {
// 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
4 changes: 2 additions & 2 deletions ui/netCDFtools.jnlp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://www.unidata.ucar.edu/software/thredds/v4.6/netcdf-java/webstart" href="netCDFtools.jnlp">
<information>
<title>NetCDF Tools UI 4.6.5</title>
<title>NetCDF Tools UI 4.6.6</title>
<vendor>Unidata</vendor>
<homepage href="http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/documentation.htm"/>
<description kind="short">Graphical interface to netCDF-Java / Common Data Model</description>
Expand All @@ -17,7 +17,7 @@

<resources>
<j2se version="1.7+" max-heap-size="1500m"/>
<jar href="ui-4.6.5.jar"/>
<jar href="ui-4.6.6.jar"/>
<extension name="netcdfUI Extra" href="netCDFtoolsExtraJars.jnlp"/>
</resources>

Expand Down
22 changes: 11 additions & 11 deletions ui/netCDFtoolsExtraJars.jnlp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<jnlp spec="1.0+" codebase="http://www.unidata.ucar.edu/software/thredds/v4.6/netcdf-java/webstart"
href="netCDFtools.jnlp">
<information>
<title>NetCDF Tools UI 4.6.5</title>
<title>NetCDF Tools UI 4.6.6</title>
<vendor>Unidata</vendor>
<homepage href="http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/documentation.htm"/>
<description kind="short">Graphical interface to netCDF-Java / Common Data Model</description>
Expand All @@ -21,19 +21,19 @@
<!-- In particular, all of these jars should have the download="lazy" attribute. -->
<resources>
<j2se version="1.7+" max-heap-size="1500m"/>
<!-- Updated by hand for 4.6.5, using :ui:showDependencies to print the deps.
<!-- Updated by hand for 4.6.6, 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.5.jar" download="lazy"/>
<jar href="clcommon-4.6.5.jar" download="lazy"/>
<jar href="bufr-4.6.5.jar" download="lazy"/>
<jar href="grib-4.6.5.jar" download="lazy"/>
<jar href="netcdf4-4.6.5.jar" download="lazy"/>
<jar href="opendap-4.6.5.jar" download="lazy"/>
<jar href="waterml-4.6.5.jar" download="lazy"/>
<jar href="httpservices-4.6.5.jar" download="lazy"/>
<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="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.5.jar" download="lazy"/>
<jar href="udunits-4.6.6.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 9382fbe

Please sign in to comment.