Author: projects_role
Date: Sun May 18 04:20:02 2025
New Revision: 1925656

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

Modified:
    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/projects.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/json/foundation/projects.json?rev=1925656&r1=1925655&r2=1925656&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/projects.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/projects.json Sun May 
18 04:20:02 2025
@@ -3081,6 +3081,31 @@
 ],
 "shortdesc": "Apache Pivot is an open-source platform for building installable 
Internet applications (IIAs)."
 },
+"attic-polygene": {
+"bug-database": "https://issues.apache.org/jira/browse/POLYGENE";,
+"category": "library, retired",
+"created": "2008-12-17",
+"description": "Apache Polygene is a community based effort exploring 
Composite Oriented Programming for domain centric application development. This 
includes evolved concepts from Aspect Oriented Programming, Dependency 
Injection and Domain Driven Design. Composite Oriented Programming allows 
developers to work with 'fragments', smaller than classes, and 'compose' 
fragments into larger 'composites' which acts like the regular objects. 
Polygene also tackles the enforcement of application composition, i.e. 
composites are declared in modules, modules are contained in layers and access 
between layers are controlled/enforced. Apache Polygene™ (Java Edition), 
first Apache Polygene sub-project, is an implementation of Composite Oriented 
Programming, using the standard Java platform, without the use of any 
pre-processors or new language elements. Everything you know from Java still 
applies and you can leverage both your experience and toolkits to become more 
productive with Composite 
 Oriented Programming today.",
+"doap": 
"https://gitbox.apache.org/repos/asf?p=polygene-java.git;f=doap.rdf;a=blob_plain;hb=refs/heads/develop";,
+"download-page": "https://polygene.apache.org/download.html";,
+"homepage": "https://polygene.apache.org/";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "https://www.apache.org/foundation/mailinglists.html";,
+"maintainer": [
+{
+"mbox": "mailto:[email protected]";,
+"name": "Niclas Hedhman"
+}
+],
+"name": "Apache Polygene",
+"pmc": "attic",
+"programming-language": "Java, C#, Scala, Groovy, JavaScript",
+"repository": [
+"http://svn.apache.org/repos/asf/polygene/";,
+"https://git-wip-us.apache.org/repos/asf/polygene-java.git";
+],
+"shortdesc": "Apache Polygene is a community based effort exploring Composite 
Oriented Programming for domain centric application development."
+},
 "attic-predictionio": {
 "bug-database": "https://issues.apache.org/jira/browse/PIO";,
 "category": "retired, big-data",
@@ -4090,6 +4115,109 @@
 ],
 "shortdesc": "A reliable replicated log service"
 },
+"brooklyn": {
+"bug-database": "https://issues.apache.org/jira/browse/BROOKLYN/";,
+"category": "cloud",
+"created": "2016-02-23",
+"description": "Brooklyn is about deploying and managing applications: 
composing a full stack for an application;\n        deploying to cloud and 
non-cloud targets; using monitoring tools to collect key health/performance 
metrics;\n        responding to situations such as a failing node; and adding 
or removing capacity to match demand.",
+"doap": 
"https://gitbox.apache.org/repos/asf?p=brooklyn.git;a=blob_plain;f=doap_Brooklyn.rdf;hb=HEAD";,
+"download-page": "http://brooklyn.apache.org/download/index.html";,
+"homepage": "http://brooklyn.apache.org";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://brooklyn.apache.org/community/mailing-lists.html";,
+"maintainer": [
+{
+"mbox": "mailto:[email protected]";,
+"name": "Aled Sage"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Andrea Turli"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Ciprian Ciubotariu"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Duncan Godwin"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Geoff Macartney"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Andrew Kennedy"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Hadrian Zbarcea"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Alex Heneveld"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Jean-Baptiste Onofré"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Mark McKenna"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Olivier Lamy"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Richard Downer"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Sam Corbett"
+},
+{
+"mbox": "mailto:[email protected]";,
+"name": "Svetoslav Neykov"
+}
+],
+"name": "Apache Brooklyn",
+"pmc": "brooklyn",
+"programming-language": "Java",
+"release": [
+{
+"created": "2017-05-18",
+"name": "0.11.0",
+"revision": "0.11.0"
+},
+{
+"created": "2016-12-26",
+"name": "0.10.0",
+"revision": "0.10.0"
+},
+{
+"created": "2016-04-18",
+"name": "0.9.0",
+"revision": "0.9.0"
+},
+{
+"created": "2015-09-14",
+"name": "0.8.0-incubating",
+"revision": "0.8.0-incubating"
+},
+{
+"created": "2015-07-15",
+"name": "0.7.0-incubating",
+"revision": "0.7.0-incubating"
+}
+],
+"repository": [
+"https://git-wip-us.apache.org/repos/asf/brooklyn.git";
+],
+"shortdesc": "Apache Brooklyn is a framework for modeling, monitoring, and 
managing applications through autonomic blueprints."
+},
 "brpc": {
 "bug-database": "https://github.com/apache/brpc/issues";,
 "category": "library",
@@ -8491,45 +8619,6 @@
 ],
 "shortdesc": "A library of production quality streaming algorithms with 
