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/08/19 17:52:15 UTC

cvs commit: maven-plugins/jetty project.xml

vmassol     2004/08/19 08:52:15

  Modified:    jetty/xdocs changes.xml
               jetty    project.xml
  Log:
  Upgraded dependency to Jetty 4.2.20.
  
  Revision  Changes    Path
  1.7       +3 -0      maven-plugins/jetty/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jetty/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml	27 Jun 2004 10:01:42 -0000	1.6
  +++ changes.xml	19 Aug 2004 15:52:15 -0000	1.7
  @@ -25,6 +25,9 @@
     </properties>
     <body>
       <release version="1.2-SNAPSHOT" date="in CVS">
  +      <action dev="vmassol" type="update" due-to="Adam Fisk" issue="MPJETTY-3">
  +        Upgraded dependency to Jetty 4.2.20.
  +      </action>
         <action dev="vmassol" type="add">
           Added a FAQ
         </action>
  
  
  
  1.12      +1 -5      maven-plugins/jetty/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jetty/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	9 Jul 2004 10:29:23 -0000	1.11
  +++ project.xml	19 Aug 2004 15:52:15 -0000	1.12
  @@ -61,8 +61,7 @@
       <dependency>
         <groupId>jetty</groupId>
         <artifactId>org.mortbay.jetty</artifactId>
  -      <version>4.2.17</version>
  -      <url>http://jetty.mortbay.org</url>
  +      <version>4.2.20</version>
       </dependency>
       <dependency>
         <groupId>servletapi</groupId>
  @@ -79,9 +78,6 @@
         <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>
  
  
  

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