brett 2004/11/10 03:26:04 Modified: . Tag: MAVEN-1_0-BRANCH project.xml xdocs Tag: MAVEN-1_0-BRANCH changes.xml Log: [maven-scm-plugin] prepare release 1.0.1 Revision Changes Path No revision No revision 1.317.4.39 +8 -1 maven/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/project.xml,v retrieving revision 1.317.4.38 retrieving revision 1.317.4.39 diff -u -r1.317.4.38 -r1.317.4.39 --- project.xml 6 Nov 2004 14:30:11 -0000 1.317.4.38 +++ project.xml 10 Nov 2004 11:26:04 -0000 1.317.4.39 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <id>maven</id> <name>Maven</name> - <currentVersion>1.0.1-SNAPSHOT</currentVersion> + <currentVersion>1.0.1</currentVersion> <organization> <name>Apache Software Foundation</name> <url>http://www.apache.org/</url> @@ -123,6 +123,11 @@ <name>1.0</name> <tag>MAVEN_1_0</tag> </version> + <version> + <id>1.0.1</id> + <name>1.0.1</name> + <tag>MAVEN_1_0_1</tag> + </version> </versions> <branches/> <mailingLists> @@ -133,6 +138,7 @@ <!-- <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive> --> + <archive>http://marc.theaimsgroup.com/?l=turbine-maven-user</archive> </mailingList> <mailingList> @@ -142,6 +148,7 @@ <!-- <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive> --> + <archive>http://marc.theaimsgroup.com/?l=turbine-maven-dev</archive> </mailingList> </mailingLists> No revision No revision 1.14.4.51 +3 -3 maven/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/xdocs/changes.xml,v retrieving revision 1.14.4.50 retrieving revision 1.14.4.51 diff -u -r1.14.4.50 -r1.14.4.51 --- changes.xml 10 Nov 2004 09:20:47 -0000 1.14.4.50 +++ changes.xml 10 Nov 2004 11:26:04 -0000 1.14.4.51 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.0.1-SNAPSHOT" date="in CVS MAVEN-1_0-BRANCH"> + <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> <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> @@ -34,8 +34,8 @@ <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-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 + <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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]