This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch release-page in repository https://gitbox.apache.org/repos/asf/incubator-sdap-website.git
commit f9e57674f3b7e82f7759b7ef5f1b7b72fe2d5500 Author: rileykk <[email protected]> AuthorDate: Fri Apr 28 10:05:49 2023 -0700 Removed component version from release page --- source/_data/releases.yml | 23 +++++++---------------- source/downloads.html | 4 ---- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/source/_data/releases.yml b/source/_data/releases.yml index dfea14f..6dc4142 100644 --- a/source/_data/releases.yml +++ b/source/_data/releases.yml @@ -2,46 +2,37 @@ releases: latest: - component: nexus displayName: Nexus - componentVersion: 1.1.0 release: 1.1.0 releaseDate: TBD - component: ingester displayName: Ingester - componentVersion: 1.1.0 release: 1.1.0 releaseDate: TBD - component: nexusproto displayName: Nexus Protobuf - componentVersion: 1.0.0 release: 1.0.0 releaseDate: 2023-01-18 - - component: insitu - displayName: In-Situ Data Services - componentVersion: 1.0.0 - release: 1.1.0 - releaseDate: TBD +# - component: insitu +# displayName: In-Situ Data Services +# release: 1.1.0 +# releaseDate: TBD history: - release: 1.1.0 releaseDate: TBD components: - component: nexus displayName: Nexus - componentVersion: 1.1.0 - component: ingester displayName: Ingester - componentVersion: 1.1.0 - - component: insitu - displayName: In-Situ Data Services - componentVersion: 1.0.0 +# - component: insitu +# displayName: In-Situ Data Services +# componentVersion: 1.0.0 - release: 1.0.0 releaseDate: 2023-01-18 components: - component: nexus displayName: Nexus - componentVersion: 1.0.0 - component: ingester displayName: Ingester - componentVersion: 1.0.0 - component: nexusproto displayName: Nexus Protobuf - componentVersion: 1.0.0 \ No newline at end of file diff --git a/source/downloads.html b/source/downloads.html index 8a26e56..010b916 100644 --- a/source/downloads.html +++ b/source/downloads.html @@ -13,7 +13,6 @@ <thead> <tr> <th>Component</th> - <th>Component Version</th> <th>Release Version</th> <th>Release Date</th> <th>Source Distribution</th> @@ -24,7 +23,6 @@ {% for component in latest %} <tr> <td>{{ component.displayName }}</td> - <td>{{ component.componentVersion }}</td> <td>{{ component.release }}</td> <td>{{ component.releaseDate }}</td> <td> @@ -50,7 +48,6 @@ <th>Release Version</th> <th>Release Date</th> <th>Component</th> - <th>Component Version</th> <th>Source Distribution</th> </tr> </thead> @@ -66,7 +63,6 @@ {% assign first = false %} {% endif %} <td>{{ component.displayName }}</td> - <td>{{ component.componentVersion }}</td> <td> <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ component.release }}-incubating/apache-sdap-{{ component.component }}-{{ component.release }}-incubating-src.tar.gz"> [source] apache-sdap-{{ component.component }}-{{ component.release }}-incubating-src.tar.gz
