Skip to content

Commit 29912d6

Browse files
committed
Updating doap
1 parent e55b93d commit 29912d6

1 file changed

Lines changed: 14 additions & 33 deletions

File tree

doap_dirstudio.rdf

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,50 +21,31 @@
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/studio/">
24+
<Project rdf:about="https://directory.apache.org/studio/">
2525
<created>2007-05-04</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 Studio</name>
28-
<homepage rdf:resource="http://directory.apache.org/studio/" />
29-
<asfext:pmc rdf:resource="http://directory.apache.org" />
28+
<homepage rdf:resource="https://directory.apache.org/studio/" />
29+
<asfext:pmc rdf:resource="https://directory.apache.org" />
3030
<shortdesc>The Eclipse based LDAP browser and directory client</shortdesc>
3131
<description>Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones. These plugins can even run within Eclipse itself.</description>
32-
<bug-database rdf:resource="http://issues.apache.org/jira/browse/DIRSTUDIO" />
33-
<mailing-list rdf:resource="http://directory.apache.org/community%26resources/mailing-lists-and-irc.html" />
34-
<download-page rdf:resource="http://directory.apache.org/studio/downloads.html" />
32+
<bug-database rdf:resource="https://issues.apache.org/jira/browse/DIRSTUDIO" />
33+
<mailing-list rdf:resource="https://directory.apache.org/mailing-lists-and-irc.html" />
34+
<download-page rdf:resource="https://directory.apache.org/studio/downloads.html" />
3535
<programming-language>Java</programming-language>
36-
<category rdf:resource="http://projects.apache.org/category/network-client" />
37-
<release>
38-
<Version>
39-
<name>Latest stable 1.x release</name>
40-
<created>2010-04-05</created>
41-
<revision>1.5.3 (1.5.3.v20100330)</revision>
42-
</Version>
43-
</release>
44-
<release>
45-
<Version>
46-
<name>Latest 2.x milestone release</name>
47-
<created>2012-02-29</created>
48-
<revision>2.0 M3 (2.0.0.v20120224)</revision>
49-
</Version>
50-
</release>
36+
<category rdf:resource="https://projects.apache.org/category/network-client" />
37+
5138
<repository>
52-
<SVNRepository>
53-
<location rdf:resource="http://svn.apache.org/repos/asf/directory/studio/"/>
54-
<browse rdf:resource="http://svn.apache.org/viewvc/directory/studio/"/>
55-
</SVNRepository>
39+
<GitRepository>
40+
<location rdf:resource="https://github.com/apache/directory-studio"/>
41+
<browse rdf:resource="https://github.com/apache/directory-studio"/>
42+
</GitRepository>
5643
</repository>
57-
<maintainer>
58-
<foaf:Person>
59-
<foaf:name>Pierre-Arnaud Marcelot</foaf:name>
60-
<foaf:mbox rdf:resource="mailto:pamarcelot@apache.org"/>
61-
</foaf:Person>
62-
</maintainer>
6344
<asfext:implements><asfext:Standard>
6445
<asfext:title>Lightweight Directory Access Protocol (LDAP): The Protocol</asfext:title>
6546
<asfext:body>IETF</asfext:body>
6647
<asfext:id>RFC 4511</asfext:id>
67-
<asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4511.txt"/>
48+
<asfext:url rdf:resource="https://www.ietf.org/rfc/rfc4511.txt"/>
6849
</asfext:Standard></asfext:implements>
6950
</Project>
7051
</rdf:RDF>

0 commit comments

Comments
 (0)