sgoeschl 2005/04/15 05:44:49
Modified: . project.xml Log: Added new committers, updated the version of commons-httpclient & junit, added report section, got rid of obsolete dependency syntax, fixed CVS and mailing list URLs Revision Changes Path 1.23 +66 -22 ws-xmlrpc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 23 Nov 2003 00:09:57 -0000 1.22 +++ project.xml 15 Apr 2005 12:44:49 -0000 1.23 @@ -30,7 +30,7 @@ </description> <url>http://ws.apache.org/xmlrpc/</url> - <issueTrackingUrl>http://nagoya.apache.org/bugzilla/query.cgi?product=XML-RPC</issueTrackingUrl> + <issueTrackingUrl>http://issues.apache.org/jira/browse/XMLRPC</issueTrackingUrl> <siteAddress>ws.apache.org</siteAddress> <siteDirectory>/www/ws.apache.org/xmlrpc/</siteDirectory> <distributionDirectory>/www/www.apache.org/dist/ws/xmlrpc/</distributionDirectory> @@ -67,13 +67,13 @@ <name>XML-RPC User List</name> <subscribe>[EMAIL PROTECTED]</subscribe> <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <archive>http://archives.apache.org/eyebrowse/[EMAIL PROTECTED]</archive> + <archive>http://mail-archives.eu.apache.org/mod_mbox/ws-xmlrpc-user/</archive> </mailingList> <mailingList> <name>XML-RPC Developer List</name> <subscribe>[EMAIL PROTECTED]</subscribe> <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <archive>http://archives.apache.org/eyebrowse/[EMAIL PROTECTED]</archive> + <archive>http://mail-archives.eu.apache.org/mod_mbox/ws-xmlrpc-dev/</archive> </mailingList> </mailingLists> @@ -132,55 +132,81 @@ <email>[EMAIL PROTECTED]</email> <organization></organization> </developer> + <developer> + <name>Jochen Wiedmann</name> + <id>jochen</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Henri Gomez</name> + <id>hgomez</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Siegfried Goeschl</name> + <id>sgoeschl</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> </developers> <dependencies> - <dependency> - <id>commons-httpclient</id> - <version>2.0-alpha3</version> + + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <version>2.0.2</version> <url>http://jakarta.apache.org/commons/httpclient/</url> - </dependency> + </dependency> <dependency> - <id>commons-logging</id> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> <version>1.0.2</version> <url>http://jakarta.apache.org/commons/logging.html</url> </dependency> <dependency> - <id>commons-codec</id> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> <version>1.1</version> <url>http://jakarta.apache.org/commons/codec/index.html</url> </dependency> <dependency> - <id>servletapi</id> + <groupId>servletapi</groupId> + <artifactId>servletapi</artifactId> <version>2.2</version> - <url></url> + <url>http://java.sun.com/products/servlet/download.html</url> </dependency> - <dependency> - <id>jsse</id> + <!-- This dependencies are only required for JDK 1.3.x --> + <!-- dependency> + <groupId>jsse</groupId> + <artifactId>jsse</artifactId> <version>1.0.2</version> - <jar>jsse.jar</jar> <url>http://java.sun.com/products/jsse/</url> </dependency> <dependency> - <id>jsse:jnet</id> + <groupId>jsse</groupId> + <artifactId>jnet</artifactId> <version>1.0.2</version> - <jar>jnet.jar</jar> <url>http://java.sun.com/products/jsse/</url> </dependency> <dependency> - <id>jsse:jcert</id> + <groupId>jsse</groupId> + <artifactId>jcert</artifactId> <version>1.0.2</version> - <jar>jcert.jar</jar> <url>http://java.sun.com/products/jsse/</url> - </dependency> + </dependency --> <dependency> - <id>fesi</id> + <groupId>fesi</groupId> + <artifactId>fesi</artifactId> <version>1.1.5</version> <url>http://home.worldcom.ch/jmlugrin/fesi/</url> </dependency> <dependency> - <id>junit</id> - <version>3.7</version> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> <url>http://www.junit.org/</url> </dependency> </dependencies> @@ -216,4 +242,22 @@ <jars> </jars> </build> + + <reports> + <report>maven-jdepend-plugin</report> + <report>maven-checkstyle-plugin</report> + <report>maven-changes-plugin</report> + <report>maven-changelog-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-file-activity-plugin</report> + <report>maven-javadoc-plugin</report> + <report>maven-jxr-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-tasklist-plugin</report> + <report>maven-pmd-plugin</report> + <report>maven-faq-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-clover-plugin</report> + </reports> + </project>