tobrien 2003/03/02 17:57:27
Modified: codec project.xml project.properties
Log:
Updated maven project descriptor and associated properties
Revision Changes Path
1.2 +43 -8 jakarta-commons-sandbox/codec/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/codec/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 27 Feb 2003 00:54:57 -0000 1.1
+++ project.xml 3 Mar 2003 01:57:27 -0000 1.2
@@ -4,7 +4,7 @@
<extend>../../jakarta-commons/project.xml</extend>
<name>Codec</name>
<id>commons-codec</id>
- <currentVersion>1.0-dev</currentVersion>
+ <currentVersion>1.1-dev</currentVersion>
<inceptionYear>2002</inceptionYear>
<shortDescription>
A collection of simple and common encoders and decoders
@@ -19,8 +19,8 @@
<versions>
<version>
<id>dev</id>
- <name>1.0-dev</name>
- <tag>CODEC_1_0_DEV</tag>
+ <name>1.1-dev</name>
+ <tag>CODEC_1_1_DEV</tag>
</version>
</versions>
@@ -31,7 +31,7 @@
<email>[EMAIL PROTECTED]</email>
</developer>
<developer>
- <name>Tim O'Brien</name>
+ <name>Tim OBrien</name>
<id>tobrien</id>
<email>[EMAIL PROTECTED]</email>
</developer>
@@ -50,14 +50,46 @@
<id>dlr</id>
<email>[EMAIL PROTECTED]</email>
</developer>
+ <developer>
+ <name>Jon S. Stevens</name>
+ <id>jon</id>
+ <email>[EMAIL PROTECTED]</email>
+ </developer>
</developers>
-
+
+ <contributors>
+ <contributor>
+ <name>Christopher O'Brien</name>
+ <email>[EMAIL PROTECTED]</email>
+ <roles>hex, md5, architecture</roles>
+ </contributor>
+ <contributor>
+ <name>Martin Redington</name>
+ <roles>representing xml-rpc</roles>
+ </contributor>
+ <contributor>
+ <name>Kyle Burton</name>
+ <roles>double metaphone, nysiis</roles>
+ </contributor>
+ <contributor>
+ <name>Jeffery Dever</name>
+ <roles>representing http-client</roles>
+ </contributor>
+ </contributors>
+
<dependencies>
- <dependency>
+<!-- <dependency>
<id>junit</id>
<version>3.8</version>
- </dependency>
+ </dependency> -->
</dependencies>
+
+
<issueTrackingUrl>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Commons&component=Sandbox&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=%27Importance%27</issueTrackingUrl>
+
+ <repository>
+ <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/${pom.artifactId.substring(8)}</connection>
+
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</url>
+ </repository>
<build>
<unitTest>
@@ -77,16 +109,19 @@
<reports>
<report>maven-changelog-plugin</report>
+ <report>maven-changes-plugin</report>
<report>maven-checkstyle-plugin</report>
+ <report>maven-clover-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jdepend-plugin</report>
+ <report>maven-jellydoc-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
<report>maven-linkcheck-plugin</report>
+ <report>maven-statcvs-plugin</report>
<report>maven-tasklist-plugin</report>
- <report>maven-clover-plugin</report>
</reports>
</project>
1.2 +6 -1 jakarta-commons-sandbox/codec/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/codec/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.properties 27 Feb 2003 00:54:57 -0000 1.1
+++ project.properties 3 Mar 2003 01:57:27 -0000 1.2
@@ -6,4 +6,9 @@
maven.checkstyle.excludes=**/parser/*
maven.test.failure = false
maven.junit.fork=true
-maven.linkcheck.enable=true
\ No newline at end of file
+maven.linkcheck.enable=true
+
+maven.xdoc.date=left
+maven.xdoc.version=${pom.currentVersion}
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]