|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | - |
3 | 2 | <project> |
4 | | - <extend>../project.xml</extend> |
5 | | - <name>Codec</name> |
6 | | - <id>commons-codec</id> |
7 | | - <currentVersion>1.1.1-dev</currentVersion> |
8 | | - <inceptionYear>2002</inceptionYear> |
9 | | - <shortDescription> |
| 3 | + <extend>../project.xml</extend> |
| 4 | + <name>Codec</name> |
| 5 | + <id>commons-codec</id> |
| 6 | + <currentVersion>1.2-dev</currentVersion> |
| 7 | + <inceptionYear>2002</inceptionYear> |
| 8 | + <shortDescription> |
10 | 9 | A collection of simple and common encoders and decoders |
11 | 10 | </shortDescription> |
12 | | - <description> |
| 11 | + <description> |
13 | 12 | The codec package contains simple encoder and decoders for |
14 | 13 | various formats such as Base64 and Hexadecimal. In addition to these |
15 | 14 | widely used encoders and decoders, the codec package also maintains a |
16 | 15 | collection of phonetic encoding utilities. |
17 | 16 | </description> |
18 | | - |
19 | | - <versions> |
20 | | - <version> |
21 | | - <id>1.1-rc1</id> |
22 | | - <name>1.1-rc1</name> |
23 | | - <tag>CODEC_1_1_RC1</tag> |
24 | | - </version> |
25 | | - <version> |
26 | | - <id>1.1</id> |
27 | | - <name>1.1</name> |
28 | | - <tag>CODEC_1_1</tag> |
29 | | - </version> |
30 | | - </versions> |
31 | | - <branches> |
| 17 | + <versions> |
| 18 | + <version> |
| 19 | + <id>1.1-rc1</id> |
| 20 | + <name>1.1-rc1</name> |
| 21 | + <tag>CODEC_1_1_RC1</tag> |
| 22 | + </version> |
| 23 | + <version> |
| 24 | + <id>1.1</id> |
| 25 | + <name>1.1</name> |
| 26 | + <tag>CODEC_1_1</tag> |
| 27 | + </version> |
| 28 | + </versions> |
| 29 | + <branches> |
32 | 30 | </branches> |
33 | | - |
34 | | - <developers> |
35 | | - <developer> |
36 | | - <name>Henri Yandell</name> |
37 | | - <id>bayard</id> |
38 | | - <email>bayard@generationjava.com</email> |
39 | | - </developer> |
40 | | - <developer> |
41 | | - <name>Tim OBrien</name> |
42 | | - <id>tobrien</id> |
43 | | - <email>tobrien@apache.org</email> |
44 | | - <timezone>-6</timezone> |
45 | | - </developer> |
46 | | - <developer> |
47 | | - <name>Scott Sanders</name> |
48 | | - <id>sanders</id> |
49 | | - <email>sanders@totalsync.com</email> |
50 | | - </developer> |
51 | | - <developer> |
52 | | - <name>Rodney Waldhoff</name> |
53 | | - <id>rwaldhoff</id> |
54 | | - <email>rwaldhoff@apache.org</email> |
55 | | - </developer> |
56 | | - <developer> |
57 | | - <name>Daniel Rall</name> |
58 | | - <id>dlr</id> |
59 | | - <email>dlr@finemaltcoding.com</email> |
60 | | - </developer> |
61 | | - <developer> |
62 | | - <name>Jon S. Stevens</name> |
63 | | - <id>jon</id> |
64 | | - <email>jon@collab.net</email> |
65 | | - </developer> |
66 | | - <developer> |
67 | | - <name>Gary D. Gregory</name> |
68 | | - <id>ggregory</id> |
69 | | - <email>ggregory@seagullsw.com</email> |
70 | | - <organization>SEAGULL Software</organization> |
71 | | - <roles> |
72 | | - <role>Java Developer</role> |
73 | | - </roles> |
74 | | - </developer> |
75 | | - <developer> |
76 | | - <name>David Graham</name> |
77 | | - <id>dgraham</id> |
78 | | - <email>dgraham@apache.org</email> |
79 | | - </developer> |
80 | | - </developers> |
81 | | - |
82 | | - <contributors> |
83 | | - <contributor> |
84 | | - <name>Christopher O'Brien</name> |
85 | | - <email>siege@preoccupied.net</email> |
86 | | - <roles>hex, md5, architecture</roles> |
87 | | - </contributor> |
88 | | - <contributor> |
89 | | - <name>Martin Redington</name> |
90 | | - <roles>representing xml-rpc</roles> |
91 | | - </contributor> |
92 | | - <contributor> |
93 | | - <name>Jeffery Dever</name> |
94 | | - <roles>representing http-client</roles> |
95 | | - </contributor> |
96 | | - <contributor> |
97 | | - <name>Steve Zimmermann</name> |
98 | | - <email>steve.zimmermann@heii.com</email> |
99 | | - <roles>documentation</roles> |
100 | | - </contributor> |
101 | | - <contributor> |
102 | | - <name>Benjamin Walstrum</name> |
103 | | - <email>ben@walstrum.com</email> |
104 | | - </contributor> |
105 | | - <contributor> |
106 | | - <name>Oleg Kalnichevski</name> |
107 | | - <email>oleg@ural.ru</email> |
108 | | - <roles>representing http-client</roles> |
109 | | - </contributor> |
110 | | - <contributor> |
111 | | - <name>Dave Dribin</name> |
112 | | - <email>apache@dave.dribin.org</email> |
113 | | - <roles>digest util</roles> |
114 | | - </contributor> |
115 | | - </contributors> |
116 | | - |
117 | | - <dependencies> |
118 | | -<!-- <dependency> |
| 31 | + <developers> |
| 32 | + <developer> |
| 33 | + <name>Henri Yandell</name> |
| 34 | + <id>bayard</id> |
| 35 | + <email>bayard@generationjava.com</email> |
| 36 | + </developer> |
| 37 | + <developer> |
| 38 | + <name>Tim OBrien</name> |
| 39 | + <id>tobrien</id> |
| 40 | + <email>tobrien@apache.org</email> |
| 41 | + <timezone>-6</timezone> |
| 42 | + </developer> |
| 43 | + <developer> |
| 44 | + <name>Scott Sanders</name> |
| 45 | + <id>sanders</id> |
| 46 | + <email>sanders@totalsync.com</email> |
| 47 | + </developer> |
| 48 | + <developer> |
| 49 | + <name>Rodney Waldhoff</name> |
| 50 | + <id>rwaldhoff</id> |
| 51 | + <email>rwaldhoff@apache.org</email> |
| 52 | + </developer> |
| 53 | + <developer> |
| 54 | + <name>Daniel Rall</name> |
| 55 | + <id>dlr</id> |
| 56 | + <email>dlr@finemaltcoding.com</email> |
| 57 | + </developer> |
| 58 | + <developer> |
| 59 | + <name>Jon S. Stevens</name> |
| 60 | + <id>jon</id> |
| 61 | + <email>jon@collab.net</email> |
| 62 | + </developer> |
| 63 | + <developer> |
| 64 | + <name>Gary D. Gregory</name> |
| 65 | + <id>ggregory</id> |
| 66 | + <email>ggregory@seagullsw.com</email> |
| 67 | + <organization>SEAGULL Software</organization> |
| 68 | + <roles> |
| 69 | + <role>Java Developer</role> |
| 70 | + </roles> |
| 71 | + </developer> |
| 72 | + <developer> |
| 73 | + <name>David Graham</name> |
| 74 | + <id>dgraham</id> |
| 75 | + <email>dgraham@apache.org</email> |
| 76 | + </developer> |
| 77 | + </developers> |
| 78 | + <contributors> |
| 79 | + <contributor> |
| 80 | + <name>Christopher O'Brien</name> |
| 81 | + <email>siege@preoccupied.net</email> |
| 82 | + <roles>hex, md5, architecture</roles> |
| 83 | + </contributor> |
| 84 | + <contributor> |
| 85 | + <name>Martin Redington</name> |
| 86 | + <roles>representing xml-rpc</roles> |
| 87 | + </contributor> |
| 88 | + <contributor> |
| 89 | + <name>Jeffery Dever</name> |
| 90 | + <roles>representing http-client</roles> |
| 91 | + </contributor> |
| 92 | + <contributor> |
| 93 | + <name>Steve Zimmermann</name> |
| 94 | + <email>steve.zimmermann@heii.com</email> |
| 95 | + <roles>documentation</roles> |
| 96 | + </contributor> |
| 97 | + <contributor> |
| 98 | + <name>Benjamin Walstrum</name> |
| 99 | + <email>ben@walstrum.com</email> |
| 100 | + </contributor> |
| 101 | + <contributor> |
| 102 | + <name>Oleg Kalnichevski</name> |
| 103 | + <email>oleg@ural.ru</email> |
| 104 | + <roles>representing http-client</roles> |
| 105 | + </contributor> |
| 106 | + <contributor> |
| 107 | + <name>Dave Dribin</name> |
| 108 | + <email>apache@dave.dribin.org</email> |
| 109 | + <roles>digest util</roles> |
| 110 | + </contributor> |
| 111 | + </contributors> |
| 112 | + <dependencies> |
| 113 | + <!-- <dependency> |
119 | 114 | <id>junit</id> |
120 | 115 | <version>3.8</version> |
121 | 116 | </dependency> --> |
122 | | - </dependencies> |
123 | | - |
124 | | - <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=Codec&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&newqueryname=&order=Reuse+same+sort+as+last+time</issueTrackingUrl> |
125 | | - |
126 | | - <build> |
127 | | - |
128 | | - <unitTest> |
129 | | - <includes> |
130 | | - <include>**/*Test.java</include> |
131 | | - </includes> |
132 | | - <excludes> |
133 | | - <exclude>**/*AbstractTest.java</exclude> |
134 | | - </excludes> |
135 | | - <resources> |
136 | | - <resource> |
137 | | - <directory>${pom.build.unitTestSourceDirectory}</directory> |
| 117 | + </dependencies> |
| 118 | + <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=Codec&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&newqueryname=&order=Reuse+same+sort+as+last+time</issueTrackingUrl> |
| 119 | + <build> |
| 120 | + <unitTest> |
138 | 121 | <includes> |
139 | | - <include>**/*.xml</include> |
| 122 | + <include>**/*Test.java</include> |
140 | 123 | </includes> |
141 | | - </resource> |
142 | | - </resources> |
143 | | - </unitTest> |
144 | | - </build> |
145 | | - |
146 | | - <reports> |
147 | | - <report>maven-changelog-plugin</report> |
148 | | -<!-- <report>maven-changes-plugin</report> --> |
149 | | - <report>maven-checkstyle-plugin</report> |
150 | | - <report>maven-clover-plugin</report> |
151 | | - <report>maven-developer-activity-plugin</report> |
152 | | - <report>maven-file-activity-plugin</report> |
153 | | - <report>maven-javadoc-plugin</report> |
154 | | -<!-- <report>maven-jdepend-plugin</report> --> |
155 | | -<!-- <report>maven-jellydoc-plugin</report> --> |
156 | | - <report>maven-junit-report-plugin</report> |
157 | | - <report>maven-jxr-plugin</report> |
158 | | - <report>maven-license-plugin</report> |
159 | | -<!-- <report>maven-linkcheck-plugin</report> --> |
160 | | - <report>maven-statcvs-plugin</report> |
161 | | -<!-- <report>maven-tasklist-plugin</report> --> |
162 | | - </reports> |
| 124 | + <excludes> |
| 125 | + <exclude>**/*AbstractTest.java</exclude> |
| 126 | + </excludes> |
| 127 | + <resources> |
| 128 | + <resource> |
| 129 | + <directory>${pom.build.unitTestSourceDirectory}</directory> |
| 130 | + <includes> |
| 131 | + <include>**/*.xml</include> |
| 132 | + </includes> |
| 133 | + </resource> |
| 134 | + </resources> |
| 135 | + </unitTest> |
| 136 | + </build> |
| 137 | + <reports> |
| 138 | + <report>maven-changelog-plugin</report> |
| 139 | + <!-- <report>maven-changes-plugin</report> --> |
| 140 | + <report>maven-checkstyle-plugin</report> |
| 141 | + <report>maven-clover-plugin</report> |
| 142 | + <report>maven-developer-activity-plugin</report> |
| 143 | + <report>maven-file-activity-plugin</report> |
| 144 | + <report>maven-javadoc-plugin</report> |
| 145 | + <!-- <report>maven-jdepend-plugin</report> --> |
| 146 | + <!-- <report>maven-jellydoc-plugin</report> --> |
| 147 | + <report>maven-junit-report-plugin</report> |
| 148 | + <report>maven-jxr-plugin</report> |
| 149 | + <report>maven-license-plugin</report> |
| 150 | + <!-- <report>maven-linkcheck-plugin</report> --> |
| 151 | + <report>maven-statcvs-plugin</report> |
| 152 | + <!-- <report>maven-tasklist-plugin</report> --> |
| 153 | + </reports> |
163 | 154 | </project> |
0 commit comments