brett 2004/11/05 23:33:25
Modified: xdocs Tag: MAVEN-1_0-BRANCH changes.xml
. Tag: MAVEN-1_0-BRANCH project.xml
Log:
dependency updates, changes
Revision Changes Path
No revision
No revision
1.14.4.48 +7 -2 maven/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/changes.xml,v
retrieving revision 1.14.4.47
retrieving revision 1.14.4.48
diff -u -r1.14.4.47 -r1.14.4.48
--- changes.xml 4 Nov 2004 15:09:59 -0000 1.14.4.47
+++ changes.xml 6 Nov 2004 07:33:25 -0000 1.14.4.48
@@ -25,13 +25,18 @@
</properties>
<body>
<release version="1.0.1-SNAPSHOT" date="in CVS MAVEN-1_0-BRANCH">
+ <action dev="brett" type="fix" issue="MAVEN-1471">Move dependency
verification until the point where the project is in a consistent state, so that the
reactor succeeds when ignoreFailures is true</action>
+ <action dev="brett" type="fix">Upgrade to Ant Tag Library 1.0 to avoid an
error when the ant project is in a certain state</action>
+ <action dev="brett" type="fix" issue="MAVEN-1467">Properly inherit properties
in plugin contexts, so that maven:set can be called before the plugin is
initialised</action>
<action dev="brett" type="fix" issue="MAVEN-1427">Improve plugin dependency
handling by removing old plugins before using a different version</action>
<action dev="brett" type="fix" issue="MAVEN-1422" due-to="Eric Lapierre">Fix
inheritence inside the reactor over multiple levels</action>
<action dev="brett" type="fix" issue="MAVEN-1405" due-to="Philipp Kohl">Use
preemptive authentication when there are some credentials, so the first 403 is really
forbidden.</action>
<action dev="brett" type="fix" issue="MAVEN-1457">Don't display the password
on the console when a remote repository uses basic authentication.</action>
- <action dev="brett" type="fix" issue="MAVEN-1471">Prevent
NullPointerException in a case that has been encountered, and display a warning
instead.</action>
<action dev="brett" type="fix" issue="MAVEN-1469">Give an error message if
the parent pom is not valid</action>
- <action dev="brett" type="fix" issue="MAVEN-1439" due-to="Shinobu
Kawai">Allow the property <code>maven.mode.online</code> to work, but be overridden by
the <code>-o</code> command line option</action>
+ <action dev="brett" type="fix" issue="MAVEN-1439" due-to="Shinobu
Kawai">Allow the property
+ <code>maven.mode.online</code> to work, but be overridden by the
+ <code>-o</code> command line option
+ </action>
<action dev="brett" type="update">No longer default the
maven.repo.central[.directory] properties to upload to ibiblio as access is
restricted</action>
<action dev="brett" type="fix" issue="MAVEN-1477">Document mirrors of the
Maven repository at ibiblio</action>
<action dev="brett" type="fix" issue="MAVEN-1355" due-to="Miguel
Griffa">Document how to build Maven using Maven instead of bootstrapping</action>
No revision
No revision
1.317.4.37 +8 -8 maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/project.xml,v
retrieving revision 1.317.4.36
retrieving revision 1.317.4.37
diff -u -r1.317.4.36 -r1.317.4.37
--- project.xml 31 Oct 2004 01:01:55 -0000 1.317.4.36
+++ project.xml 6 Nov 2004 07:33:25 -0000 1.317.4.37
@@ -130,18 +130,18 @@
<name>Maven User List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-<!--
- <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
--->
+ <!--
+ <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
+ -->
<archive>http://marc.theaimsgroup.com/?l=turbine-maven-user</archive>
</mailingList>
<mailingList>
<name>Maven Developer List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-<!--
- <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
--->
+ <!--
+ <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
+ -->
<archive>http://marc.theaimsgroup.com/?l=turbine-maven-dev</archive>
</mailingList>
</mailingLists>
@@ -627,7 +627,7 @@
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-ant</artifactId>
- <version>20040902.000000</version>
+ <version>1.0</version>
<url>http://jakarta.apache.org/commons/jelly/libs/ant/</url>
</dependency>
<dependency>
@@ -748,7 +748,7 @@
<dependency>
<groupId>maven</groupId>
<artifactId>maven-jelly-tags</artifactId>
- <version>1.0</version>
+ <version>1.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]