Author: projects_role
Date: Fri Mar 21 04:20:05 2025
New Revision: 1924510

URL: http://svn.apache.org/viewvc?rev=1924510&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
    comdev/projects.apache.org/trunk/site/json/foundation/repositories.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=1924510&r1=1924509&r2=1924510&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/committees.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/committees.json Fri 
Mar 21 04:20:05 2025
@@ -1376,6 +1376,10 @@
 "date": "2022-02-17",
 "name": "QP Hou"
 },
+"ianmcook": {
+"date": "2025-03-20",
+"name": "Ian Cook"
+},
 "jacques": {
 "date": "2016-01-20",
 "name": "Jacques Nadeau"

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=1924510&r1=1924509&r2=1924510&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/groups.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/groups.json Fri Mar 
21 04:20:05 2025
@@ -1062,6 +1062,7 @@
 "gangwu",
 "hg",
 "houqp",
+"ianmcook",
 "jacques",
 "jake",
 "jakevin",

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=1924510&r1=1924509&r2=1924510&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/people.json (original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/people.json Fri Mar 
21 04:20:05 2025
@@ -25180,7 +25180,8 @@
 },
 "ianmcook": {
 "groups": [
-"arrow"
+"arrow",
+"arrow-pmc"
 ],
 "member": false,
 "name": "Ian Cook"

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=1924510&r1=1924509&r2=1924510&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/projects.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/projects.json Fri Mar 
21 04:20:05 2025
@@ -973,6 +973,31 @@
 ],
 "shortdesc": "OSGi Enterprise Programming Model"
 },
+"arrow": {
+"bug-database": "https://github.com/apache/arrow/issues";,
+"category": "big-data, database, data-engineering, library, network-client, 
network-server",
+"created": "2016-02-17",
+"description": "Apache Arrow defines a language-independent columnar memory 
format for flat and nested data, organized for efficient analytic operations on 
modern hardware like CPUs and GPUs. The Arrow memory format also supports 
zero-copy reads for lightning-fast data access without serialization 
overhead.\n\nArrow's libraries implement the format and provide building blocks 
for a range of use cases, including high performance analytics. Many popular 
projects use Arrow to ship columnar data efficiently or as the basis for 
analytic engines.\n\nLibraries are available for C, C++, C#, Go, Java, 
JavaScript, Julia, MATLAB, Python, R, Ruby, and Rust.\n\nApache Arrow is 
software created by and for the developer community. We are dedicated to open, 
kind communication and consensus decision making. Our committers come from a 
range of organizations and backgrounds, and we welcome all to participate with 
us.",
+"doap": "https://arrow.apache.org/arrow.rdf";,
+"download-page": "http://arrow.apache.org/release/";,
+"homepage": "https://arrow.apache.org";,
+"license": "https://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://mail-archives.apache.org/mod_mbox/arrow-dev/";,
+"name": "Apache Arrow",
+"pmc": "arrow",
+"programming-language": "C, C++, C#, Go, Java, JavaScript, Julia, MATLAB, 
Python, R, Ruby, Rust",
+"release": [
+{
+"created": "2025-02-16",
+"name": "Apache Arrow",
+"revision": "19.0.1"
+}
+],
+"repository": [
+"https://github.com/apache/arrow.git";
+],
+"shortdesc": "Apache Arrow is the universal columnar format and multi-language 
toolbox for fast data interchange and in-memory analytics."
+},
 "attic-any23": {
 "bug-database": "https://issues.apache.org/jira/browse/ANY23";,
 "category": "retired, content",

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=1924510&r1=1924509&r2=1924510&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 
Fri Mar 21 04:20:05 2025
@@ -32,6 +32,9 @@
 "Apache.NMS.ActiveMQ-2.1.1": [
 "activemq/apache-nms-activemq/2.1.1/Apache.NMS.ActiveMQ-2.1.1-src.zip"
 ],
+"activemq-5.17.7": [
+"activemq/5.17.7/activemq-parent-5.17.7-source-release.zip"
+],
 "activemq-5.18.7": [
 "activemq/5.18.7/activemq-parent-5.18.7-source-release.zip"
 ],
@@ -53,10 +56,6 @@
 "activemq/activemq-cpp/3.9.5/activemq-cpp-library-3.9.5-src.tar.gz",
 "activemq/activemq-cpp/3.9.5/activemq-cpp-library-3.9.5-src.zip"
 ],
