diff --git a/build.gradle b/build.gradle index 81a71afd5a..53d732edee 100644 --- a/build.gradle +++ b/build.gradle @@ -21,8 +21,6 @@ buildscript { filter { includeModule 'com.burgstaller', 'okhttp-digest' includeModule 'org.ysb33r.gradle', 'grolifant' - includeModule 'edu.ucar.unidata.site', 'jekyll-plugin' - includeModule 'edu.ucar.unidata.site', 'jekyll-gems' includeModule 'edu.ucar.unidata', 'unidata-nexus-gradle' } } @@ -35,7 +33,6 @@ buildscript { classpath buildPlugins.protobuf classpath buildPlugins.depcheck classpath buildPlugins.nexus - classpath buildPlugins.jekyll } } diff --git a/docs/src/site/_data/topnav.yml b/docs/src/site/_data/topnav.yml index 74c6df218c..6b6327d9f3 100644 --- a/docs/src/site/_data/topnav.yml +++ b/docs/src/site/_data/topnav.yml @@ -18,11 +18,9 @@ topnav_dropdowns: - title: GitHub external_url: https://github.com/Unidata/netcdf-java - title: User guide - external_url: https://docs.unidata.ucar.edu/netcdf-java/5.5/userguide/index.html + external_url: https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html - title: Javadoc - external_url: https://docs.unidata.ucar.edu/netcdf-java/5.5/javadoc/index.html - - title: NcML - external_url: https://docs.unidata.ucar.edu/thredds/ncml/2.2/index.html + external_url: https://docs.unidata.ucar.edu/netcdf-java/current/javadoc/index.html - title: TDS folderitems: @@ -33,15 +31,6 @@ topnav_dropdowns: - title: Documentation external_url: https://docs.unidata.ucar.edu/tds/current/userguide/index.html - - title: Rosetta - folderitems: - - title: Unidata Homepage - external_url: https://www.unidata.ucar.edu/software/rosetta/ - - title: GitHub - external_url: https://github.com/Unidata/Rosetta - - title: User guide - external_url: https://docs.unidata.ucar.edu/rosetta/current/userguide/index.html - - title: Siphon folderitems: - title: Unidata Homepage @@ -49,4 +38,4 @@ topnav_dropdowns: - title: GitHub external_url: https://github.com/Unidata/siphon - title: Documentation - external_url: https://unidata.github.io/siphon/latest/ \ No newline at end of file + external_url: https://unidata.github.io/siphon/latest/ diff --git a/gradle/any/shared-mvn-coords.gradle b/gradle/any/shared-mvn-coords.gradle index 7e7e06805c..f00171ed5d 100644 --- a/gradle/any/shared-mvn-coords.gradle +++ b/gradle/any/shared-mvn-coords.gradle @@ -13,7 +13,6 @@ ext { buildPlugins.protobuf = 'com.google.protobuf:protobuf-gradle-plugin:0.8.18' buildPlugins.depcheck = 'org.owasp:dependency-check-gradle:8.2.1' buildPlugins.nexus = 'edu.ucar.unidata:unidata-nexus-gradle:0.0.1' - buildPlugins.jekyll = 'edu.ucar.unidata.site:jekyll-plugin:0.0.5' // slf4j version is declared in a place where we cannot use the tds-platform project to handle resolving versions // (e.g. gradle/any/dependencies.gradle, for transitive dependency replacement purposes) diff --git a/gradle/root/publishing.gradle b/gradle/root/publishing.gradle index 3f654c1878..5c576cb927 100644 --- a/gradle/root/publishing.gradle +++ b/gradle/root/publishing.gradle @@ -127,8 +127,6 @@ def publishReleaseInfoTask = tasks.register('publishReleaseInfo', PublishToRawRe } } -publish.dependsOn publishReleaseInfoTask - def publishVersionInfoTask = tasks.register('publishVersionInfo', PublishToRawRepoTask) { group = 'publishing' description = 'Publish version-info.json to Nexus docs.' @@ -146,8 +144,6 @@ def publishVersionInfoTask = tasks.register('publishVersionInfo', PublishToRawRe } } -publish.dependsOn publishVersionInfoTask - // The "publish" tasks for all subprojects require credentials for our Nexus server, which they look for in Gradle // properties. If those properties (i.e. NEXUS_USERNAME_KEY and NEXUS_PASSWORD_KEY) haven't been provided, the build // will fail. Therefore, we only want to configure credentials when a "publish" task is part of the execution plan. diff --git a/project-files/docs/version-info.json b/project-files/docs/version-info.json index 87357e3891..c6d798905f 100644 --- a/project-files/docs/version-info.json +++ b/project-files/docs/version-info.json @@ -4,7 +4,7 @@ "releases" : [ { "version" : "5.0", - "include" : "1", + "include" : "0", "releaseDate": "2019-07-29", "status" : "", "docsets": { @@ -16,7 +16,7 @@ }, { "version" : "5.1", - "include" : "1", + "include" : "0", "releaseDate": "2019-09-18", "status" : "", "docsets": { @@ -28,7 +28,7 @@ }, { "version" : "5.2", - "include" : "1", + "include" : "0", "releaseDate": "2019-10-23", "status" : "", "docsets": { @@ -52,7 +52,7 @@ }, { "version" : "5.4", - "include" : "1", + "include" : "0", "releaseDate": "2020-12-07", "status" : "", "docsets": { @@ -64,7 +64,7 @@ }, { "version" : "5.5", - "include" : "1", + "include" : "0", "releaseDate": "2022-06-02", "status" : "", "docsets": { diff --git a/project-files/downloads/release_info.json b/project-files/downloads/release_info.json index b21ad6d439..59a6e0cdef 100644 --- a/project-files/downloads/release_info.json +++ b/project-files/downloads/release_info.json @@ -32,37 +32,6 @@ "info": "The toolsUI.jar contains everything to run the ToolsUI application directly from it. " } } - }, - { - "version": "5.7.1", - "releaseDate": "2025-01-06", - "status": "beta", - "description": "This version contains several bug fixes compared to version 5.7.0.", - "baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.7.1/", - "resources": { - "netcdfAll": { - "type" : "library", - "package": "netcdfAll-5.7.1-SNAPSHOT.jar", - "name": "Jar file", - "hash": { - "MD5": "netcdfAll-5.7.1-SNAPSHOT.jar.md5", - "SHA1": "netcdfAll-5.7.1-SNAPSHOT.jar.sha1", - "SHA256": "netcdfAll-5.7.1-SNAPSHOT.jar.sha256" - }, - "info": "The netCDF library implements the full CDM model, including all other jar dependencies." - }, - "toolsUI": { - "type": "library", - "package": "toolsUI-5.7.1-SNAPSHOT.jar", - "name": "Jar file", - "hash": { - "MD5": "toolsUI-5.7.1-SNAPSHOT.jar.md5", - "SHA1": "toolsUI-5.7.1-SNAPSHOT.jar.sha1", - "SHA256": "toolsUI-5.7.1-SNAPSHOT.jar.sha256" - }, - "info": "The toolsUI.jar contains everything to run the ToolsUI application directly from it. " - } - } } ] }