platform plugins for real-time analysis of big data in Java, C++, Python, and 
Go."
 },
-"db-_jdo": {
-"bug-database": "https://issues.apache.org/jira/projects/JDO";,
-"category": "database",
-"created": "2023-09-06",
-"description": "The POJO approach separates data manipulation (done by 
accessing Java data members in the Java domain objects) from database 
manipulation (done by calling the JDO interface methods). This separation of 
concerns leads to a high degree of independence of the Java view of data from 
the database view of the data.",
-"doap": 
"https://raw.githubusercontent.com/apache/db-jdo-site/main/doap__JDO.rdf";,
-"download-page": "https://db.apache.org/jdo/downloads.html";,
-"homepage": "https://db.apache.org/jdo/";,
-"implements": [
-{
-"body": "JCP",
-"id": "JSR-243",
-"title": "Java Data Objects",
-"url": "https://db.apache.org/jdo/specifications.html";
-}
-],
-"license": "https://spdx.org/licenses/Apache-2.0";,
-"mailing-list": "https://db.apache.org/jdo/mail-lists.html";,
-"maintainer": [
-{
-"mbox": "mailto:[email protected]";,
-"name": "JDO Project"
-}
-],
-"name": "Apache  JDO",
-"pmc": "db",
-"programming-language": "Java",
-"release": [
-{
-"created": "2022-05-04",
-"name": "Java Data Objects",
-"revision": "3.2.1"
-}
-],
-"repository": [
-"https://github.com/apache/db-jdo";
-],
-"shortdesc": "Java Data Objects (JDO) is a standard way to access persistent 
data in databases, using plain old Java objects (POJO) to represent persistent 
data."
-},
 "db-derby": {
 "bug-database": "http://issues.apache.org/jira/browse/DERBY";,
 "category": "database",
@@ -8962,6 +9051,37 @@
 ],
 "shortdesc": "Apache Doris is a new-generation open-source real-time data 
warehouse based on MPP architecture, with easier use and higher performance for 
big data analytics."
 },
+"drill": {
+"bug-database": "https://issues.apache.org/jira/browse/DRILL/";,
+"category": "big-data",
+"created": "2015-01-04",
+"description": "Apache Drill is a distributed MPP query layer that supports 
SQL and alternative query languages against NoSQL and Hadoop data storage 
systems. It was inspired in part by Google's Dremel.",
+"doap": 
"https://gitbox.apache.org/repos/asf?p=drill-site.git;a=blob_plain;f=doap_Drill.rdf;hb=refs/heads/master";,
+"download-page": "http://drill.apache.org/download/";,
+"homepage": "http://drill.apache.org";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://drill.apache.org/community/#mailinglists";,
+"maintainer": [
+{
+"mbox": "mailto:[email protected]";,
+"name": "Jacques Nadeau"
+}
+],
+"name": "Apache Drill",
+"pmc": "drill",
+"programming-language": "Java",
+"release": [
+{
+"created": "2014-12-23",
+"name": "0.7.0",
+"revision": "0.7.0"
+}
+],
+"repository": [
+"git://git.apache.org/drill.git"
+],
+"shortdesc": "A distributed SQL MPP for Hadoop and NoSQL"
+},
 "druid": {
 "bug-database": "https://github.com/apache/druid/issues";,
 "category": "big-data, database",
@@ -11433,392 +11553,6 @@
 ],
 "shortdesc": "Apache Kylin is an open source, distributed Analytical Data 
Warehouse for Big Data."
 },
