You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2004/10/31 17:15:14 UTC

cvs commit: jakarta-turbine-2/extensions/maven-plugin maven.xml project.xml

henning     2004/10/31 08:15:14

  Modified:    extensions/maven-plugin maven.xml project.xml
  Log:
  - 1.2 release
  
  - Use UTF-8 for XML files
  - Update Torque Plugin Property
  
  Revision  Changes    Path
  1.6       +3 -2      jakarta-turbine-2/extensions/maven-plugin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml	10 Aug 2004 13:09:55 -0000	1.5
  +++ maven.xml	31 Oct 2004 16:15:14 -0000	1.6
  @@ -1,4 +1,5 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0" encoding="UTF-8" ?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  
  
  
  1.11      +5 -4      jakarta-turbine-2/extensions/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	27 Sep 2004 18:34:11 -0000	1.10
  +++ project.xml	31 Oct 2004 16:15:14 -0000	1.11
  @@ -1,4 +1,5 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0" encoding="UTF-8" ?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -21,7 +22,7 @@
   <!--                                                                     -->
   <!--  Maven project.xml Datei                                            -->
   <!--                                                                     -->
  -<!-- $Id$            -->
  +<!-- $Id$           -->
   <!--                                                                     -->
   <!-- =================================================================== -->
   
  @@ -30,7 +31,7 @@
     <id>maven-turbine-plugin</id>
     <name>Maven Environment for Turbine Applications Plugin</name>
     <groupId>turbine</groupId>
  -  <currentVersion>1.2-rc2-dev</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -130,7 +131,7 @@
      <dependency> 
         <groupId>torque</groupId> 
         <artifactId>maven-torque-plugin</artifactId> 
  -      <version>3.1.1-rc2</version> 
  +      <version>3.1.1</version> 
         <url>http://db.apache.org/torque/</url> 
         <type>plugin</type>
       </dependency> 
  
  
  

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