Skip to content

Commit bb9c824

Browse files
author
Niall Kegan Pemberton
committed
Remove jakarta references from m1 and m2 builds
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@560337 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7424595 commit bb9c824

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

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)