-"apache-artemis-2.39.0": [
-"activemq/activemq-artemis/2.39.0/apache-artemis-2.39.0-source-release.tar.gz",
-"activemq/activemq-artemis/2.39.0/apache-artemis-2.39.0-source-release.zip"
-],
 "apache-artemis-2.40.0": [
 "activemq/activemq-artemis/2.40.0/apache-artemis-2.40.0-source-release.tar.gz",
 "activemq/activemq-artemis/2.40.0/apache-artemis-2.40.0-source-release.zip"
@@ -4576,6 +4575,12 @@
 "ignite/ignite-extensions/ignite-spark-ext/2.0.0/ignite-spark-ext-src.zip",
 "ignite/ignite-extensions/ignite-spark-ext/3.0.0/ignite-spark-ext-src.zip"
 ],
+"ignite-spring-boot-autoconfigure-ext": [
+"ignite/ignite-extensions/ignite-spring-boot-autoconfigure-ext/2.0.0/ignite-spring-boot-autoconfigure-ext-src.zip"
+],
+"ignite-spring-boot-thin-client-autoconfigure-ext": [
+"ignite/ignite-extensions/ignite-spring-boot-thin-client-autoconfigure-ext/2.0.0/ignite-spring-boot-thin-client-autoconfigure-ext-src.zip"
+],
 "ignite-spring-cache-ext": [
 
"ignite/ignite-extensions/ignite-spring-cache-ext/2.0.0/ignite-spring-cache-ext-src.zip"
 ],