-"libcloud": {
-"bug-database": "https://issues.apache.org/jira/browse/LIBCLOUD";,
-"category": "cloud, library",
-"created": "2011-05-29",
-"description": "Apache Libcloud is a standard Python library that abstracts 
away differences among multiple cloud provider APIs. It allows users to manage 
cloud servers, cloud storage and load-balancers.",
-"doap": 
"https://gitbox.apache.org/repos/asf?p=libcloud.git;a=blob_plain;f=doap_libcloud.rdf;hb=HEAD";,
-"download-page": "http://libcloud.apache.org/downloads.html";,
-"homepage": "http://libcloud.apache.org";,
-"license": "http://usefulinc.com/doap/licenses/asl20";,
-"mailing-list": "http://libcloud.apache.org/devinfo.html";,
-"maintainer": [
-{
-"mbox": "mailto:[email protected]";,
-"name": "Tomaz Muraus"
-}
-],
-"name": "Apache Libcloud",
-"pmc": "libcloud",
-"programming-language": "Python",
-"release": [
-{
-"created": "2010-02-09",
-"name": "0.2.0",
-"revision": "0.2.0"
-},
-{
-"created": "2010-05-11",
-"name": "0.3.0",
-"revision": "0.3.0"
-},
-{
-"created": "2010-10-12",
-"name": "0.4.0",
-"revision": "0.4.0"
-},
-{
-"created": "2011-01-17",
-"name": "0.4.1",
-"revision": "0.4.0"
-},
-{
-"created": "2011-05-25",
-"name": "0.5.0",
-"revision": "0.5.0"
-},
-{
-"created": "2011-07-05",
-"name": "0.5.2",
-"revision": "0.5.2"
-},
-{
-"created": "2011-10-19",
-"name": "0.6.0-beta1",
-"revision": "0.6.0-beta1"
-},
-{
-"created": "2011-11-09",
-"name": "0.6.1",
-"revision": "0.6.1"
-},
-{
-"created": "2011-11-17",
-"name": "0.6.2",
-"revision": "0.6.2"
-},
-{
-"created": "2011-12-09",
-"name": "0.7.1",
-"revision": "0.7.1"
-},
-{
-"created": "2012-02-08",
-"name": "0.8.0",
-"revision": "0.8.0"
-},
-{
-"created": "2012-04-01",
-"name": "0.9.1",
-"revision": "0.9.1"
-},
-{
-"created": "2012-05-24",
-"name": "0.10.1",
-"revision": "0.10.1"
-},
-{
-"created": "2012-07-30",
-"name": "0.11.0",
-"revision": "0.11.0"
-},
-{
-"created": "2012-08-01",
-"name": "0.11.1",
-"revision": "0.11.1"
-},
-{
-"created": "2012-09-25",
-"name": "0.11.3",
-"revision": "0.11.3"
-},
-{
-"created": "2012-11-19",
-"name": "0.11.4",
-"revision": "0.11.4"
-},
-{
-"created": "2013-02-19",
-"name": "0.12.1",
-"revision": "0.12.1"
-},
-{
-"created": "2013-03-11",
-"name": "0.12.3",
-"revision": "0.12.3"
-},
-{
-"created": "2013-04-22",
-"name": "0.12.4",
-"revision": "0.12.3"
-},
-{
-"created": "2013-07-01",
-"name": "0.13.0",
-"revision": "0.13.0"
-},
-{
-"created": "2013-09-05",
-"name": "0.13.1",
-"revision": "v0.13.1"
-},
-{
-"created": "2013-09-18",
-"name": "0.13.2",
-"revision": "v0.13.2"
-},
-{
-"created": "2013-12-31",
-"name": "0.13.3",
-"revision": "v0.13.3"
-},
-{
-"created": "2013-11-21",
-"name": "0.14.0-beta3",
-"revision": "v0.14.0-beta3"
-},
-{
-"created": "2014-01-22",
-"name": "0.14.0",
-"revision": "v0.14.0"
-},
-{
-"created": "2014-02-08",
-"name": "0.14.1",
-"revision": "v0.14.1"
-},
-{
-"created": "2014-06-26",
-"name": "0.15.0",
-"revision": "v0.15.0"
-},
-{
-"created": "2014-07-10",
-"name": "0.15.1",
-"revision": "v0.15.1"
-},
-{
-"created": "2014-11-12",
-"name": "0.16.0",
-"revision": "v0.16.0"
-},
-{
-"created": "2015-02-18",
-"name": "0.17.0",
-"revision": "v0.17.0"
-},
-{
-"created": "2015-08-12",
-"name": "0.18.0",
-"revision": "v0.18.0"
-},
-{
-"created": "2015-10-30",
-"name": "0.19.0",
-"revision": "v0.19.0"
-},
-{
-"created": "2015-12-15",
-"name": "0.20.0",
-"revision": "v0.20.0"
-},
-{
-"created": "2016-01-19",
-"name": "0.20.1",
-"revision": "v0.20.1"
-},
-{
-"created": "2016-01-26",
-"name": "1.0.0-pre1",
-"revision": "v1.0.0-pre1"
-},
-{
-"created": "2016-04-11",
-"name": "1.0.0-rc2",
-"revision": "v1.0.0-rc2"
-},
-{
-"created": "2016-06-21",
-"name": "1.0.0",
-"revision": "v1.0.0"
-},
-{
-"created": "2016-07-07",
-"name": "1.1.0",
-"revision": "v1.1.0"
-},
-{
-"created": "2016-09-15",
-"name": "1.2.0",
-"revision": "v1.2.0"
-},
-{
-"created": "2016-09-23",
-"name": "1.2.1",
-"revision": "v1.2.1"
-},
-{
-"created": "2016-10-14",
-"name": "1.3.0",
-"revision": "v1.3.0"
-},
-{
-"created": "2016-11-27",
-"name": "1.4.0",
-"revision": "v1.4.0"
-},
-{
-"created": "2016-12-28",
-"name": "1.5.0",
-"revision": "v1.5.0"
-},
-{
-"created": "2017-04-08",
-"name": "2.0.0rc2",
-"revision": "v2.0.0rc2"
-},
-{
-"created": "2017-04-25",
-"name": "2.0.0",
-"revision": "v2.0.0"
-},
-{
-"created": "2017-07-17",
-"name": "2.1.0",
-"revision": "v2.1.0"
-},
-{
-"created": "2017-09-04",
-"name": "2.2.0",
-"revision": "v2.2.0"
-},
-{
-"created": "2017-09-21",
-"name": "2.2.1",
-"revision": "v2.2.1"
-},
-{
-"created": "2018-02-08",
-"name": "2.3.0",
-"revision": "v2.3.0"
-},
-{
-"created": "2018-11-08",
-"name": "2.4.0",
-"revision": "v2.4.0"
-},
-{
-"created": "2019-05-30",
-"name": "2.5.0",
-"revision": "v2.5.0"
-},
-{
-"created": "2019-08-28",
-"name": "2.6.0",
-"revision": "v2.6.0"
-},
-{
-"created": "2019-11-18",
-"name": "2.6.1",
-"revision": "v2.6.1"
-},
-{
-"created": "2019-12-09",
-"name": "2.7.0",
-"revision": "v2.7.0"
-},
-{
-"created": "2020-01-02",
-"name": "2.8.0",
-"revision": "v2.8.0"
-},
-{
-"created": "2020-01-29",
-"name": "3.0.0-rc1",
-"revision": "v3.0.0-rc1"
-},
-{
-"created": "2020-03-03",
-"name": "3.0.0-rc1",
-"revision": "v3.0.0-rc1"
-},
-{
-"created": "2020-04-15",
-"name": "2.8.2",
-"revision": "v2.8.2"
-},
-{
-"created": "2020-04-15",
-"name": "3.0.0",
-"revision": "v3.0.0"
-},
-{
-"created": "2020-06-12",
-"name": "2.8.3",
-"revision": "v2.8.3"
-},
-{
-"created": "2020-06-12",
-"name": "3.1.0",
-"revision": "v3.1.0"
-},
-{
-"created": "2020-09-20",
-"name": "3.2.0",
-"revision": "v3.2.0"
-},
-{
-"created": "2021-01-02",
-"name": "3.3.0",
-"revision": "v3.3.0"
-},
-{
-"created": "2021-01-25",
-"name": "3.3.1",
-"revision": "v3.3.1"
-},
-{
-"created": "2021-11-11",
-"name": "3.4.0",
-"revision": "v3.4.0"
-},
-{
-"created": "2021-11-15",
-"name": "3.4.1",
-"revision": "v3.4.1"
-},
-{
-"created": "2022-03-11",
-"name": "3.5.0",
-"revision": "v3.5.0"
-},
-{
-"created": "2022-05-26",
-"name": "3.6.0",
-"revision": "v3.6.0"
-},
-{
-"created": "2022-10-10",
-"name": "3.6.1",
-"revision": "v3.6.1"
-},
-{
-"created": "2023-01-08",
-"name": "3.7.0",
-"revision": "v3.7.0"
-},
-{
-"created": "2023-08-10",
-"name": "3.8.0",
-"revision": "v3.8.0"
-}
-],
-"repository": [
-"https://svn.apache.org/repos/asf/libcloud/trunk/";
-],
-"shortdesc": "Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs."
-},
 "linkis": {
 "bug-database": "https://github.com/apache/linkis/issues";,
 "category": "big-data",
@@ -17995,6 +17729,152 @@
 ],
 "shortdesc": "Websh is a rapid development environment for building powerful, 
