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 2004/08/11 04:23:34 UTC

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

dion        2004/08/10 19:23:34

  Modified:    jelly/jelly-tags/html project.xml
  Log:
  - Remove sandbox
  - Fix some dependencies to use groupId/artifactId
  - Remove unnecessary snapshots
  
  Revision  Changes    Path
  1.16      +7 -7      jakarta-commons/jelly/jelly-tags/html/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/html/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	25 Feb 2004 23:47:35 -0000	1.15
  +++ project.xml	11 Aug 2004 02:23:33 -0000	1.16
  @@ -25,12 +25,12 @@
     </description>
     <shortDescription>Commons Jelly HTML Tag Library</shortDescription>
   
  -  <!-- <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/html</url>
  -  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/html</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/html</distributionDirectory>
  +  <!-- <url>http://jakarta.apache.org/commons/jelly/tags/html</url>
  +  <siteDirectory>/www/jakarta.apache.org/commons/jelly/tags/html</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/html</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/html/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/html/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/html/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/html/</url>
     </repository>-->
     
     <dependencies>
  @@ -55,7 +55,7 @@
   
       <dependency>
         <id>commons-cli</id>
  -      <version>SNAPSHOT</version>
  +      <version>1.0</version>
       </dependency>
       
       <dependency>
  @@ -80,7 +80,7 @@
       <dependency>
         <id>commons-jelly+tags-junit</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/junit/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
       </dependency>
   
       <!-- END for testing -->
  
  
  

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