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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 298b738  updating our doap file
298b738 is described below

commit 298b73888bf58779d5d498d69dd06de7fa5a94ba
Author: Mark Struberg <[email protected]>
AuthorDate: Fri Aug 2 12:06:05 2019 +0200

    updating our doap file
---
 doap_OpenWebBeans.rdf | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/doap_OpenWebBeans.rdf b/doap_OpenWebBeans.rdf
index cc17dde..5e62f9b 100644
--- a/doap_OpenWebBeans.rdf
+++ b/doap_OpenWebBeans.rdf
@@ -30,15 +30,15 @@
     <shortdesc>Dependency Injection Platform.</shortdesc>
     <description>OpenWebBeans is an ALv2-licensed implementation of the 
"Contexts and Dependency Injection for the Java EE platform" specification 
which is defined as JSR-299.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/OWB"; />
-    <mailing-list 
rdf:resource="http://openwebbeans.apache.org/1.0.0-SNAPSHOT/mail-lists.html"; />
+    <mailing-list rdf:resource="http://openwebbeans.apache.org/community.html"; 
/>
     <download-page 
rdf:resource="http://www.apache.org/dyn/closer.cgi/openwebbeans/"; />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/javaee"; />
     <release>
       <Version>
-        <name>1.0.0 Release</name>
-        <created>2010-10-19</created>
-        <revision>1.0.0</revision>
+        <name>2.0.11</name>
+        <created>2019-05-19</created>
+        <revision>2.0.11</revision>
       </Version>
     </release>
     <repository>
@@ -46,18 +46,16 @@
         <location 
rdf:resource="https://svn.apache.org/repos/asf/openwebbeans"/>
         <browse rdf:resource="http://svn.apache.org/viewvc/openwebbeans"/>
       </SVNRepository>
+      <GITRepository>
+        <location 
rdf:resource="git://gitbox.apache.org/repos/asf/openwebbeans.git"/>
+        <browse rdf:resource="https://github.com/apache/openwebbeans"/>
+      </GITRepository>
     </repository>
-    <maintainer>
-      <foaf:Person>
-        <foaf:name>Gurkan Erdogdu</foaf:name>
-          <foaf:mbox rdf:resource="mailto:[email protected]"/>
-      </foaf:Person>
-    </maintainer>
     <asfext:implements><asfext:Standard>
       <asfext:title>Contexts and Dependency Injection for the Java EE 
platform</asfext:title>
       <asfext:body>JCP</asfext:body>
-      <asfext:id>JSR 299</asfext:id>
-      <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=299"/>
+      <asfext:id>JSR 299, 346, 365</asfext:id>
+      <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=365"/>
     </asfext:Standard></asfext:implements>
   </Project>
 </rdf:RDF>

Reply via email to