This is an automated email from the ASF dual-hosted git repository.

albertobr pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 39ea9d9  GEODE-6042: Fix PMC link in doap file
     new 9a4b302  Merge pull request #13 from Nordix/feature/GEODE-6042_1
39ea9d9 is described below

commit 39ea9d930b9e742cd56fd30a08eff6edfe9c552a
Author: Alberto Bustamante Reyes <[email protected]>
AuthorDate: Mon Sep 27 22:27:50 2021 +0200

    GEODE-6042: Fix PMC link in doap file
---
 doap_Geode.rdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doap_Geode.rdf b/doap_Geode.rdf
index 5d613c9..dec813b 100644
--- a/doap_Geode.rdf
+++ b/doap_Geode.rdf
@@ -24,7 +24,7 @@
     <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
     <name>Apache Geode</name>
     <homepage rdf:resource="https://geode.apache.org"; />
-    <asfext:pmc rdf:resource="https://abdera.apache.org"; />
+    <asfext:pmc rdf:resource="https://geode.apache.org"; />
     <shortdesc>Apache Geode is a data management platform that provides 
real-time, consistent access to data-intensive applications throughout widely 
distributed cloud architectures.</shortdesc>
     <description>Apache Geode is a data management platform that provides 
real-time, consistent access to data-intensive applications throughout widely 
distributed cloud architectures. Geode pools memory, CPU, network resources, 
and optionally local disk across multiple processes to manage application 
objects and behavior. It uses dynamic replication and data partitioning 
techniques to implement high availability, improved performance, scalability, 
and fault tolerance. In addition to bei [...]
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/GEODE"; />

Reply via email to