updated doap filewq
git-svn-id: https://svn.apache.org/repos/asf/directmemory/trunk@1604957 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doap_DirectMemory.rdf b/doap_DirectMemory.rdf
index 18248a8..fcbba6e 100644
--- a/doap_DirectMemory.rdf
+++ b/doap_DirectMemory.rdf
@@ -1,54 +1,50 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+ xmlns="http://usefulinc.com/ns/doap#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:asfext="http://projects.apache.org/ns/asfext#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
-<rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
- <Project rdf:about="http://DirectMemory.rdf.apache.org/">
- <created>2011</created>
- <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
+ <Project rdf:about="http://directmemory.apache.org">
+ <created>2014-06-23</created>
+ <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
<name>Apache DirectMemory</name>
- <homepage rdf:resource="http://incubator.apache.org/directmemory/"/>
- <asfext:pmc rdf:resource="http://incubator.apache.org/directmemory/"/>
- <shortdesc>DirectMemory is off-heap cache library.</shortdesc>
- <description>DirectMemory is a multi layered cache implementation featuring off-heap memory management (a-la BigMemory) to enable efficient handling of a large number of java objects without affecting jvm garbage collection performance.</description>
- <bug-database rdf:resource="https://issues.apache.org/jira/browse/DIRECTMEMORY"/>
- <mailing-list rdf:resource="http://incubator.apache.org/directmemory/mail-lists.html"/>
- <download-page rdf:resource="http://incubator.apache.org/directmemory/downloads.html"/>
+ <homepage rdf:resource="http://directmemory.apache.org" />
+ <asfext:pmc rdf:resource="http://directmemory.apache.org" />
+ <description>Apache DirectMemory is a off-heap cache for the Java Virtual Machine</description>
+ <bug-database rdf:resource="https://issues.apache.org/jira/browse/DIRECTMEMORY" />
+ <mailing-list rdf:resource="http://directmemory.apache.org/mail-lists.html" />
+ <download-page rdf:resource="http://directmemory.apache.org/downloads.html" />
<programming-language>Java</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/big-data" />
<release>
<Version>
- <name>Latest stable release</name>
- <created>2012-07-09</created>
- <revision>0.1-incubating</revision>
- <file-release>http://archive.apache.org/dist/incubator/directmemory/0.1-incubating/apache-directmemory-0.1-incubating-source-release.zip</file-release>
+ <name>Apache DirectMemory 0.2</name>
+ <created>2013-09-15</created>
+ <revision>0.2</revision>
</Version>
</release>
<repository>
<SVNRepository>
- <location rdf:resource="http://svn.apache.org/repos/asf/incubator/directmemory/trunk"/>
- <browse rdf:resource="http://svn.apache.org/viewvc/incubator/directmemory/trunk"/>
+ <location rdf:resource="https://svn.apache.org/repos/asf/directmemory/trunk/"/>
+ <browse rdf:resource="https://svn.apache.org/viewvc/directmemory/trunk/"/>
</SVNRepository>
</repository>
- <maintainer>
- <foaf:Person>
- <foaf:name>Olivier Lamy</foaf:name>
- <foaf:mbox rdf:resource="mailto:olamy@apache.org"/>
- </foaf:Person>
- </maintainer>
-
</Project>
</rdf:RDF>