Skip to content

Commit

Permalink
release 5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson authored and haileyajohnson committed Jun 30, 2022
1 parent f391525 commit 60f3c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ allprojects {
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
// docs/src/private/internal/release.md for details)
version = '5.5.3-SNAPSHOT'
status = 'development'
version = '5.5.3'
status = 'release'
}

// Matches Maven's "project.description".
Expand Down

4 comments on commit 60f3c34

@rschmunk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is 5.5.3 going to be posted to the releases page?

@haileyajohnson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's been posted now, and blogs and emails will be published shortly

@rschmunk
Copy link
Contributor

@rschmunk rschmunk commented on 60f3c34 Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haileyajohnson, Thanks. I got it to build netCDF-All on a couple Macs that I use, but it is failing to build on another due to a dependency problem. I will check on a fourth later Wednesday. Possibly it has something to do with what Java build I was using.

ETA: Got it to build on that third Mac by using Oracle JDK 11 rather than AdoptOpenJDK.
ETA2: Re-installed AdoptOpenJDK 11 and this time it worked. Go figure

@haileyajohnson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird... glad you got it working, thanks for the updates!

Please sign in to comment.