brett 2004/12/07 02:51:03
Modified: . Tag: MAVEN-1_0-BRANCH project.xml
xdocs Tag: MAVEN-1_0-BRANCH changes.xml
Log:
[maven-scm-plugin] prepare release 1.0.2
Revision Changes Path
No revision
No revision
1.317.4.41 +6 -1 maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/project.xml,v
retrieving revision 1.317.4.40
retrieving revision 1.317.4.41
diff -u -r1.317.4.40 -r1.317.4.41
--- project.xml 3 Dec 2004 20:50:55 -0000 1.317.4.40
+++ project.xml 7 Dec 2004 10:51:03 -0000 1.317.4.41
@@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven</id>
<name>Maven</name>
- <currentVersion>1.0.2-SNAPSHOT</currentVersion>
+ <currentVersion>1.0.2</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
@@ -127,6 +127,11 @@
<id>1.0.1</id>
<name>1.0.1</name>
<tag>MAVEN_1_0_1</tag>
+ </version>
+ <version>
+ <id>1.0.2</id>
+ <name>1.0.2</name>
+ <tag>MAVEN_1_0_2</tag>
</version>
</versions>
<branches/>
No revision
No revision
1.14.4.54 +3 -4 maven/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/changes.xml,v
retrieving revision 1.14.4.53
retrieving revision 1.14.4.54
diff -u -r1.14.4.53 -r1.14.4.54
--- changes.xml 4 Dec 2004 07:26:07 -0000 1.14.4.53
+++ changes.xml 7 Dec 2004 10:51:03 -0000 1.14.4.54
@@ -24,17 +24,16 @@
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
</properties>
<body>
- <release version="1.0.2" date="in CVS">
+ <release version="1.0.2" date="2004-12-07">
<action dev="brett" type="fix" issue="MAVEN-1511">Allow
- <code>SNAPSHOT</code> as a version override
+ <code>SNAPSHOT</code>as a version override
</action>
<action dev="brett" type="fix" issue="MAVEN-1428">Prevent "Response
Content Length not known" warning</action>
- <action dev="brett" type="fix" issue="MAVEN-1502">Fail on 403 response
to dependency download (and also anything >= 400)</action>
+ <action dev="brett" type="fix" issue="MAVEN-1502">Fail on 403 response
to dependency download (and also anything >= 400)</action>
<action dev="brett" type="fix" issue="MAVEN-1507">Should now work on
IBM JDK 1.3</action>
<action dev="brett" type="fix" issue="MAVEN-1518" due-to="Hardy
Ferentschik">Don't download a dependency if there is a JAR override for
it</action>
<action dev="brett" type="fix" issue="MAVEN-1501">Ensure that default
properties are correctly overidden when inherited from a parent</action>
</release>
-
<release version="1.0.1" date="2004-11-10">
<action dev="brett" type="fix">Ensure plugin:install correctly
refreshes the cache when the plugin with the same version was previously
installed</action>
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]