You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2003/09/18 01:03:24 UTC

cvs commit: maven/src/plugins-build/scm/src/plugin-resources pom-release.jsl

brett       2003/09/17 16:03:24

  Modified:    src/plugins-build/scm plugin.jelly project.xml
               src/plugins-build/scm/src/plugin-resources pom-release.jsl
  Log:
  PR: MAVEN-769
  turn off pretty printing, also change order of versions in POM
  
  Revision  Changes    Path
  1.3       +1 -1      maven/src/plugins-build/scm/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/scm/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	31 Aug 2003 07:14:49 -0000	1.2
  +++ plugin.jelly	17 Sep 2003 23:03:24 -0000	1.3
  @@ -242,7 +242,7 @@
         stylesheet="${plugin.resources}/pom-release.jsl"
         outputMode="xml"
         omitXmlDeclaration="false"
  -      prettyPrint="true"
  +      prettyPrint="false"
         />
       <log:info>Committing new POM</log:info>
       <ant:cvs command="commit -m '[maven-scm] prepare a release' project.xml"
  
  
  
  1.5       +1 -1      maven/src/plugins-build/scm/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/scm/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	2 Sep 2003 10:23:33 -0000	1.4
  +++ project.xml	17 Sep 2003 23:03:24 -0000	1.5
  @@ -4,7 +4,7 @@
     <extend>../project.xml</extend>
     <id>maven-scm-plugin</id>
     <name>Maven Source Control Management Plug-in</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <description>A plugin for SCM tasks, currently CVS.</description>
     <shortDescription>SCM Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/scm/</url>
  
  
  
  1.2       +1 -1      maven/src/plugins-build/scm/src/plugin-resources/pom-release.jsl
  
  Index: pom-release.jsl
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/scm/src/plugin-resources/pom-release.jsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pom-release.jsl	31 Aug 2003 07:00:23 -0000	1.1
  +++ pom-release.jsl	17 Sep 2003 23:03:24 -0000	1.2
  @@ -20,12 +20,12 @@
     
     <jsl:template match="versions">
       <x:copy select=".">
  +      <jsl:applyTemplates />
         <version>
           <id>${version_name}</id>
           <name>${version_name}</name>
           <tag>${tag_name}</tag>
         </version>
  -      <jsl:applyTemplates />
       </x:copy> 
     </jsl:template> 
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org