It only happens when it is added for the first time now.

I don't think it is a big issue as none of our POMs match the XSD yet.

POMv4 can be more strict.

- Brett

> -----Original Message-----
> From: Vincent Massol [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 11 May 2004 11:23 PM
> To: 'Maven Developers List'
> Subject: RE: cvs commit: maven/maven-jelly-tags/xdocs changes.xml
> 
> 
> Hi Brett,
> 
> There's still the problem of the <version> tag happening in 
> the wrong place it seems. I have fixed tens of problems 
> manually like this and I would prefer not to have to do it 
> again... :-) Is it possible to fix?
> 
> Thanks
> -Vincent
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: 11 May 2004 12:18
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: maven/maven-jelly-tags/xdocs changes.xml
> > 
> > brett       2004/05/11 03:18:18
> > 
> >   Modified:    maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml
> >                maven-jelly-tags/xdocs Tag: MAVEN-1_0-BRANCH
> changes.xml
> >   Log:
> >   [maven-scm-plugin] prepare release 1.0
> > 
> >   Revision  Changes    Path
> >   No                   revision
> >   No                   revision
> >   1.1.2.6   +11 -11    maven/maven-jelly-tags/project.xml
> > 
> >   Index: project.xml
> >   
> ===================================================================
> >   RCS file: /home/cvs/maven/maven-jelly-tags/project.xml,v
> >   retrieving revision 1.1.2.5
> >   retrieving revision 1.1.2.6
> >   diff -u -r1.1.2.5 -r1.1.2.6
> >   --- project.xml   5 May 2004 13:19:14 -0000       1.1.2.5
> >   +++ project.xml   11 May 2004 10:18:17 -0000      1.1.2.6
> >   @@ -23,7 +23,7 @@
> >      <groupId>maven</groupId>
> >      <artifactId>maven-jelly-tags</artifactId>
> >      <name>Maven Jelly Tag Library</name>
> >   -  <currentVersion>1.0-SNAPSHOT</currentVersion>
> >   +  <currentVersion>1.0</currentVersion>
> >      <organization>
> >        <name>Apache Software Foundation</name>
> >        <url>http://www.apache.org/</url>
> >   @@ -32,14 +32,9 @@
> >      <inceptionYear>2001</inceptionYear>
> >      <package>org.apache.maven.jelly.tags</package>
> >      <logo>http://maven.apache.org/images/maven.gif</logo>
> >   -
> >   -  <description>
> >   -    The Maven jelly tag library is designed to be used in Maven
> Jelly
> > scripts and plugins to perform
> >   -    functions such as the reactor, run a Maven sub 
> build, and load
> a
> > Maven project model.
> >   -  </description>
> >   +  <description>The Maven jelly tag library is designed to be used
> in
> > Maven Jelly scripts and plugins to perform functions such as the
> reactor,
> > run a Maven sub build, and load a Maven project model.</description>
> >      <url>http://maven.apache.org/reference/maven-jelly-tags</url>
> >   -  <!-- TODO: create a new JIRA project -->
> >   -
> >
> <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?
> id=10030</
> is
> > sueTrackingUrl>
> >   +
> >
> <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?
> id=10590</
> is
> > sueTrackingUrl>
> >      <siteAddress>maven.apache.org</siteAddress>
> >      <siteDirectory>/www/maven.apache.org/reference/maven-jelly-
> > tags</siteDirectory>
> >      <distributionSite>maven.apache.org</distributionSite>
> >   @@ -144,7 +139,6 @@
> >          <distribution>repo</distribution>
> >        </license>
> >      </licenses>
> >   -
> >      <dependencies>
> >        <dependency>
> >          <artifactId>commons-jelly</artifactId>
> >   @@ -196,6 +190,7 @@
> >          
> <url>http://jakarta.apache.org/commons/jelly/tags/ant/</url>
> >        </dependency>
> >        <!-- Runtime dependencies -->
> >   +
> >        <dependency>
> >          <artifactId>commons-lang</artifactId>
> >          <groupId>commons-lang</groupId>
> >   @@ -203,7 +198,6 @@
> >          <url>http://jakarta.apache.org/commons/lang.html</url>
> >        </dependency>
> >      </dependencies>
> >   -
> >      <build>
> >        <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
> >        <sourceDirectory>src/java/main</sourceDirectory>
> >   @@ -230,5 +224,11 @@
> >        <report>maven-simian-plugin</report>
> >        <report>maven-faq-plugin</report>
> >      </reports>
> >   +  <versions>
> >   +    <version>
> >   +      <id>1.0</id>
> >   +      <name>1.0</name>
> >   +      <tag>MAVEN_JELLY_TAGS-1_0</tag>
> >   +    </version>
> >   +  </versions>
> >    </project>
> >   -
> > 
> > 
> > 
> >   No                   revision
> >   No                   revision
> >   1.1.2.3   +8 -3      maven/maven-jelly-tags/xdocs/changes.xml
> > 
> >   Index: changes.xml
> >   
> ===================================================================
> >   RCS file: /home/cvs/maven/maven-jelly-tags/xdocs/changes.xml,v
> >   retrieving revision 1.1.2.2
> >   retrieving revision 1.1.2.3
> >   diff -u -r1.1.2.2 -r1.1.2.3
> >   --- changes.xml   5 May 2004 11:01:04 -0000       1.1.2.2
> >   +++ changes.xml   11 May 2004 10:18:18 -0000      1.1.2.3
> >   @@ -24,9 +24,14 @@
> >        <author email="[EMAIL PROTECTED]">Vincent Massol</author>
> >      </properties>
> >      <body>
> >   -    <release version="1.0-SNAPSHOT" date="in CVS">
> >   -      <action dev="vmassol" type="add">Added new
> <code>SetTag</code>
> > tag to set plugin properties</action>
> >   -      <action dev="vmassol" type="add">Added new
> <code>GetTag</code>
> > tag that replaces the now deprecated <code>PluginVar</code>
> tag</action>
> >   +    <release version="1.0" date="2004-05-11">
> >   +      <action dev="vmassol" type="add">Added new
> >   +        <code>SetTag</code>tag to set plugin properties
> >   +      </action>
> >   +      <action dev="vmassol" type="add">Added new
> >   +        <code>GetTag</code>tag that replaces the now deprecated
> >   +        <code>PluginVar</code>tag
> >   +      </action>
> >          <action dev="brett" type="fix" 
> issue="MAVEN-1219">Install and 
> > uninstall plugin tags for managing plugins on the fly.</action>
> >        </release>
> >      </body>
> > 
> > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > 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