diff options
author | Eric Barboni <skygo@apache.org> | 2015-05-11 14:06:57 +0200 |
---|---|---|
committer | Eric Barboni <skygo@apache.org> | 2015-05-11 14:06:57 +0200 |
commit | e8eeb605f7c9294a0e4ea9b5f1fd39ca0f44f029 (patch) | |
tree | fc33f67368a18e326c7335642f17c891d4408314 /doap_Archiva.rdf | |
parent | cbeb9a62ea163bd487d903d7a76550e080ecb070 (diff) | |
download | archiva-e8eeb605f7c9294a0e4ea9b5f1fd39ca0f44f029.tar.gz archiva-e8eeb605f7c9294a0e4ea9b5f1fd39ca0f44f029.zip |
add repository section for svn
Diffstat (limited to 'doap_Archiva.rdf')
-rw-r--r-- | doap_Archiva.rdf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doap_Archiva.rdf b/doap_Archiva.rdf index d4a107d7d..f2cd86e54 100644 --- a/doap_Archiva.rdf +++ b/doap_Archiva.rdf @@ -67,10 +67,12 @@ security access management, build artifact storage, delivery, browsing, indexing </release> <repository> - <!--<SVNRepository> + <SVNRepository> <location rdf:resource="https://svn.apache.org/repos/asf/archiva/"/> <browse rdf:resource="https://svn.apache.org/viewvc/archiva/"/> - </SVNRepository>--> + </SVNRepository> + </repository> + <repository> <GitRepository> <location rdf:resource="https://git-wip-us.apache.org/repos/asf?p=archiva.git"/> <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/archiva.git"/> |