mkalen      2005/04/10 07:34:03

  Modified:    .        Tag: OJB_1_0_RELEASE project.xml
  Log:
  Update Maven project descriptor.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.49.2.1  +16 -10    db-ojb/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/project.xml,v
  retrieving revision 1.49
  retrieving revision 1.49.2.1
  diff -u -r1.49 -r1.49.2.1
  --- project.xml       6 Jun 2004 07:31:34 -0000       1.49
  +++ project.xml       10 Apr 2005 14:34:03 -0000      1.49.2.1
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!--
  -#/* Copyright 2002-2004 The Apache Software Foundation
  +#/* Copyright 2002-2005 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.
  @@ -19,7 +19,7 @@
     <pomVersion>3</pomVersion>
     <name>ObJectRelationalBridge</name>
     <id>ojb</id>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.0.3</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://db.apache.org/</url>
  @@ -37,7 +37,7 @@
     </description>
   
     <url>http://db.apache.org/ojb/</url>
  -  
<issueTrackingUrl>http://issues.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
  +  
<issueTrackingUrl>http://issues.apache.org/jira/browse/OJB</issueTrackingUrl>
     <siteAddress>db.apache.org</siteAddress>
     <siteDirectory>/www/db.apache.org/ojb/</siteDirectory>
     
<distributionDirectory>/www/db.apache.org/builds/ojb/</distributionDirectory>
  @@ -50,13 +50,13 @@
   
     <mailingLists>
       <mailingList>
  -      <name>Objectbridge User List</name>
  +      <name>OJB User List</name>
         <subscribe>[EMAIL PROTECTED]</subscribe>
         <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
         <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
       </mailingList>
       <mailingList>
  -      <name>Objectbridge Developer List</name>
  +      <name>OJB Developer List</name>
         <subscribe>[EMAIL PROTECTED]</subscribe>
         <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
         <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
  @@ -128,6 +128,12 @@
         <organization/>
       </developer>
   
  +    <developer>
  +      <name>Martin Kal�n</name>
  +      <id>mkalen</id>
  +      <email>[EMAIL PROTECTED]</email>
  +      <organization/>
  +    </developer>
     </developers>
   
     <dependencies>
  @@ -148,7 +154,7 @@
   
       <dependency>
         <id>commons-beanutils</id>
  -      <version>1.6</version>
  +      <version>1.7.0</version>
         <url>http://jakarta.apache.org/commons/</url>
       </dependency>
   
  @@ -160,7 +166,7 @@
   
       <dependency>
         <id>commons-dbcp</id>
  -      <version>1.1</version>
  +      <version>1.2.1</version>
         <url>http://jakarta.apache.org/commons/</url>
       </dependency>
   
  @@ -172,13 +178,13 @@
   
       <dependency>
         <id>commons-logging</id>
  -      <version>1.0.3</version>
  +      <version>1.0.4</version>
         <url>http://jakarta.apache.org/commons/</url>
       </dependency>
   
       <dependency>
         <id>commons-pool</id>
  -      <version>1.1</version>
  +      <version>1.2</version>
         <url>http://jakarta.apache.org/commons/pool/</url>
       </dependency>
   
  @@ -213,7 +219,7 @@
   
       <dependency>
         <id>regexp</id>
  -      <version>1.2</version>
  +      <version>1.3</version>
         <url>http://jakarta.apache.org/regexp/</url>
       </dependency>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to