evenisse 2003/03/26 08:25:02
Modified: . build-bootstrap.xml initial-proposal.txt
project.xml
Log:
Replace jakarta.apache.org/turbine/maven by maven.apache.org
Revision Changes Path
1.190 +2 -2 maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/maven/build-bootstrap.xml,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- build-bootstrap.xml 10 Feb 2003 13:59:58 -0000 1.189
+++ build-bootstrap.xml 26 Mar 2003 16:25:02 -0000 1.190
@@ -376,7 +376,7 @@
| or ${project.home}/project.properties
|
| Please refer to the bootstrap document:
- | http://jakarta.apache.org/turbine/maven/bootstrap.html
+ | http://maven.apache.org/start/bootstrap.html
+------------------------------------------------------------------
</fail>
</target>
@@ -392,7 +392,7 @@
| or ${project.home}/project.properties
|
| Please refer to the bootstrap document:
- | http://jakarta.apache.org/turbine/maven/bootstrap.html
+ | http://maven.apache.org/start/bootstrap.html
+------------------------------------------------------------------
</fail>
</target>
1.4 +1 -1 maven/initial-proposal.txt
Index: initial-proposal.txt
===================================================================
RCS file: /home/cvs/maven/initial-proposal.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- initial-proposal.txt 16 Feb 2003 19:18:46 -0000 1.3
+++ initial-proposal.txt 26 Mar 2003 16:25:02 -0000 1.4
@@ -51,7 +51,7 @@
Maven:
The core Maven application that can be found at
-http://jakarta.apache.org/turbine/maven/
+http://maven.apache.org/
Plugins:
A project for all the Plugins that have formed around Maven. There are
1.261 +2 -2 maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/project.xml,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- project.xml 26 Mar 2003 15:50:38 -0000 1.260
+++ project.xml 26 Mar 2003 16:25:02 -0000 1.261
@@ -18,7 +18,7 @@
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Maven is a project management and project comprehension tool. Maven
is based on the concept of a project object model: builds, documentation creation,
site publication, and distribution publication are all controlled from the project
object model. Maven also provides tools to create source metrics, change logs based
directly on source repository, and source cross-references.</description>
<shortDescription>Java Project Management Tools</shortDescription>
- <url>http://jakarta.apache.org/turbine/${pom.artifactId}/</url>
+ <url>http://maven.apache.org/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
<siteAddress>maven.apache.org</siteAddress>
<siteDirectory>/www/maven.apache.org/</siteDirectory>
@@ -477,7 +477,7 @@
</dependency>
</dependencies>
<build>
- <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
+ <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
<unitTest>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]