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:09:57 UTC

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

dion        2004/08/10 19:09:57

  Modified:    jelly/jelly-tags/define project.xml
  Log:
  - Remove sandbox
  - Fix some dependencies to use groupId/artifactId
  - Remove unnecessary snapshots
  
  Revision  Changes    Path
  1.10      +10 -10    jakarta-commons/jelly/jelly-tags/define/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/define/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	25 Feb 2004 06:24:11 -0000	1.9
  +++ project.xml	11 Aug 2004 02:09:57 -0000	1.10
  @@ -26,13 +26,13 @@
     </description>
     <shortDescription>Commons Jelly Define Tag Library</shortDescription>
     
  -  <!-- <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/define/</url>
  +  <!-- <url>http://jakarta.apache.org/commons/jelly/tags/define/</url>
   
  -  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/define/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/define</distributionDirectory>
  +  <siteDirectory>/www/jakarta.apache.org/commons/jelly/define/</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/define</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/define/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/define/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/define/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/define/</url>
     </repository> -->
     
     <dependencies>
  @@ -53,25 +53,25 @@
       <dependency>
         <id>commons-jelly+tags-dynabean</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/dynabean/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/dynabean/</url>
       </dependency>
   
       <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>
   
       <dependency>
         <id>commons-jelly+tags-log</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
       </dependency>
         
       <dependency>
         <id>commons-jelly+tags-xml</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/xml/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/xml/</url>
       </dependency>
         
         
  @@ -81,7 +81,7 @@
   
       <dependency>
         <id>commons-cli</id>
  -      <version>SNAPSHOT</version>
  +      <version>1.0</version>
       </dependency>
       
       <!-- END for running demos -->
  
  
  

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