Author: bayard
Date: Sun Jul 24 03:11:59 2011
New Revision: 1150267

URL: http://svn.apache.org/viewvc?rev=1150267&view=rev
Log:
Fixing svn url

Modified:
    commons/proper/jcs/trunk/doap_jcs.rdf
    commons/proper/jcs/trunk/pom.xml
    commons/proper/jcs/trunk/project.xml

Modified: commons/proper/jcs/trunk/doap_jcs.rdf
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/doap_jcs.rdf?rev=1150267&r1=1150266&r2=1150267&view=diff
==============================================================================
--- commons/proper/jcs/trunk/doap_jcs.rdf (original)
+++ commons/proper/jcs/trunk/doap_jcs.rdf Sun Jul 24 03:11:59 2011
@@ -19,7 +19,7 @@
 -->
 <rdf:RDF 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:rdfs="http://www.w3.org/2000/01/rdf-schema#"; 
xmlns:doap="http://usefulinc.com/ns/doap#"; xml:lang="en">
   <Project rdf:about="http://jakarta.apache.org/jcs/";>
-    <name>Apache Jakarta JCS</name>
+    <name>Apache Commons JCS</name>
     <homepage rdf:resource="http://jakarta.apache.org/jcs/"/>
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/library"/>
@@ -31,8 +31,8 @@
     <description xml:lang="en">Comprehensive Caching System</description>
     <repository>
       <SVNRepository>
-        <browse 
rdf:resource="http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/"/>
-        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/jcs"/>
+        <browse 
rdf:resource="http://svn.apache.org/viewcvs.cgi/commons/proper/jcs/trunk/"/>
+        <location 
rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jcs"/>
       </SVNRepository>
     </repository>
     <mailing-list 
rdf:resource="http://jakarta.apache.org/jcs/mail-lists.html"/>

Modified: commons/proper/jcs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1150267&r1=1150266&r2=1150267&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Sun Jul 24 03:11:59 2011
@@ -256,9 +256,9 @@ jcs.
   </issueManagement>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/jcs/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/jcs/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/jakarta/jcs/trunk</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/trunk</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/jcs/trunk</url>
   </scm>
 
   <mailingLists>

Modified: commons/proper/jcs/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/project.xml?rev=1150267&r1=1150266&r2=1150267&view=diff
==============================================================================
--- commons/proper/jcs/trunk/project.xml (original)
+++ commons/proper/jcs/trunk/project.xml Sun Jul 24 03:11:59 2011
@@ -40,12 +40,12 @@
        </distributionDirectory>
        <repository>
                <connection>
-                       
scm:svn:http://svn.apache.org/repos/asf/jakarta/jcs/trunk/
+                       
scm:svn:http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/
                </connection>
                <developerConnection>
-                       
scm:svn:https://svn.apache.org/repos/asf/jakarta/jcs/trunk/
+                       
scm:svn:https://svn.apache.org/repos/asf/commons/proper/jcs/trunk/
                </developerConnection>
-               <url>http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/
+               <url>http://svn.apache.org/viewcvs.cgi/commons/proper/jcs/trunk/
                </url>
        </repository>
        <mailingLists>
@@ -359,4 +359,4 @@
                <report>maven-simian-plugin</report>
                <report>maven-faq-plugin</report>
        </reports>
-</project>
\ No newline at end of file
+</project>


Reply via email to