You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/09/15 02:42:20 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/validate project.xml

dion        2003/09/14 17:42:20

  Modified:    jelly/jelly-tags/validate project.xml
  Log:
  Update dependencies to ones that exist remotely.
  
  I can now build the site!
  
  Revision  Changes    Path
  1.9       +10 -7     jakarta-commons/jelly/jelly-tags/validate/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	20 Apr 2003 03:20:48 -0000	1.8
  +++ project.xml	15 Sep 2003 00:42:19 -0000	1.9
  @@ -31,8 +31,9 @@
       </dependency>
     
       <dependency>
  -      <id>isorelax</id>
  -      <version>20020414</version>
  +      <groupId>msv</groupId>
  +      <artifactId>isorelax</artifactId>
  +      <version>20030807</version>
       </dependency>
   
       <dependency>
  @@ -42,19 +43,21 @@
   
       <dependency>
         <id>msv</id>
  -      <version>20020414</version>
  +      <version>20030807</version>
       </dependency>
       <!-- END for compilation -->
   
   	<!-- runtime dependencies -->
       <dependency>
  -      <id>xsdlib</id>
  -      <version>20020414</version>
  +      <groupId>msv</groupId>
  +      <artifactId>xsdlib</artifactId>
  +      <version>20030807</version>
       </dependency>
   
       <dependency>
  -      <id>relaxngDatatype</id>
  -      <version>20020414</version>
  +      <groupId>msv</groupId>
  +      <artifactId>relaxngDatatype</artifactId>
  +      <version>20030807</version>
       </dependency>
       <!-- END runtime -->