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 2004/03/10 13:36:55 UTC

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

brett       2004/03/10 04:36:55

  Modified:    idea     project.xml
               idea/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.21      +9 -2      maven-plugins/idea/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/idea/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.20
  +++ project.xml	10 Mar 2004 12:36:55 -0000	1.21
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-idea-plugin</id>
     <name>Maven IDEA Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <shortDescription>IDEA Plugin for Maven</shortDescription>
     <description>IDEA Plugin for Maven. Requires Maven 1.0 RC2.</description>
     <url>http://maven.apache.org/reference/plugins/idea/</url>
  @@ -63,4 +63,11 @@
         </roles>
       </developer>
     </developers>
  +  <versions>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_IDEA_1_3</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.3       +4 -9      maven-plugins/idea/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/idea/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml	4 Mar 2004 18:15:14 -0000	1.2
  +++ changes.xml	10 Mar 2004 12:36:55 -0000	1.3
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,15 +23,9 @@
       <title>Changes</title>
       <author email="michal.maczka@dimatic.com">Michal Maczka</author>
     </properties>
  -
     <body>
  -
  -    <release version="1.3" date="in CVS">
  -      <action dev="michal" type="add">
  -        Added idea:multiproject goal.  Other goals were decomposed.
  -      </action>
  +    <release version="1.3" date="2004-03-10">
  +      <action dev="michal" type="add">Added idea:multiproject goal. Other goals were decomposed.</action>
       </release>
  -
     </body>
   </document>
  -
  
  
  

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