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/07 01:02:15 UTC

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

brett       2004/03/06 16:02:15

  Modified:    j2ee     project.xml
               j2ee/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.30      +10 -2     maven-plugins/j2ee/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/j2ee/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml	4 Mar 2004 18:15:20 -0000	1.29
  +++ project.xml	7 Mar 2004 00:02:14 -0000	1.30
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,19 +18,19 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-j2ee-plugin</id>
     <name>Maven J2EE Plugin</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</currentVersion>
     <description/>
     <shortDescription>J2EE tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/j2ee/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/j2ee/</siteDirectory>
     <repository>
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/j2ee/</connection>
  +    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/j2ee/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/j2ee/</url>
     </repository>
     <developers>
  @@ -115,4 +116,11 @@
         <version>3.8.1</version>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_J2EE_1_4</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.12      +13 -35    maven-plugins/j2ee/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/j2ee/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml	4 Mar 2004 18:15:20 -0000	1.11
  +++ changes.xml	7 Mar 2004 00:02:15 -0000	1.12
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -23,48 +24,25 @@
       <author email="dion@multitask.com.au">dIon Gillard</author>
       <author email="plynch@apache.org">Peter Lynch</author>
     </properties>
  -
     <body>
  -    <release version="1.4-SNAPSHOT" date="in CVS">
  -      <action dev="brett" type="fix">
  -        Add tag to get a J2EE Entity Resolver for use in other plugins
  -      </action>
  +    <release version="1.4" date="2004-03-07">
  +      <action dev="brett" type="fix">Add tag to get a J2EE Entity Resolver for use in other plugins</action>
       </release>
  -
       <release version="1.3" date="2003-09-29">
  -      <action dev="dion" type="update">
  -        Upgrade to dom4j 1.4
  -      </action>
  -      <action dev="dion" type="update">
  -        Upgrade to dom4j 1.4-dev-8
  -      </action>
  -      <action dev="dion" type="update">
  -        Upgrade to commons-logging 1.0.3
  -      </action>
  +      <action dev="dion" type="update">Upgrade to dom4j 1.4</action>
  +      <action dev="dion" type="update">Upgrade to dom4j 1.4-dev-8</action>
  +      <action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
       </release>
  -    
       <release version="1.2" date="Unknown">
  -      <action dev="dion" type="fix">
  -        Fixed class not found for war validator task
  -      </action>
  +      <action dev="dion" type="fix">Fixed class not found for war validator task</action>
       </release>
  -
       <release version="1.1" date="2003-02-12">
  -      <action dev="dion" type="fix">
  -        Updated docs so that they referred to the current release and not
  -        b5
  -      </action>
  -      <action dev="dion" type="fix">
  -        Fix for jars not being included in an EAR file
  -      </action>
  -      <action dev="dion" type="add">
  -        Added the new <a href="changes-report.html">changes report</a>.
  -      </action>
  -      <action dev="plynch" type="remove">
  -        Removed appserver plugin from the J2EE project workspace. The Maven
  -        appserver plugin is now a seperate project.
  +      <action dev="dion" type="fix">Updated docs so that they referred to the current release and not b5</action>
  +      <action dev="dion" type="fix">Fix for jars not being included in an EAR file</action>
  +      <action dev="dion" type="add">Added the new
  +        <a href="changes-report.html">changes report</a>.
         </action>
  +      <action dev="plynch" type="remove">Removed appserver plugin from the J2EE project workspace. The Maven appserver plugin is now a seperate project.</action>
       </release>
     </body>
   </document>
  -
  
  
  

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