fast, and reliable web applications in Tcl"
 },
+"tez": {
+"bug-database": "https://issues.apache.org/jira/browse/TEZ";,
+"category": "big-data",
+"created": "2014-11-21",
+"description": null,
+"doap": 
"https://gitbox.apache.org/repos/asf?p=tez.git;f=Tez_DOAP.rdf;a=blob_plain;hb=HEAD";,
+"download-page": "http://tez.apache.org/releases/";,
+"homepage": "http://tez.apache.org";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://tez.apache.org/mail-lists.html";,
+"maintainer": [
+{
+"mbox": "mailto:[email protected]";,
+"name": "Apache Tez PMC"
+}
+],
+"name": "Apache Tez",
+"pmc": "tez",
+"programming-language": "Java",
+"release": [
+{
+"created": "2024-09-15",
+"name": "Version 0.10.4",
+"revision": "0.10.4"
+},
+{
+"created": "2024-01-31",
+"name": "Version 0.10.3",
+"revision": "0.10.3"
+},
+{
+"created": "2022-07-30",
+"name": "Version 0.10.2",
+"revision": "0.10.2"
+},
+{
+"created": "2021-07-01",
+"name": "Version 0.10.1",
+"revision": "0.10.1"
+},
+{
+"created": "2020-10-15",
+"name": "Version 0.10.0",
+"revision": "0.10.0"
+},
+{
+"created": "2019-03-29",
+"name": "Version 0.9.2",
+"revision": "0.9.2"
+},
+{
+"created": "2018-01-04",
+"name": "Version 0.9.1",
+"revision": "0.9.1"
+},
+{
+"created": "2017-07-27",
+"name": "Version 0.9.0",
+"revision": "0.9.0"
+},
+{
+"created": "2017-03-13",
+"name": "Version 0.8.5",
+"revision": "0.8.5"
+},
+{
+"created": "2016-07-08",
+"name": "Version 0.8.4",
+"revision": "0.8.4"
+},
+{
+"created": "2016-05-10",
+"name": "Version 0.7.1",
+"revision": "0.7.1"
+},
+{
+"created": "2016-04-15",
+"name": "Version 0.8.3",
+"revision": "0.8.3"
+},
+{
+"created": "2016-01-19",
+"name": "Version 0.8.2",
+"revision": "0.8.2"
+},
+{
+"created": "2015-10-12",
+"name": "Version 0.8.1-alpha",
+"revision": "0.8.1-alpha"
+},
+{
+"created": "2015-09-01",
+"name": "Version 0.8.0-alpha",
+"revision": "0.8.0-alpha"
+},
+{
+"created": "2015-08-07",
+"name": "Version 0.6.2",
+"revision": "0.6.2"
+},
+{
+"created": "2015-05-18",
+"name": "Version 0.7.0",
+"revision": "0.7.0"
+},
+{
+"created": "2015-05-18",
+"name": "Version 0.6.1",
+"revision": "0.6.1"
+},
+{
+"created": "2015-01-23",
+"name": "Version 0.6.0",
+"revision": "0.6.0"
+},
+{
+"created": "2014-12-10",
+"name": "Version 0.5.3",
+"revision": "0.5.3"
+},
+{
+"created": "2014-11-07",
+"name": "Version 0.5.2",
+"revision": "0.5.2"
+},
+{
+"created": "2014-10-08",
+"name": "Version 0.5.1",
+"revision": "0.5.1"
+},
+{
+"created": "2014-09-04",
+"name": "Version 0.5.0",
+"revision": "0.5.0"
+},
+{
+"created": "2014-07-15",
+"name": "Version 0.4.1-incubating",
+"revision": "0.4.1-incubating"
+}
+],
+"repository": [
+"https://gitbox.apache.org/repos/asf/tez.git";
+],
+"shortdesc": "Apache Tez is an effort to develop a generic application 
framework which can be used to process arbitrarily complex directed-acyclic 
graphs (DAGs) of data-processing tasks and also a re-usable set of 
data-processing primitives which can be used by other projects."
+},
 "thrift": {
 "bug-database": "https://issues.apache.org/jira/browse/THRIFT";,
 "category": "http, library, network-client, network-server",
@@ -19095,6 +18975,211 @@
 ],
 "shortdesc": "Tools and infrastructure for the template engine"
 },
