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/08/17 00:02:58 UTC

cvs commit: jakarta-turbine-stratum maven.xml project.xml

henning     2004/08/16 15:02:58

  Modified:    .        project.xml
  Added:       .        maven.xml
  Log:
  Bump commons-configuration to 1.0-rc1, change lang and collections to
  match this.
  
  Fix up some ancient jar versions.
  
  Add a maven.xml file with jar:jar default goal
  
  Revision  Changes    Path
  1.40      +14 -12    jakarta-turbine-stratum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/project.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- project.xml	28 Mar 2004 17:20:54 -0000	1.39
  +++ project.xml	16 Aug 2004 22:02:57 -0000	1.40
  @@ -98,12 +98,12 @@
       </dependency>
       <dependency>
         <id>commons-collections</id>
  -      <version>2.1</version>
  +      <version>3.0</version>
         <url>http://jakarta.apache.org/commons/collections.html</url>
       </dependency>
       <dependency>
         <id>commons-configuration</id>
  -      <version>20040328.175011</version>
  +      <version>1.0-rc1</version>
         <url>http://jakarta.apache.org/commons/configuration/</url>
       </dependency>
       <dependency>
  @@ -113,7 +113,7 @@
       </dependency>
       <dependency>
         <id>commons-logging</id>
  -      <version>1.0.3</version>
  +      <version>1.0.4</version>
         <url>http://jakarta.apache.org/commons/logging</url>
       </dependency>
       <dependency>
  @@ -131,7 +131,7 @@
       </dependency>
       <dependency>
         <id>commons-digester</id>
  -      <version>1.2</version>
  +      <version>1.5</version>
       </dependency>
       <dependency>
         <id>ojb</id>
  @@ -154,20 +154,22 @@
   
       <dependency>
         <id>junit</id>
  -      <version>3.7</version>
  +      <version>3.8.1</version>
       </dependency>
       <dependency>
  -      <id>xerces</id>
  -      <version>2.0.2</version>
  -      <jar>xercesImpl-2.0.2.jar</jar>
  +      <groupId>xerces</groupId>
  +      <artifactId>xercesImpl</artifactId>
  +      <version>2.4.0</version>
         <url>http://xml.apache.org/xerces2-j/</url>
  +      <type>jar</type>
       </dependency>
       <dependency>
  -      <id>xml-apis</id>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  +      <groupId>xml-apis</groupId>
  +      <artifactId>xml-apis</artifactId>
  +      <version>1.0.b2</version>
  +      <url>http://xml.apache.org/commons/</url>
  +      <type>jar</type>
       </dependency>
  -
     </dependencies>
   
     <build>
  
  
  
  1.1                  jakarta-turbine-stratum/maven.xml
  
  Index: maven.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *      http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   -->
  
  <!-- ======================================================================== -->
  <!--                                                                          -->
  <!--  maven Buildfile                                                         -->
  <!--                                                                          -->
  <!-- $Id: maven.xml,v 1.1 2004/08/16 22:02:57 henning Exp $ -->
  <!--                                                                          -->
  <!-- ======================================================================== -->
  
  <project
    default="jar:jar"/>
  
  
  

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