Skip to content

Commit 3aa4c08

Browse files
committed
Moving back :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@560658 13f79535-47bb-0310-9956-ffa450edef68
2 parents 7424595 + 9ec41a8 commit 3aa4c08

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

doap_codec.rdf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0"?>
22
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
3-
<Project rdf:about="http://jakarta.apache.org/commons/codec/">
4-
<name>Apache Jakarta Commons Codec</name>
5-
<homepage rdf:resource="http://jakarta.apache.org/commons/codec/"/>
3+
<Project rdf:about="http://commons.apache.org/codec/">
4+
<name>Apache Apache Commons Codec</name>
5+
<homepage rdf:resource="http://commons.apache.org/codec/"/>
66
<programming-language>Java</programming-language>
77
<category rdf:resource="http://projects.apache.org/category/library"/>
88
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
99
<bug-database rdf:resource="http://issues.apache.org/jira/browse/CODEC"/>
1010
<download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-codec.cgi"/>
11-
<asfext:pmc rdf:resource="http://jakarta.apache.org/"/>
11+
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
1212
<shortdesc xml:lang="en">Simple encoders and decoders</shortdesc>
1313
<description xml:lang="en">
1414
The codec package contains simple encoder and decoders for
@@ -29,6 +29,6 @@
2929
<version>1.3</version>
3030
</revision>
3131
</release>
32-
<mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/>
32+
<mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
3333
</Project>
3434
</rdf:RDF>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
collection of phonetic encoding utilities.
3939
</description>
4040

41-
<url>http://jakarta.apache.org/commons/codec/</url>
41+
<url>http://commons.apache.org/codec/</url>
4242

4343
<issueManagement>
4444
<system>jira</system>
4545
<url>http://issues.apache.org/jira/browse/CODEC</url>
4646
</issueManagement>
4747

4848
<scm>
49-
<connection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk</connection>
50-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk</developerConnection>
51-
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/codec/trunk</url>
49+
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/trunk</connection>
50+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/trunk</developerConnection>
51+
<url>http://svn.apache.org/viewvc/commons/proper/codec/trunk</url>
5252
</scm>
5353

5454
<developers>

project.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ limitations under the License.
3030
collection of phonetic encoding utilities.
3131
</description>
3232
<logo>/images/logo.png</logo>
33-
<url>http://jakarta.apache.org/commons/codec/</url>
33+
<url>http://commons.apache.org/codec/</url>
3434
<package>org.apache.commons.codec</package>
3535
<organization>
3636
<name>The Apache Software Foundation</name>
37-
<url>http://jakarta.apache.org</url>
38-
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
37+
<url>http://commons.apache.org/</url>
38+
<logo>http://commons.apache.org/images/logo.png</logo>
3939
</organization>
4040
<licenses>
4141
<license>
@@ -44,27 +44,27 @@ limitations under the License.
4444
<distribution>repo</distribution>
4545
</license>
4646
</licenses>
47-
<gumpRepositoryId>jakarta</gumpRepositoryId>
47+
<gumpRepositoryId>commons</gumpRepositoryId>
4848
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
4949
<siteAddress>people.apache.org</siteAddress>
50-
<siteDirectory>/www/jakarta.apache.org/commons/codec/</siteDirectory>
51-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/codec/</distributionDirectory>
50+
<siteDirectory>/www/commons.apache.org/codec/</siteDirectory>
51+
<distributionDirectory>/www/people.apache.org/builds/commons/codec/</distributionDirectory>
5252
<repository>
53-
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk</connection>
54-
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk</url>
53+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/codec/trunk</connection>
54+
<url>http://svn.apache.org/repos/asf/commons/proper/codec/trunk</url>
5555
</repository>
5656
<mailingLists>
5757
<mailingList>
5858
<name>Commons Dev List</name>
59-
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
60-
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
61-
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
59+
<subscribe>dev-subscribe@commons.apache.org</subscribe>
60+
<unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
61+
<archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
6262
</mailingList>
6363
<mailingList>
6464
<name>Commons User List</name>
65-
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
66-
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
67-
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
65+
<subscribe>user-subscribe@commons.apache.org</subscribe>
66+
<unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
67+
<archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
6868
</mailingList>
6969
</mailingLists>
7070
<versions>
@@ -209,7 +209,7 @@ limitations under the License.
209209
</dependency>
210210
</dependencies>
211211
<build>
212-
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
212+
<nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
213213
<sourceDirectory>src/java</sourceDirectory>
214214
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
215215
<integrationUnitTestSourceDirectory/>

0 commit comments

Comments
 (0)