You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by ru...@apache.org on 2006/04/30 22:12:22 UTC

svn commit: r398423 - /webservices/wss4j/trunk/project.xml

Author: ruchithf
Date: Sun Apr 30 13:12:20 2006
New Revision: 398423

URL: http://svn.apache.org/viewcvs?rev=398423&view=rev
Log:
Updated the project.xml - Changing the repository information and had to turnoff the following reports: changelog, file-activity and developer-activity
Maven site doesn't seem to generate the source repository page properly


Modified:
    webservices/wss4j/trunk/project.xml

Modified: webservices/wss4j/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/project.xml?rev=398423&r1=398422&r2=398423&view=diff
==============================================================================
--- webservices/wss4j/trunk/project.xml (original)
+++ webservices/wss4j/trunk/project.xml Sun Apr 30 13:12:20 2006
@@ -13,7 +13,7 @@
   
   <!-- The version of the project under development, e.g.
        1.1, 1.2, 2.0-SNAPSHOT -->
-  <currentVersion>1.0</currentVersion>
+  <currentVersion>1.5</currentVersion>
   
   <!-- details about the organization that 'owns' the project -->
   <organization>
@@ -49,8 +49,9 @@
        the connection element has the form:
        scm:<system>:<system specific connection string> -->
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:ws-wss4j</connection>
-    <url>http://cvs.apache.org/viewcvs.cgi/ws-wss4j/</url>
+  	<connection>scm:svn:http://svn.apache.org:repos/asf/webservices:wss4j/trunk</connection>
+	<developerConnection>scm:svn:http://svn.apache.org:repos/asf/webservices:wss4j/trunk</developerConnection>
+	<url>http://svn.apache.org/viewcvs.cgi/webservices/wss4j/trunk?root=Apache-SVN</url>
   </repository>
 
   <!-- any mailing lists for the project -->
@@ -83,6 +84,12 @@
             <email>ias@apache.org</email>
             <organization></organization>
         </developer>
+        <developer>
+            <name>Ruchith Fernando</name>
+            <id>ruchithf</id>
+            <email>ruchithf@apache.org</email>
+            <organization></organization>
+        </developer>
   </developers>
 
     <licenses>
@@ -188,10 +195,10 @@
         <report>maven-checkstyle-plugin</report>
         <report>maven-pmd-plugin</report>
         <report>maven-jdepend-plugin</report>
-        <report>maven-changelog-plugin</report>
+        <!--<report>maven-changelog-plugin</report> -->
         <!-- <report>maven-statcvs-plugin</report> -->
-        <report>maven-file-activity-plugin</report>
-        <report>maven-developer-activity-plugin</report>
+        <!-- <report>maven-file-activity-plugin</report> -->
+        <!-- <report>maven-developer-activity-plugin</report> -->
         <report>maven-jxr-plugin</report>
         <report>maven-javadoc-plugin</report>
         <!-- <report>maven-junit-report-plugin</report> -->



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org