+"webservices-axiom": {
+"bug-database": "http://issues.apache.org/jira/browse/AXIOM";,
+"category": "library, xml",
+"created": "2010-05-30",
+"description": "Apache Axiom is a StAX-based, XML Infoset compliant object 
model which supports on-demand building of the object tree. It supports a novel 
\"pull-through\" model which allows one to turn off the tree building and 
directly access the underlying pull event stream. It also has built in support 
for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML 
to carry binary data efficiently and in a transparent manner. The combination 
of these is an easy to use API with a very high performant architecture!",
+"doap": 
"https://gitbox.apache.org/repos/asf?p=ws-axiom.git;a=blob_plain;f=etc/axiom.rdf;hb=HEAD";,
+"download-page": "http://ws.apache.org/axiom/download.cgi";,
+"homepage": "http://ws.apache.org/axiom/";,
+"implements": [
+{
+"body": "W3C",
+"id": "XML 1.0",
+"title": "Extensible Markup Language (XML) 1.0 (Fourth Edition)",
+"url": "http://www.w3.org/TR/2006/REC-xml-20060816/";
+},
+{
+"body": "W3C",
+"id": "Namespaces in XML 1.0",
+"title": "Namespaces in XML 1.0 (Second Edition)",
+"url": "http://www.w3.org/TR/2006/REC-xml-names-20060816/";
+},
+{
+"body": "W3C",
+"id": "XOP 1.0",
+"title": "XML-binary Optimized Packaging",
+"url": "http://www.w3.org/TR/2005/REC-xop10-20050125/";
+},
+{
+"body": "W3C",
+"id": "SOAP 1.2",
+"title": "SOAP Version 1.2 Part 1: Messaging Framework (Second Edition)",
+"url": "http://www.w3.org/TR/2007/REC-soap12-part1-20070427/";
+},
+{
+"body": "W3C",
+"id": "MTOM",
+"title": "SOAP Message Transmission Optimization Mechanism",
+"url": "http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/";
+},
+{
+"body": "W3C",
+"id": "XML Infoset",
+"title": "XML Information Set (Second Edition)",
+"url": "http://www.w3.org/TR/2004/REC-xml-infoset-20040204/";
+},
+{
+"body": "W3C",
+"id": "DOM Level 2 Core",
+"title": "Document Object Model (DOM) Level 2 Core",
+"url": "http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/";
+}
+],
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://ws.apache.org/axiom/mail-lists.html";,
+"maintainer": [
+{
+"mbox": "mailto:[email protected]?subject=%5BAxiom%5D";,
+"name": "Axiom Development Team"
+}
+],
+"name": "Apache Axiom",
+"pmc": "webservices",
+"programming-language": "Java",
+"release": [
+{
+"created": "2006-03-26",
+"name": "Apache Axiom",
+"revision": "0.95"
+},
+{
+"created": "2006-05-02",
+"name": "Apache Axiom",
+"revision": "1.0"
+},
+{
+"created": "2006-09-15",
+"name": "Apache Axiom",
+"revision": "1.1"
+},
+{
+"created": "2006-09-18",
+"name": "Apache Axiom",
+"revision": "1.1.1"
+},
+{
+"created": "2006-11-13",
+"name": "Apache Axiom",
+"revision": "1.2"
+},
+{
+"created": "2006-11-30",
+"name": "Apache Axiom",
+"revision": "1.2.1"
+},
+{
+"created": "2007-01-09",
+"name": "Apache Axiom",
+"revision": "1.2.2"
+},
+{
+"created": "2007-04-03",
+"name": "Apache Axiom",
+"revision": "1.2.3"
+},
+{
+"created": "2007-04-20",
+"name": "Apache Axiom",
+"revision": "1.2.4"
+},
+{
+"created": "2007-07-05",
+"name": "Apache Axiom",
+"revision": "1.2.5"
+},
+{
+"created": "2008-04-09",
+"name": "Apache Axiom",
+"revision": "1.2.6"
+},
+{
+"created": "2008-04-20",
+"name": "Apache Axiom",
+"revision": "1.2.7"
+},
+{
+"created": "2009-01-15",
+"name": "Apache Axiom",
+"revision": "1.2.8"
+},
+{
+"created": "2010-06-13",
+"name": "Apache Axiom",
+"revision": "1.2.9"
+},
+{
+"created": "2010-10-30",
+"name": "Apache Axiom",
+"revision": "1.2.10"
+},
+{
+"created": "2011-02-03",
+"name": "Apache Axiom",
+"revision": "1.2.11"
+},
+{
+"created": "2011-07-02",
+"name": "Apache Axiom",
+"revision": "1.2.12"
+},
+{
+"created": "2012-04-02",
+"name": "Apache Axiom",
+"revision": "1.2.13"
+},
+{
+"created": "2012-12-02",
+"name": "Apache Axiom",
+"revision": "1.2.14"
+},
+{
+"created": "2015-06-10",
+"name": "Apache Axiom",
+"revision": "1.2.15"
+},
+{
+"created": "2015-11-19",
+"name": "Apache Axiom",
+"revision": "1.2.16"
+},
+{
+"created": "2015-12-29",
+"name": "Apache Axiom",
+"revision": "1.2.17"
+},
+{
+"created": "2016-02-20",
+"name": "Apache Axiom",
+"revision": "1.2.18"
+},
+{
+"created": "2016-04-25",
+"name": "Apache Axiom",
+"revision": "1.2.19"
+},
+{
+"created": "2016-10-16",
+"name": "Apache Axiom",
+"revision": "1.2.20"
+},
+{
+"created": "2018-11-02",
+"name": "Apache Axiom",
+"revision": "1.2.21"
+},
+{
+"created": "2019-01-10",
+"name": "Apache Axiom",
+"revision": "1.2.22"
+}
+],
+"repository": [
+"http://svn.apache.org/repos/asf/webservices/axiom/trunk";
+],
+"shortdesc": "Apache Axiom is an XML object model supporting deferred parsing."
+},
 "webservices-woden": {
 "bug-database": "https://issues.apache.org/jira/browse/Woden";,
 "category": "xml",
@@ -19162,6 +19247,31 @@
 ],
 "shortdesc": "Tools that display and visualize various bits of data related to 
