You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/05/01 14:24:48 UTC

cvs commit: maven-plugins/multichanges/xdocs changes.xml

vmassol     2004/05/01 05:24:48

  Modified:    multichanges project.properties project.xml
               multichanges/xdocs changes.xml
  Log:
  - remove unneeded properties (they are inherited from top level project.properties)
  - fixed <version> tag
  
  Revision  Changes    Path
  1.4       +0 -3      maven-plugins/multichanges/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multichanges/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	4 Mar 2004 18:36:33 -0000	1.3
  +++ project.properties	1 May 2004 12:24:48 -0000	1.4
  @@ -17,6 +17,3 @@
   # -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
  -maven.xdoc.date=left
  -## maven.xdoc.version=${pom.currentVersion}
  -maven.license.licenseFile=${basedir}/../LICENSE.txt
  
  
  
  1.6       +5 -5      maven-plugins/multichanges/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multichanges/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	10 Mar 2004 12:49:54 -0000	1.5
  +++ project.xml	1 May 2004 12:24:48 -0000	1.6
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-multichanges-plugin</id>
     <name>Maven MultiChanges plugin</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <shortDescription>Produce release dashboard for subprojects</shortDescription>
     <url>http://maven.apache.org/reference/plugins/multichanges/</url>
     <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10322</issueTrackingUrl>
  @@ -37,12 +37,12 @@
       <version>
         <id>1.0</id>
         <name>1.0</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_MULTICHANGES_1_0</tag>
       </version>
       <version>
  -      <id>1.0</id>
  -      <name>1.0</name>
  -      <tag>MAVEN_MULTICHANGES_1_0</tag>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>HEAD</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.4       +2 -0      maven-plugins/multichanges/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multichanges/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml	10 Mar 2004 12:49:54 -0000	1.3
  +++ changes.xml	1 May 2004 12:24:48 -0000	1.4
  @@ -24,6 +24,8 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.1" date="in CVS">
  +    </release>
       <release version="1.0" date="2004-03-10">
         <action dev="vmassol" type="add">Initial creation.</action>
       </release>
  
  
  

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