Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use netCDF-Java 5.7.0 release #556

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/adminguide/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docset_name: adminguide
###########################################

# this will appear in the sidebar and various doc pages
netcdf-java_docset_version: 5.6
netcdf-java_docset_version: 5.7

# this will appear in various doc pages
tomcat_version: 9.0
tomcat_version: 10.0
4 changes: 2 additions & 2 deletions docs/devguide/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docset_name: devguide
###########################################

# this will appear in the sidebar and various doc pages
netcdf-java_docset_version: 5.6
netcdf-java_docset_version: 5.7

# this will appear in various doc pages
tomcat_version: 9.0
tomcat_version: 10.0
4 changes: 2 additions & 2 deletions docs/quickstart/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docset_name: quickstart
###########################################

# this will appear in the sidebar and various doc pages
netcdf-java_docset_version: 5.6
netcdf-java_docset_version: 5.7

# this will appear in various doc pages
tomcat_version: 9.0
tomcat_version: 10.0
2 changes: 1 addition & 1 deletion docs/userguide/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docset_name: userguide
###########################################

# this will appear in the sidebar and various doc pages
netcdf-java_docset_version: 5.6
netcdf-java_docset_version: 5.7

# this will appear in various doc pages
tomcat_version: 10.1
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.6.1-SNAPSHOT'
depVersion.netcdfJava = '5.7.0'
// gradle seems to have issues with the compileOnly configuration, so we need to provide the full maven
// coordinates for jakarta.servlet-api if the gradle plugin in applied. If we don't, we see errors like this:
depVersion.jakartaServletApi = '5.0.0'
Expand Down
Loading