@@ -4587,7 +4592,8 @@
 ],
 "ignite-spring-data-ext": [
 
"ignite/ignite-extensions/ignite-spring-data-ext/2.0.0/ignite-spring-data-ext-src.zip",
-"ignite/ignite-extensions/ignite-spring-data-ext/3.0.0/ignite-spring-data-ext-src.zip"
+"ignite/ignite-extensions/ignite-spring-data-ext/3.0.0/ignite-spring-data-ext-src.zip",
+"ignite/ignite-extensions/ignite-spring-data-ext/3.1.0/ignite-spring-data-ext-src.zip"
 ],
 "ignite-spring-session-ext": [
 
"ignite/ignite-extensions/ignite-spring-session-ext/1.0.0/ignite-spring-session-ext-src.zip",
@@ -7338,8 +7344,8 @@
 "orc-1.9.5": [
 "orc/orc-1.9.5/orc-1.9.5.tar.gz"
 ],
-"orc-2.0.3": [
-"orc/orc-2.0.3/orc-2.0.3.tar.gz"
+"orc-2.0.4": [
+"orc/orc-2.0.4/orc-2.0.4.tar.gz"
 ],
 "orc-2.1.1": [
 "orc/orc-2.1.1/orc-2.1.1.tar.gz"
@@ -8303,6 +8309,9 @@
 "rocketmq-spring-rocketmq-spring-all-2.3.2": [
 "rocketmq/rocketmq-spring/2.3.2/rocketmq-spring-rocketmq-spring-all-2.3.2.zip"
 ],
+"rocketmq-spring-rocketmq-spring-all-2.3.3": [
+"rocketmq/rocketmq-spring/2.3.3/rocketmq-spring-rocketmq-spring-all-2.3.3.zip"
+],
 "rocketmq-streams-1.0.1-preview": [
 "rocketmq/rocketmq-streams/1.0.1-Preview/rocketmq-streams-1.0.1-preview.zip"
 ]
@@ -9565,8 +9574,8 @@
 "org.apache.sling.testing.serversetup-1.0.4": [
 "sling/org.apache.sling.testing.serversetup-1.0.4-source-release.zip"
 ],
-"org.apache.sling.testing.sling-mock-3.5.2": [
-"sling/org.apache.sling.testing.sling-mock-3.5.2-source-release.zip"
+"org.apache.sling.testing.sling-mock-3.5.4": [
+"sling/org.apache.sling.testing.sling-mock-3.5.4-source-release.zip"
 ],
 "org.apache.sling.testing.sling-mock-jackrabbit-1.0.0": [
 "sling/org.apache.sling.testing.sling-mock-jackrabbit-1.0.0-source-release.zip"
@@ -9577,17 +9586,17 @@
 "org.apache.sling.testing.sling-mock-oak-4.0.0-1.62.0": [
 "sling/org.apache.sling.testing.sling-mock-oak-4.0.0-1.62.0-source-release.zip"
 ],
-"org.apache.sling.testing.sling-mock.core-3.5.2": [
-"sling/org.apache.sling.testing.sling-mock.core-3.5.2-source-release.zip"
+"org.apache.sling.testing.sling-mock.core-3.5.4": [
+"sling/org.apache.sling.testing.sling-mock.core-3.5.4-source-release.zip"
 ],
-"org.apache.sling.testing.sling-mock.junit4-3.5.2": [
-"sling/org.apache.sling.testing.sling-mock.junit4-3.5.2-source-release.zip"
+"org.apache.sling.testing.sling-mock.junit4-3.5.4": [
+"sling/org.apache.sling.testing.sling-mock.junit4-3.5.4-source-release.zip"
 ],
-"org.apache.sling.testing.sling-mock.junit5-3.5.2": [
-"sling/org.apache.sling.testing.sling-mock.junit5-3.5.2-source-release.zip"
+"org.apache.sling.testing.sling-mock.junit5-3.5.4": [
+"sling/org.apache.sling.testing.sling-mock.junit5-3.5.4-source-release.zip"
 ],
-"org.apache.sling.testing.sling-mock.parent-3.5.2": [
-"sling/org.apache.sling.testing.sling-mock.parent-3.5.2-source-release.zip"
+"org.apache.sling.testing.sling-mock.parent-3.5.4": [
+"sling/org.apache.sling.testing.sling-mock.parent-3.5.4-source-release.zip"
 ],
 "org.apache.sling.testing.tools-1.0.16": [
 "sling/org.apache.sling.testing.tools-1.0.16-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=1924510&r1=1924509&r2=1924510&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/releases.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases.json Fri Mar 
21 04:20:05 2025
@@ -12,13 +12,13 @@
 "Apache.NMS.AMQP-2.2.0": "2023-05-14",
 "Apache.NMS.ActiveMQ-2.1.0": "2023-03-12",
 "Apache.NMS.ActiveMQ-2.1.1": "2025-02-16",
+"activemq-5.17.7": "2025-03-15",
 "activemq-5.18.7": "2025-03-13",
 "activemq-5.19.0": "2025-03-07",
 "activemq-6.1.6": "2025-03-06",
 "activemq-artemis-native-2.0.0": "2022-07-12",
 "activemq-cli-tools-0.2.0": "2020-07-22",
 "activemq-cpp-library-3.9.5": "2019-01-25",
-"apache-artemis-2.39.0": "2024-12-16",
 "apache-artemis-2.40.0": "2025-03-13",
 "apache-artemis-console-1.1.0": "2025-01-15"
 },
@@ -1508,6 +1508,8 @@
 "ignite-ml-ext": "2024-01-28",
 "ignite-performance-statistics-ext-1.0.0": "2021-06-30",
 "ignite-spark-ext": "2022-12-08",
+"ignite-spring-boot-autoconfigure-ext": "2025-03-11",
+"ignite-spring-boot-thin-client-autoconfigure-ext": "2025-03-12",
 "ignite-spring-cache-ext": "2024-06-17",
 "ignite-spring-cache-ext-1.0.0": "2021-10-26",
 "ignite-spring-data-all-ext-1.0.0": "2021-06-30",
@@ -2443,7 +2445,7 @@
 "orc": {
 "orc-1.8.8": "2024-11-06",
 "orc-1.9.5": "2024-11-11",
-"orc-2.0.3": "2024-11-11",
+"orc-2.0.4": "2025-03-17",
 "orc-2.1.1": "2025-03-02",
 "orc-format-1.0.0": "2024-01-03"
 },
@@ -2781,6 +2783,7 @@
 "rocketmq-spring-rocketmq-spring-all-2.3.0": "2024-03-01",
 "rocketmq-spring-rocketmq-spring-all-2.3.1": "2024-07-25",
 "rocketmq-spring-rocketmq-spring-all-2.3.2": "2025-02-16",
+"rocketmq-spring-rocketmq-spring-all-2.3.3": "2025-03-20",
 "rocketmq-streams-1.0.1-preview": "2022-05-27"
 },
 "roller": {
@@ -3218,14 +3221,14 @@
 "org.apache.sling.testing.samples.integrationtests-1.0.6": "2013-01-21",
 "org.apache.sling.testing.samples.sampletests-1.0.6": "2013-01-21",
 "org.apache.sling.testing.serversetup-1.0.4": "2020-10-15",
-"org.apache.sling.testing.sling-mock-3.5.2": "2024-08-26",
+"org.apache.sling.testing.sling-mock-3.5.4": "2025-03-20",
 "org.apache.sling.testing.sling-mock-jackrabbit-1.0.0": "2015-10-12",
 "org.apache.sling.testing.sling-mock-oak-3.2.0-1.22.15": "2024-04-22",
 "org.apache.sling.testing.sling-mock-oak-4.0.0-1.62.0": "2024-04-22",
-"org.apache.sling.testing.sling-mock.core-3.5.2": "2024-08-26",
-"org.apache.sling.testing.sling-mock.junit4-3.5.2": "2024-08-26",
-"org.apache.sling.testing.sling-mock.junit5-3.5.2": "2024-08-26",
-"org.apache.sling.testing.sling-mock.parent-3.5.2": "2024-08-26",
+"org.apache.sling.testing.sling-mock.core-3.5.4": "2025-03-20",
+"org.apache.sling.testing.sling-mock.junit4-3.5.4": "2025-03-20",
+"org.apache.sling.testing.sling-mock.junit5-3.5.4": "2025-03-20",
+"org.apache.sling.testing.sling-mock.parent-3.5.4": "2025-03-20",
 "org.apache.sling.testing.tools-1.0.16": "2017-05-11",
 "org.apache.sling.thumbnails-1.0.2": "2023-10-24",
 "org.apache.sling.tooling.support.install-1.1.0": "2022-11-28",

Modified: 
comdev/projects.apache.org/trunk/site/json/foundation/repositories.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/repositories.json?rev=1924510&r1=1924509&r2=1924510&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/repositories.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/repositories.json Fri 
Mar 21 04:20:05 2025
@@ -200,6 +200,7 @@
 "arrow-julia": "https://gitbox.apache.org/repos/asf/arrow-julia.git";,
 "arrow-nanoarrow": "https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git";,
 "arrow-rs": "https://gitbox.apache.org/repos/asf/arrow-rs.git";,
+"arrow-rs-object-store": 
"https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git";,
 "arrow-site": "https://gitbox.apache.org/repos/asf/arrow-site.git";,
 "arrow-testing": "https://gitbox.apache.org/repos/asf/arrow-testing.git";,
 "asterixdb": "https://gitbox.apache.org/repos/asf/asterixdb.git";,


Reply via email to