Jason van Zyl <[EMAIL PROTECTED]> writes:

> On Mon, 2002-03-25 at 15:56, Daniel Rall wrote:
> > Jason, I think it will soon come time to start versioning Maven
>> project descriptors.  Just a simple <version>1.0</version> tag at the
>> start of the file so that it's easier to manage the XML
>> descriptor/Java code inter-relationship as the descriptors evolve.
>
> Do you have an example for the use of the <version> tag

For instance, version 1.5 of Maven Java code can function with version
1.0 of a Maven project descriptor.  However, version 1.0 of a Maven
JAR might not be able to function with a version 1.8 project
descriptor.

> and if we do version can we use the SCM in this case maybe $Id:$ or
> whatever from CVS?

$Id: $ would not be the way to go here -- the application logic needs
to reference a known version of project descriptor, not CVS internal
data which changes all the time.

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

Reply via email to