ASF organizations and processes."
 },
+"wicket": {
+"bug-database": "https://issues.apache.org/jira/browse/WICKET";,
+"category": "web-framework",
+"created": "2004-04-01",
+"description": "Write maintainable, secure and scalable web applications using 
just Java and HTML. Invented in 2004, Wicket is one of the few survivors of the 
Java serverside web framework wars of the mid 2000's, and a proud member of the 
Apache Software Foundation.",
+"doap": 
"https://gitbox.apache.org/repos/asf?p=wicket-site.git;a=blob_plain;f=content/doap.rdf;hb=HEAD";,
+"download-page": "https://wicket.apache.org";,
+"homepage": "https://wicket.apache.org";,
+"license": "https://www.apache.org/licenses/LICENSE-2.0.txt";,
+"mailing-list": "https://wicket.apache.org";,
+"name": "Apache Wicket",
+"pmc": "wicket",
+"programming-language": "Java",
+"release": [
+{
+"created": "2025-04-25",
+"name": "Latest Stable Release",
+"revision": "10.5.0"
+}
+],
+"repository": [
+"https://github.com/apache/wicket";
+],
+"shortdesc": "Apache Wicket is an open source Java component oriented web 
application framework."
+},
 "xalan-for_c++_xslt_processor": {
 "bug-database": "http://issues.apache.org/jira/browse/XALANC";,
 "category": "xml",

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=1925656&r1=1925655&r2=1925656&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 
Sun May 18 04:20:02 2025
@@ -2127,8 +2127,8 @@
 "apache-datafusion-47.0.0": [
 "datafusion/datafusion-47.0.0/apache-datafusion-47.0.0.tar.gz"
 ],
-"apache-datafusion-ballista-45.0.0": [
-"datafusion/datafusion-ballista-45.0.0/apache-datafusion-ballista-45.0.0.tar.gz"
+"apache-datafusion-ballista-46.0.0": [
+"datafusion/datafusion-ballista-46.0.0/apache-datafusion-ballista-46.0.0.tar.gz"
 ],
 "apache-datafusion-comet-0.8.0": [
 "datafusion/datafusion-comet-0.8.0/apache-datafusion-comet-0.8.0.tar.gz"
@@ -5889,8 +5889,8 @@
 "maven-antrun-plugin-3.1.0": [
 "maven/plugins/maven-antrun-plugin-3.1.0-source-release.zip"
 ],
-"maven-archetype-3.3.1": [
-"maven/archetype/maven-archetype-3.3.1-source-release.zip"
+"maven-archetype-3.4.0": [
+"maven/archetype/maven-archetype-3.4.0-source-release.zip"
 ],
 "maven-archetype-bundles-1.5": [
 "maven/archetype/maven-archetype-bundles-1.5-source-release.zip"
@@ -6522,6 +6522,9 @@
 "myfaces-tobago-5.15.1": [
 "myfaces/source/myfaces-tobago-5.15.1-source-release.zip"
 ],
+"myfaces-tobago-5.15.2": [
+"myfaces/source/myfaces-tobago-5.15.2-source-release.zip"
+],
 "myfaces-tobago-5.3.0": [
 "myfaces/source/myfaces-tobago-5.3.0-source-release.zip"
 ],
@@ -6579,6 +6582,9 @@
 "myfaces-tobago-6.7.1": [
 "myfaces/source/myfaces-tobago-6.7.1-source-release.zip"
 ],
+"myfaces-tobago-6.7.2": [
+"myfaces/source/myfaces-tobago-6.7.2-source-release.zip"
+],
 "portlet-bridge-1.0.0": [
 "myfaces/source/portlet-bridge-1.0.0-src-all.tar.gz",
 "myfaces/source/portlet-bridge-1.0.0-src-all.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=1925656&r1=1925655&r2=1925656&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/json/foundation/releases.json 
(original)
+++ comdev/projects.apache.org/trunk/site/json/foundation/releases.json Sun May 
18 04:20:02 2025
@@ -707,7 +707,7 @@
 "apache-datafusion-46.0.0": "2025-03-07",
 "apache-datafusion-46.0.1": "2025-03-19",
 "apache-datafusion-47.0.0": "2025-04-20",
-"apache-datafusion-ballista-45.0.0": "2025-04-08",
+"apache-datafusion-ballista-46.0.0": "2025-05-17",
 "apache-datafusion-comet-0.8.0": "2025-04-26",
 "apache-datafusion-comet-0.8.1": "2025-05-04",
 "apache-datafusion-python-43.1.0": "2024-12-12",
@@ -1972,7 +1972,7 @@
 "maven-44": "2025-03-18",
 "maven-acr-plugin-3.1.0": "2018-06-23",
 "maven-antrun-plugin-3.1.0": "2022-04-21",
-"maven-archetype-3.3.1": "2024-10-28",
+"maven-archetype-3.4.0": "2025-05-17",
 "maven-archetype-bundles-1.5": "2024-08-25",
 "maven-archiver-3.6.3": "2024-10-31",
 "maven-archiver-4.0.0-beta-3": "2024-12-02",
@@ -2153,6 +2153,7 @@
 "myfaces-tobago-5.14.0": "2024-10-19",
 "myfaces-tobago-5.15.0": "2025-02-22",
 "myfaces-tobago-5.15.1": "2025-03-09",
+"myfaces-tobago-5.15.2": "2025-05-17",
 "myfaces-tobago-5.3.0": "2022-10-10",
 "myfaces-tobago-5.4.0": "2022-12-12",
 "myfaces-tobago-5.5.0": "2023-01-30",
@@ -2172,6 +2173,7 @@
 "myfaces-tobago-6.6.0": "2024-10-19",
 "myfaces-tobago-6.7.0": "2025-02-22",
 "myfaces-tobago-6.7.1": "2025-03-09",
+"myfaces-tobago-6.7.2": "2025-05-17",
 "portlet-bridge-1.0.0": "2014-10-30",
 "portlet-bridge-2.0.0": "2014-10-30",
 "tomahawk-1.1.14": "2014-10-30",


Reply via email to