Skip to content

Commit 6019b21

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/cli/trunk@560337 13f79535-47bb-0310-9956-ffa450edef68
1 parent ba14eb6 commit 6019b21

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
@@ -36,17 +36,17 @@
3636
validating a command line interface.
3737
</description>
3838

39-
<url>http://jakarta.apache.org/commons/cli/</url>
39+
<url>http://commons.apache.org/cli/</url>
4040

4141
<issueManagement>
4242
<system>jira</system>
4343
<url>http://issues.apache.org/jira/browse/CLI</url>
4444
</issueManagement>
4545

4646
<scm>
47-
<connection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</connection>
48-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</developerConnection>
49-
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk</url>
47+
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/cli/trunk</connection>
48+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/cli/trunk</developerConnection>
49+
<url>http://svn.apache.org/viewvc/commons/proper/cli/trunk</url>
5050
</scm>
5151

5252
<developers>

project.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
</description>
2929
<logo>/images/logo.png</logo>
3030

31-
<url>http://jakarta.apache.org/commons/cli/</url>
31+
<url>http://commons.apache.org/cli/</url>
3232
<package>org.apache.commons</package>
3333

3434
<organization>
3535
<name>Apache Software Foundation</name>
36-
<url>http://www.apache.org</url>
37-
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
36+
<url>http://commons.apache.org/</url>
37+
<logo>http://commons.apache.org/images/logo.png</logo>
3838
</organization>
3939

4040
<licenses>
@@ -45,29 +45,29 @@
4545
</license>
4646
</licenses>
4747

48-
<gumpRepositoryId>jakarta</gumpRepositoryId>
48+
<gumpRepositoryId>commons</gumpRepositoryId>
4949
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
5050
<siteAddress>people.apache.org</siteAddress>
51-
<siteDirectory>/www/jakarta.apache.org/commons/cli/</siteDirectory>
52-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/cli/</distributionDirectory>
51+
<siteDirectory>/www/commons.apache.org/cli/</siteDirectory>
52+
<distributionDirectory>/www/people.apache.org/builds/commons/cli/</distributionDirectory>
5353

5454
<repository>
55-
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</connection>
56-
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</url>
55+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/cli/trunk</connection>
56+
<url>http://svn.apache.org/repos/asf/commons/proper/cli/trunk</url>
5757
</repository>
5858

5959
<mailingLists>
6060
<mailingList>
6161
<name>Commons Dev List</name>
62-
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
63-
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
64-
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
62+
<subscribe>dev-subscribe@commons.apache.org</subscribe>
63+
<unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
64+
<archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
6565
</mailingList>
6666
<mailingList>
6767
<name>Commons User List</name>
68-
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
69-
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
70-
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
68+
<subscribe>user-subscribe@commons.apache.org</subscribe>
69+
<unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
70+
<archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
7171
</mailingList>
7272
</mailingLists>
7373

@@ -175,7 +175,7 @@
175175
</dependencies>
176176

177177
<build>
178-
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
178+
<nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
179179
<sourceDirectory>src/java</sourceDirectory>
180180
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
181181
<integrationUnitTestSourceDirectory/>

0 commit comments

Comments
 (0)