Skip to content

Commit 67f309b

Browse files
committed
Updating doap
1 parent ec8bc57 commit 67f309b

1 file changed

Lines changed: 10 additions & 41 deletions

File tree

doap_apacheds.rdf

Lines changed: 10 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -21,58 +21,27 @@
2121
See the License for the specific language governing permissions and
2222
limitations under the License.
2323
-->
24-
<Project rdf:about="http://directory.apache.org">
24+
<Project rdf:about="https://directory.apache.org">
2525
<created>2007-04-17</created>
26-
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
26+
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
2727
<name>Apache Directory Server</name>
28-
<homepage rdf:resource="http://directory.apache.org/apacheds/1.5" />
29-
<asfext:pmc rdf:resource="http://directory.apache.org" />
28+
<homepage rdf:resource="https://directory.apache.org/apacheds" />
29+
<asfext:pmc rdf:resource="https://directory.apache.org" />
3030
<shortdesc>An extensible, embeddable LDAP and Kerberos server, entirely in Java</shortdesc>
3131
<description>ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.</description>
32-
<bug-database rdf:resource="http://issues.apache.org/jira/browse/DIRSERVER" />
33-
<mailing-list rdf:resource="http://directory.apache.org/community%26resources/mailing-lists-and-irc.html" />
34-
<download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/directory/apacheds/" />
32+
<bug-database rdf:resource="https://issues.apache.org/jira/browse/DIRSERVER" />
33+
<mailing-list rdf:resource="https://directory.apache.org/mailing-lists-and-irc.html" />
34+
<download-page rdf:resource="https://directory.apache.org/apacheds/downloads.html" />
3535
<programming-language>Java</programming-language>
36-
<category rdf:resource="http://projects.apache.org/category/network-server" />
37-
38-
<release>
39-
<Version>
40-
<name>Feature release</name>
41-
<created>2010-04-24</created>
42-
<revision>1.5.7</revision>
43-
</Version>
44-
</release>
45-
46-
<release>
47-
<Version>
48-
<name>Stable release</name>
49-
<created>2007-05-26</created>
50-
<revision>1.0.2</revision>
51-
</Version>
52-
</release>
53-
54-
<release>
55-
<Version>
56-
<name>Latest 2.x milestone release</name>
57-
<created>2012-02-29</created>
58-
<revision>2.0.0-M6</revision>
59-
</Version>
60-
</release>
36+
<category rdf:resource="https://projects.apache.org/category/network-server" />
6137

6238
<repository>
6339
<SVNRepository>
64-
<location rdf:resource="http://svn.apache.org/repos/asf/directory/apacheds/"/>
65-
<browse rdf:resource="http://svn.apache.org/viewvc/directory/apacheds/"/>
40+
<location rdf:resource="https://github.com/apache/directory-server"/>
41+
<browse rdf:resource="https://github.com/apache/directory-server"/>
6642
</SVNRepository>
6743
</repository>
6844

69-
<maintainer>
70-
<foaf:Person>
71-
<foaf:name>Stefan Zoerner</foaf:name>
72-
<foaf:mbox rdf:resource="mailto:szoerner@apache.org"/>
73-
</foaf:Person>
74-
</maintainer>
75-
7645
<asfext:implements><asfext:Standard>
7746
<asfext:title>Lightweight Directory Access Protocol (LDAP): The Protocol</asfext:title>
7847
<asfext:body>IETF</asfext:body>

0 commit comments

Comments
 (0)