Skip to content

Commit 1967a60

Browse files
committed
Change groupId to org.apache.commons
Remove empty branches element Remove incorrect duplicate issueTrackingUrl element git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@409863 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7f95a4a commit 1967a60

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

project.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<project>
17+
<project xmlns="http://maven.apache.org/POM/3.0.0">
1818
<pomVersion>3</pomVersion>
19-
<groupId>commons-codec</groupId>
19+
<groupId>org.apache.commons</groupId>
2020
<artifactId>commons-codec</artifactId>
2121
<currentVersion>1.4-SNAPSHOT</currentVersion>
2222
<inceptionYear>2002</inceptionYear>
@@ -88,8 +88,6 @@ limitations under the License.
8888
<tag>CODEC_1_2</tag>
8989
</version>
9090
</versions>
91-
<branches>
92-
</branches>
9391
<developers>
9492
<developer>
9593
<name>Henri Yandell</name>
@@ -209,7 +207,6 @@ limitations under the License.
209207
</properties>
210208
</dependency>
211209
</dependencies>
212-
<issueTrackingUrl>http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
213210
<build>
214211
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
215212
<sourceDirectory>src/java</sourceDirectory>

0 commit comments

Comments
 (0)