You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by pr...@apache.org on 2023/04/04 04:20:03 UTC

svn commit: r1908945 - in /comdev/projects.apache.org/trunk/site/json/foundation: committees.json groups.json people.json projects.json releases-files.json releases.json

Author: projects_role
Date: Tue Apr  4 04:20:02 2023
New Revision: 1908945

URL: http://svn.apache.org/viewvc?rev=1908945&view=rev
Log:
updating projects data

Modified:
    comdev/projects.apache.org/trunk/site/json/foundation/committees.json
    comdev/projects.apache.org/trunk/site/json/foundation/groups.json
    comdev/projects.apache.org/trunk/site/json/foundation/people.json
    comdev/projects.apache.org/trunk/site/json/foundation/projects.json
    comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json
    comdev/projects.apache.org/trunk/site/json/foundation/releases.json

Modified: comdev/projects.apache.org/trunk/site/json/foundation/committees.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/committees.json?rev=1908945&r1=1908944&r2=1908945&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/committees.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/committees.json Tue Apr  4 04:20:02 2023
@@ -12352,6 +12352,10 @@
 "date": "2017-10-18",
 "name": "David Goddard"
 },
+"ggregory": {
+"date": "2023-04-03",
+"name": "Gary D. Gregory"
+},
 "jamesbognar": {
 "date": "2017-10-18",
 "name": "James Bognar"

Modified: comdev/projects.apache.org/trunk/site/json/foundation/groups.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/groups.json?rev=1908945&r1=1908944&r2=1908945&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/groups.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/groups.json Tue Apr  4 04:20:02 2023
@@ -11592,6 +11592,7 @@
 "akayeshmantha",
 "clr",
 "dmg",
+"ggregory",
 "jamesbognar",
 "jochen",
 "johndament",
@@ -11606,6 +11607,7 @@
 "akayeshmantha",
 "clr",
 "dmg",
+"ggregory",
 "jamesbognar",
 "jochen",
 "johndament",

Modified: comdev/projects.apache.org/trunk/site/json/foundation/people.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/people.json?rev=1908945&r1=1908944&r2=1908945&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/people.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/people.json Tue Apr  4 04:20:02 2023
@@ -19610,6 +19610,8 @@
 "httpcomponents-pmc",
 "incubator",
 "incubator-pmc",
+"juneau",
+"juneau-pmc",
 "logging",
 "logging-pmc",
 "mina",

Modified: comdev/projects.apache.org/trunk/site/json/foundation/projects.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/projects.json?rev=1908945&r1=1908944&r2=1908945&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/projects.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/projects.json Tue Apr  4 04:20:02 2023
@@ -9214,7 +9214,7 @@
 "bug-database": "http://httpd.apache.org/bug_report.html",
 "category": "network-server, http, httpd-module",
 "description": "\n      The Apache HTTP Server is an open-source HTTP server for modern\n      operating systems including UNIX, Microsoft Windows, Mac OS/X and Netware.\n      The goal of this project is to provide a secure, efficient and\n      extensible server that provides HTTP services observing the current\n      HTTP standards. Apache has been the most popular web server on the\n      Internet since April of 1996.\n    ",
-"doap": "http://svn.apache.org/repos/asf/httpd/site/trunk/content/doap.rdf",
+"doap": "https://raw.githubusercontent.com/apache/httpd-site/main/content/doap.rdf",
 "download-page": "http://httpd.apache.org/download.cgi",
 "homepage": "http://httpd.apache.org/",
 "implements": [
@@ -9256,9 +9256,9 @@
 "programming-language": "C",
 "release": [
 {
-"created": "2021-06-01",
+"created": "2023-03-07",
 "name": "Recommended current 2.4 release",
-"revision": "2.4.48"
+"revision": "2.4.56"
 }
 ],
 "repository": [
@@ -9270,7 +9270,7 @@
 "bug-database": "http://httpd.apache.org/bug_report.html",
 "category": "network-server, ftp, httpd-module",
 "description": "\n      mod_ftp is an FTP Protocol module to serve httpd content over the FTP\n      protocol (whereever the HTTP protocol could also be used). It provides\n      both RETR/REST retrieval and STOR/APPE upload, using the same user/permissions\n      model as httpd (so it shares the same security considerations as mod_dav\n      plus mod_dav_fs). \n    ",
-"doap": "http://svn.apache.org/repos/asf/httpd/site/trunk/content/mod_ftp/doap.rdf",
+"doap": "https://raw.githubusercontent.com/apache/httpd-site/main/content/mod_ftp/doap.rdf",
 "download-page": "http://httpd.apache.org/download.cgi",
 "homepage": "http://httpd.apache.org/mod_ftp/",
 "implements": [
@@ -9640,6 +9640,11 @@
 "programming-language": "Java, Python, C++, Go",
 "release": [
 {
+"created": "2023-04-03",
+"name": "apache-iotdb-1.1.0",
+"revision": "1.1.0"
+},
+{
 "created": "2023-02-22",
 "name": "apache-iotdb-1.0.1",
 "revision": "1.0.1"

Modified: comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json?rev=1908945&r1=1908944&r2=1908945&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases-files.json Tue Apr  4 04:20:02 2023
@@ -759,33 +759,9 @@
 ]
 },
 "arrow": {
-"apache-arrow-10.0.0": [
-"arrow/arrow-10.0.0/apache-arrow-10.0.0.tar.gz"
-],
-"apache-arrow-10.0.1": [
-"arrow/arrow-10.0.1/apache-arrow-10.0.1.tar.gz"
-],
 "apache-arrow-11.0.0": [
 "arrow/arrow-11.0.0/apache-arrow-11.0.0.tar.gz"
 ],
-"apache-arrow-6.0.2": [
-"arrow/arrow-6.0.2/apache-arrow-6.0.2.tar.gz"
-],
-"apache-arrow-7.0.0": [
-"arrow/arrow-7.0.0/apache-arrow-7.0.0.tar.gz"
-],
-"apache-arrow-7.0.1": [
-"arrow/arrow-7.0.1/apache-arrow-7.0.1.tar.gz"
-],
-"apache-arrow-8.0.0": [
-"arrow/arrow-8.0.0/apache-arrow-8.0.0.tar.gz"
-],
-"apache-arrow-8.0.1": [
-"arrow/arrow-8.0.1/apache-arrow-8.0.1.tar.gz"
-],
-"apache-arrow-9.0.0": [
-"arrow/arrow-9.0.0/apache-arrow-9.0.0.tar.gz"
-],
 "apache-arrow-adbc-0.3.0": [
 "arrow/apache-arrow-adbc-0.3.0/apache-arrow-adbc-0.3.0.tar.gz"
 ],
@@ -807,8 +783,8 @@
 "apache-arrow-nanoarrow-0.1.0": [
 "arrow/apache-arrow-nanoarrow-0.1.0/apache-arrow-nanoarrow-0.1.0.tar.gz"
 ],
-"apache-arrow-object-store-rs-0.5.5": [
-"arrow/arrow-object-store-rs-0.5.5/apache-arrow-object-store-rs-0.5.5.tar.gz"
+"apache-arrow-object-store-rs-0.5.6": [
+"arrow/arrow-object-store-rs-0.5.6/apache-arrow-object-store-rs-0.5.6.tar.gz"
 ],
 "apache-arrow-rs-36.0.0": [
 "arrow/arrow-rs-36.0.0/apache-arrow-rs-36.0.0.tar.gz"
@@ -1137,8 +1113,8 @@
 "apache-camel-3.17.0": [
 "camel/apache-camel/3.17.0/apache-camel-3.17.0-src.zip"
 ],
-"apache-camel-3.18.5": [
-"camel/apache-camel/3.18.5/apache-camel-3.18.5-src.zip"
+"apache-camel-3.18.6": [
+"camel/apache-camel/3.18.6/apache-camel-3.18.6-src.zip"
 ],
 "apache-camel-3.19.0": [
 "camel/apache-camel/3.19.0/apache-camel-3.19.0-src.zip"
@@ -2844,8 +2820,8 @@
 "apache-dolphinscheduler-2.0.8": [
 "dolphinscheduler/2.0.8/apache-dolphinscheduler-2.0.8-src.tar.gz"
 ],
-"apache-dolphinscheduler-3.0.4": [
-"dolphinscheduler/3.0.4/apache-dolphinscheduler-3.0.4-src.tar.gz"
+"apache-dolphinscheduler-3.0.5": [
+"dolphinscheduler/3.0.5/apache-dolphinscheduler-3.0.5-src.tar.gz"
 ],
 "apache-dolphinscheduler-3.1.4": [
 "dolphinscheduler/3.1.4/apache-dolphinscheduler-3.1.4-src.tar.gz"
@@ -4628,6 +4604,9 @@
 "apache-teaclave-0.4.0-incubating": [
 "incubator/teaclave/0.4.0/apache-teaclave-0.4.0-incubating.tar.gz"
 ],
+"apache-teaclave-0.5.0-incubating": [
+"incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz"
+],
 "apache-teaclave-java-tee-sdk-0.1.0-incubating": [
 "incubator/teaclave/java-tee-sdk-v0.1.0/apache-teaclave-java-tee-sdk-0.1.0-incubating.tar.gz"
 ],
@@ -4698,20 +4677,17 @@
 ]
 },
 "iotdb": {
-"apache-iotdb-0.12.6": [
-"iotdb/0.12.6/apache-iotdb-0.12.6-source-release.zip"
-],
 "apache-iotdb-0.13.3": [
 "iotdb/0.13.3/apache-iotdb-0.13.3-source-release.zip"
 ],
 "apache-iotdb-0.13.4": [
 "iotdb/0.13.4/apache-iotdb-0.13.4-source-release.zip"
 ],
-"apache-iotdb-1.0.0": [
-"iotdb/1.0.0/apache-iotdb-1.0.0-source-release.zip"
-],
 "apache-iotdb-1.0.1": [
 "iotdb/1.0.1/apache-iotdb-1.0.1-source-release.zip"
+],
+"apache-iotdb-1.1.0": [
+"iotdb/1.1.0/apache-iotdb-1.1.0-source-release.zip"
 ]
 },
 "jackrabbit": {
@@ -5190,8 +5166,8 @@
 ]
 },
 "linkis": {
-"apache-linkis-1.3.1": [
-"linkis/release-1.3.1/apache-linkis-1.3.1-src.tar.gz"
+"apache-linkis-1.3.2": [
+"linkis/1.3.2/apache-linkis-1.3.2-src.tar.gz"
 ]
 },
 "logging": {
@@ -9364,6 +9340,9 @@
 "apache-pulsar-client-devel-3.1.2-1.aarch64": [
 "pulsar/pulsar-client-cpp-3.1.2/rpm-arm64/aarch64/apache-pulsar-client-devel-3.1.2-1.aarch64.rpm"
 ],
+"apache-pulsar-client-go-0.10.0": [
+"pulsar/pulsar-client-go-0.10.0/apache-pulsar-client-go-0.10.0-src.tar.gz"
+],
 "apache-pulsar-client-go-0.8.1": [
 "pulsar/pulsar-client-go-0.8.1/apache-pulsar-client-go-0.8.1-src.tar.gz"
 ],
@@ -10694,8 +10673,8 @@
 "org.apache.sling.discovery.impl-1.2.12": [
 "sling/org.apache.sling.discovery.impl-1.2.12-source-release.zip"
 ],
-"org.apache.sling.discovery.oak-1.2.42": [
-"sling/org.apache.sling.discovery.oak-1.2.42-source-release.zip"
+"org.apache.sling.discovery.oak-1.2.44": [
+"sling/org.apache.sling.discovery.oak-1.2.44-source-release.zip"
 ],
 "org.apache.sling.discovery.standalone-1.0.2": [
 "sling/org.apache.sling.discovery.standalone-1.0.2-source-release.zip"
@@ -10733,8 +10712,8 @@
 "org.apache.sling.engine-2.14.0": [
 "sling/org.apache.sling.engine-2.14.0-source-release.zip"
 ],
-"org.apache.sling.event-4.3.6": [
-"sling/org.apache.sling.event-4.3.6-source-release.zip"
+"org.apache.sling.event-4.3.8": [
+"sling/org.apache.sling.event-4.3.8-source-release.zip"
 ],
 "org.apache.sling.event.api-1.0.0": [
 "sling/org.apache.sling.event.api-1.0.0-source-release.zip"

Modified: comdev/projects.apache.org/trunk/site/json/foundation/releases.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/releases.json?rev=1908945&r1=1908944&r2=1908945&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/releases.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases.json Tue Apr  4 04:20:02 2023
@@ -259,15 +259,7 @@
 "tx-control-1.0.1": "2019-02-27"
 },
 "arrow": {
-"apache-arrow-10.0.0": "2022-10-20",
-"apache-arrow-10.0.1": "2022-11-16",
 "apache-arrow-11.0.0": "2023-01-18",
-"apache-arrow-6.0.2": "2022-07-14",
-"apache-arrow-7.0.0": "2022-02-03",
-"apache-arrow-7.0.1": "2022-07-14",
-"apache-arrow-8.0.0": "2022-05-03",
-"apache-arrow-8.0.1": "2022-07-14",
-"apache-arrow-9.0.0": "2022-07-29",
 "apache-arrow-adbc-0.3.0": "2023-03-17",
 "apache-arrow-ballista-0.11.0": "2023-02-28",
 "apache-arrow-datafusion-21.0.0": "2023-03-27",
@@ -275,7 +267,7 @@
 "apache-arrow-datafusion-python-20.0.0": "2023-03-20",
 "apache-arrow-julia-2.5.0": "2023-03-15",
 "apache-arrow-nanoarrow-0.1.0": "2023-03-01",
-"apache-arrow-object-store-rs-0.5.5": "2023-03-02",
+"apache-arrow-object-store-rs-0.5.6": "2023-04-03",
 "apache-arrow-rs-36.0.0": "2023-03-28"
 },
 "asterixdb": {
@@ -399,7 +391,7 @@
 "apache-camel-3.14.7": "2022-12-17",
 "apache-camel-3.16.0": "2022-03-28",
 "apache-camel-3.17.0": "2022-05-19",
-"apache-camel-3.18.5": "2023-01-25",
+"apache-camel-3.18.6": "2023-04-03",
 "apache-camel-3.19.0": "2022-10-03",
 "apache-camel-3.20.3": "2023-03-29",
 "apache-camel-4.0.0-M2": "2023-03-10",
@@ -920,7 +912,7 @@
 },
 "dolphinscheduler": {
 "apache-dolphinscheduler-2.0.8": "2023-02-05",
-"apache-dolphinscheduler-3.0.4": "2022-12-28",
+"apache-dolphinscheduler-3.0.5": "2023-03-30",
 "apache-dolphinscheduler-3.1.4": "2023-02-21",
 "dolphinscheduler-operator-0.1.0": "2022-08-15",
 "dolphinscheduler-python-4.0.2": "2023-03-27"
@@ -1501,6 +1493,7 @@
 "incubator-teaclave": {
 "apache-teaclave-0.3.0-incubating": "2021-08-23",
 "apache-teaclave-0.4.0-incubating": "2022-04-18",
+"apache-teaclave-0.5.0-incubating": "2023-04-03",
 "apache-teaclave-java-tee-sdk-0.1.0-incubating": "2023-01-18",
 "apache-teaclave-trustzone-sdk-0.1.0-incubating": "2021-06-11",
 "apache-teaclave-trustzone-sdk-0.2.0-incubating": "2022-04-18"
@@ -1534,11 +1527,10 @@
 "apache-inlong-1.6.0-sort-connectors": "2023-03-20"
 },
 "iotdb": {
-"apache-iotdb-0.12.6": "2022-07-13",
 "apache-iotdb-0.13.3": "2022-10-21",
 "apache-iotdb-0.13.4": "2023-02-13",
-"apache-iotdb-1.0.0": "2022-12-02",
-"apache-iotdb-1.0.1": "2023-02-21"
+"apache-iotdb-1.0.1": "2023-02-21",
+"apache-iotdb-1.1.0": "2023-04-03"
 },
 "jackrabbit": {
 "create-download-md.sh": "2019-11-29",
@@ -1692,7 +1684,7 @@
 "apache-libcloud-3.7.0": "2023-01-08"
 },
 "linkis": {
-"apache-linkis-1.3.1": "2023-01-13"
+"apache-linkis-1.3.2": "2023-03-29"
 },
 "logging": {
 "Apache_log4php-2.3.0": "2013-01-31",
@@ -3067,6 +3059,7 @@
 "apache-pulsar-client-devel-3.1.0-1.aarch64": "2022-12-01",
 "apache-pulsar-client-devel-3.1.1-1.aarch64": "2023-01-23",
 "apache-pulsar-client-devel-3.1.2-1.aarch64": "2023-02-08",
+"apache-pulsar-client-go-0.10.0": "2023-03-27",
 "apache-pulsar-client-go-0.8.1": "2022-03-08",
 "apache-pulsar-client-go-0.9.0-candidate-2": "2022-09-29",
 "apache-pulsar-client-node-1.8.0": "2022-12-23",
@@ -3529,7 +3522,7 @@
 "org.apache.sling.discovery.base-2.0.14": "2022-08-03",
 "org.apache.sling.discovery.commons-1.0.28": "2022-08-03",
 "org.apache.sling.discovery.impl-1.2.12": "2017-05-11",
-"org.apache.sling.discovery.oak-1.2.42": "2022-10-31",
+"org.apache.sling.discovery.oak-1.2.44": "2023-04-03",
 "org.apache.sling.discovery.standalone-1.0.2": "2016-01-03",
 "org.apache.sling.discovery.support-1.0.6": "2020-08-18",
 "org.apache.sling.distribution.api-0.7.0": "2022-04-29",
@@ -3542,7 +3535,7 @@
 "org.apache.sling.distribution.sample-0.1.6": "2016-02-08",
 "org.apache.sling.dynamic-include-3.3.0": "2022-01-14",
 "org.apache.sling.engine-2.14.0": "2023-02-24",
-"org.apache.sling.event-4.3.6": "2022-06-27",
+"org.apache.sling.event-4.3.8": "2023-04-03",
 "org.apache.sling.event.api-1.0.0": "2017-04-19",
 "org.apache.sling.event.dea-1.1.4": "2018-11-09",
 "org.apache.sling.extensions.classloader-leak-detector-1.0.0": "2014-05-23",