Nope, just accidentally committed that one earlier :)

Thanks for the eyes though!

- Brett

Quoting Emmanuel Venisse <[EMAIL PROTECTED]>:

> Brett,
> 
> you forget to change org.apache.maven.MavenSession.APP_VERSION
> 
> Emmanuel
> 
> ----- Original Message ----- 
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, June 28, 2004 2:22 PM
> Subject: cvs commit: maven/xdocs changes.xml
> 
> 
> > brett       2004/06/28 05:22:07
> >
> >   Modified:    .        Tag: MAVEN-1_0-BRANCH project.xml
> >                xdocs    Tag: MAVEN-1_0-BRANCH changes.xml
> >   Log:
> >   [maven-scm-plugin] prepare release 1.0-rc4
> >
> >   Revision  Changes    Path
> >   No                   revision
> >   No                   revision
> >   1.317.4.28 +8 -6      maven/project.xml
> >
> >   Index: project.xml
> >   ===================================================================
> >   RCS file: /home/cvs/maven/project.xml,v
> >   retrieving revision 1.317.4.27
> >   retrieving revision 1.317.4.28
> >   diff -u -r1.317.4.27 -r1.317.4.28
> >   --- project.xml 27 Jun 2004 07:57:48 -0000 1.317.4.27
> >   +++ project.xml 28 Jun 2004 12:22:06 -0000 1.317.4.28
> >   @@ -22,7 +22,7 @@
> >      <pomVersion>3</pomVersion>
> >      <id>maven</id>
> >      <name>Maven</name>
> >   -  <currentVersion>1.0-final-SNAPSHOT</currentVersion>
> >   +  <currentVersion>1.0-rc4</currentVersion>
> >      <organization>
> >        <name>Apache Software Foundation</name>
> >        <url>http://www.apache.org/</url>
> >   @@ -34,11 +34,7 @@
> >      <!-- Gump integration -->
> >
> >      <gumpRepositoryId>maven</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.
> >   -You can build a Maven installation from this source tree by running
> >   -  ant -f build-bootstrap.xml
> >   -  </description>
> >   +  <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. You can build a Maven installation from this source
> tree by running ant -f build-bootstrap.xml</description>
> >      <shortDescription>Java Project Management Tools</shortDescription>
> >      <url>http://maven.apache.org/</url>
> >
> <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issu
> eTrackingUrl>
> >   @@ -117,6 +113,11 @@
> >          <name>1.0-rc3</name>
> >          <tag>MAVEN_1_0_RC3</tag>
> >        </version>
> >   +    <version>
> >   +      <id>1.0-rc4</id>
> >   +      <name>1.0-rc4</name>
> >   +      <tag>MAVEN_1_0_RC4</tag>
> >   +    </version>
> >      </versions>
> >      <branches/>
> >      <mailingLists>
> >   @@ -742,6 +743,7 @@
> >            <include>**/*Test.java</include>
> >          </includes>
> >          <!-- TODO - fix or remove -->
> >   +
> >          <excludes>
> >            <exclude>**/JAXPTest.java</exclude>
> >          </excludes>
> >
> >
> >
> >   No                   revision
> >   No                   revision
> >   1.14.4.26 +11 -24    maven/xdocs/changes.xml
> >
> >   Index: changes.xml
> >   ===================================================================
> >   RCS file: /home/cvs/maven/xdocs/changes.xml,v
> >   retrieving revision 1.14.4.25
> >   retrieving revision 1.14.4.26
> >   diff -u -r1.14.4.25 -r1.14.4.26
> >   --- changes.xml 28 Jun 2004 09:39:10 -0000 1.14.4.25
> >   +++ changes.xml 28 Jun 2004 12:22:07 -0000 1.14.4.26
> >   @@ -24,32 +24,19 @@
> >        <author email="[EMAIL PROTECTED]">Vincent Massol</author>
> >      </properties>
> >      <body>
> >   -    <release version="1.0-final-SNAPSHOT" date="in CVS">
> >   -      <action dev="brett" type="update">
> >   -        Set maven.plugin.user.dir to ${maven.home.local}/plugins by
> default, move maven.plugin.unpacked.dir to
> >   -        ${maven.home.local}/cache.
> >   -      </action>
> >   -      <action dev="brett" type="update">
> >   -        Read local plugin jars from maven.plugin.user.dir instead of
> maven.plugin.unpacked.dir.
> >   -      </action>
> >   -      <action dev="brett" type="update">
> >   -        Use commons-httpclient for http downloads from the repository.
> >   -      </action>
> >   -      <action dev="brett" type="add" issue="MAVEN-1332" due-to="george
> wang">
> >   -        Support NTLM authentication on a remote repository.
> >   -      </action>
> >   -      <action dev="evenisse" type="fix" issue="MAVEN-1320"
> due-to="Miguel Griffa">
> >   -        Sort all installed plugins.
> >   -      </action>
> >   -      <action dev="brett" type="fix" issue="MAVEN-1273" due-to="Andreas
> Peschka">
> >   -        Fix HTTP BASIC authentication for remote repos.
> >   -      </action>
> >   -      <action dev="dion" type="fix" issue="MAVEN-1298">
> >   -        Repository element was broken for non-cvs connections
> >   -      </action>
> >   +    <release version="1.0-rc4" date="2004-06-28">
> >   +      <action dev="brett" type="update">Set maven.plugin.user.dir to
> ${maven.home.local}/plugins by default, move maven.plugin.unpacked.dir to
> ${maven.home.local}/cache.</action>
> >   +      <action dev="brett" type="update">Read local plugin jars from
> maven.plugin.user.dir instead of maven.plugin.unpacked.dir.</action>
> >   +      <action dev="brett" type="update">Use commons-httpclient for http
> downloads from the repository.</action>
> >   +      <action dev="brett" type="add" issue="MAVEN-1332" due-to="george
> wang">Support NTLM authentication on a remote repository.</action>
> >   +      <action dev="evenisse" type="fix" issue="MAVEN-1320"
> due-to="Miguel Griffa">Sort all installed plugins.</action>
> >   +      <action dev="brett" type="fix" issue="MAVEN-1273" due-to="Andreas
> Peschka">Fix HTTP BASIC authentication for remote repos.</action>
> >   +      <action dev="dion" type="fix" issue="MAVEN-1298">Repository
> element was broken for non-cvs connections</action>
> >        </release>
> >        <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.inheritance</code>,
> which disables the functionality when set to false.</action>
> >   +      <action dev="brett" type="add" issue="MAVEN-1255">Introduce a
> backwards compatibility option
> >   +        <code>maven.property.inheritance</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>
> >          <action dev="brett" type="fix" issue="MAVEN-1223" due-to="joseph
> benavidez">Have system entities with relative paths in maven.xml and plugin
> scripts resolve relative to the correct location.</action>
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to