brett 2004/05/12 17:07:40 Modified: . Tag: MAVEN-1_0-BRANCH project.xml xdocs Tag: MAVEN-1_0-BRANCH changes.xml Log: maven 1.0 rc3 tagging of core Revision Changes Path No revision No revision 1.317.4.24 +6 -6 maven/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/project.xml,v retrieving revision 1.317.4.23 retrieving revision 1.317.4.24 diff -u -r1.317.4.23 -r1.317.4.24 --- project.xml 11 May 2004 23:28:57 -0000 1.317.4.23 +++ project.xml 13 May 2004 00:07:40 -0000 1.317.4.24 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <id>maven</id> <name>Maven</name> - <currentVersion>1.0-rc3-SNAPSHOT</currentVersion> + <currentVersion>1.0-rc3</currentVersion> <organization> <name>Apache Software Foundation</name> <url>http://www.apache.org/</url> @@ -108,14 +108,14 @@ <tag>MAVEN_1_0_RC1</tag> </version> <version> - <id>rc2-SNAPSHOT</id> - <name>1.0-rc2-SNAPSHOT</name> - <tag>HEAD</tag> - </version> - <version> <id>1.0-rc2</id> <name>1.0-rc2</name> <tag>MAVEN_1_0_RC2</tag> + </version> + <version> + <id>1.0-rc3</id> + <name>1.0-rc3</name> + <tag>MAVEN_1_0_RC3</tag> </version> </versions> <branches/> No revision No revision 1.14.4.19 +1 -1 maven/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/xdocs/changes.xml,v retrieving revision 1.14.4.18 retrieving revision 1.14.4.19 diff -u -r1.14.4.18 -r1.14.4.19 --- changes.xml 11 May 2004 09:46:23 -0000 1.14.4.18 +++ changes.xml 13 May 2004 00:07:40 -0000 1.14.4.19 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.0RC3" date="in CVS"> + <release version="1.0-rc3" date="2004-05-13"> <action dev="brett" type="add" issue="MAVEN-1255">Introduce a backwards compatibility option <code>maven.property.inheritence</code>, which disables the functionality when set to false.</action> <action dev="brett" type="fix" issue="MAVEN-37">Parent project properties are now correctly loaded from extended project.xml files. This was implemented previously, but the properties were not being passed through to the final goal attainment context.</action> <action dev="brett" type="fix" issue="MAVEN-1275" due-to="Henning Schmiedehausen">Evaluate context variables before inserting them into the ant properties</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]