|
21 | 21 | See the License for the specific language governing permissions and |
22 | 22 | limitations under the License. |
23 | 23 | --> |
24 | | - <Project rdf:about="http://directory.apache.org"> |
| 24 | + <Project rdf:about="https://directory.apache.org"> |
25 | 25 | <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" /> |
27 | 27 | <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" /> |
30 | 30 | <shortdesc>An extensible, embeddable LDAP and Kerberos server, entirely in Java</shortdesc> |
31 | 31 | <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" /> |
35 | 35 | <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" /> |
61 | 37 |
|
62 | 38 | <repository> |
63 | 39 | <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"/> |
66 | 42 | </SVNRepository> |
67 | 43 | </repository> |
68 | 44 |
|
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 | | - |
76 | 45 | <asfext:implements><asfext:Standard> |
77 | 46 | <asfext:title>Lightweight Directory Access Protocol (LDAP): The Protocol</asfext:title> |
78 | 47 | <asfext:body>IETF</asfext:body> |
|
0 commit comments