You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/02/26 18:03:47 UTC

cvs commit: avalon-excalibur/xmlutil project.xml

niclas      2004/02/26 09:03:47

  Modified:    xmlutil  project.xml
  Log:
  Small fix.
  
  Revision  Changes    Path
  1.6       +13 -7     avalon-excalibur/xmlutil/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/xmlutil/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	25 Feb 2004 23:12:54 -0000	1.5
  +++ project.xml	26 Feb 2004 17:03:47 -0000	1.6
  @@ -36,26 +36,30 @@
       <dependencies>
           <dependency>
               <id>saxon</id>
  -            <version>6.5.2</version>
  +            <version>6.5.3</version>
           </dependency>
  +        
           <dependency>
  -            <id>saxon7</id>
  +            <artifactId>saxon7</artifactId>
  +            <groupId>saxon7</groupId>
               <version>7.7</version>
           </dependency>
           <dependency>
  -            <id>saxon7-jdom</id>
  -            <version>7.7</version>
  +            <artifactId>saxon7-jdom</artifactId>
               <groupId>saxon7</groupId>
  +            <version>7.7</version>
           </dependency>
           <dependency>
  -            <id>saxon7-sql</id>
  +            <artifactId>saxon7-sql</artifactId>
               <version>7.7</version>
               <groupId>saxon7</groupId>
           </dependency>
  +
           <dependency>
               <id>xml-commons-resolver</id>
               <version>1.1</version>
           </dependency>
  +
           <dependency>
               <id>avalon-framework</id>
               <version>4.1.4</version>
  @@ -84,20 +88,22 @@
           </dependency>
           <dependency>
               <id>excalibur-sourceresolve</id>
  -            <version>SNAPSHOT</version>
  +            <version>1.1</version>
           </dependency>
           <dependency>
               <id>excalibur-store</id>
  -            <version>SNAPSHOT</version>
  +            <version>1.0</version>
           </dependency>
           <dependency>
               <id>xerces</id>
               <version>2.4.0</version>
           </dependency>
  +        
           <dependency>
               <id>xml-apis</id>
               <version>1.0.b2</version>
           </dependency>
  +
           <dependency>
               <id>xalan</id>
               <version>2.4.1</version>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org