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/05/16 05:04:37 UTC

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

brett       2004/05/15 20:04:37

  Modified:    jetty    project.xml
               jetty/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.1
  
  Revision  Changes    Path
  1.8       +7 -3      maven-plugins/jetty/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jetty/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	16 May 2004 01:35:47 -0000	1.7
  +++ project.xml	16 May 2004 03:04:37 -0000	1.8
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jetty-plugin</id>
     <name>Maven Jetty plugin</name>
  -  <currentVersion>1.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.1</currentVersion>
     <shortDescription>Run Jetty</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jetty/</url>
     <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10421</issueTrackingUrl>
  @@ -39,6 +39,11 @@
         <name>1.0</name>
         <tag>MAVEN_JETTY_1_0</tag>
       </version>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_JETTY_1_1</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -74,14 +79,13 @@
         <artifactId>jasper-runtime</artifactId>
         <version>4.0.4</version>
       </dependency>
  -
       <!-- VMA: I don't know why but this dependency is required for some
            persons -->
  +
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
       </dependency>
  -
     </dependencies>
   </project>
  
  
  
  1.5       +4 -7      maven-plugins/jetty/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jetty/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml	17 Apr 2004 14:15:57 -0000	1.4
  +++ changes.xml	16 May 2004 03:04:37 -0000	1.5
  @@ -24,16 +24,13 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.1" date="in CVS">
  -      <action dev="vmassol" type="fix">
  -        Added dependency on <code>commons-jelly-tags-xml</code>. It seems
  -        this is required for some configurations of Maven.
  +    <release version="1.1" date="2004-05-15">
  +      <action dev="vmassol" type="fix">Added dependency on
  +        <code>commons-jelly-tags-xml</code>. It seems this is required for some configurations of Maven.
         </action>
       </release>
       <release version="1.0" date="2004-03-17">
  -      <action dev="vmassol" type="add">
  -        Plugin creation. Currently only supports WAR deployments in Jetty.
  -      </action>
  +      <action dev="vmassol" type="add">Plugin creation. Currently only supports WAR deployments in Jetty.</action>
       </release>
     </body>
   </document>
  
  
  

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