You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2003/12/30 08:06:49 UTC

cvs commit: jakarta-commons-sandbox/uid project.xml

psteitz     2003/12/29 23:06:49

  Modified:    uid      project.xml
  Log:
  Added dependencies, fixed CVS reference, added (drafted :) new team member.
  
  Revision  Changes    Path
  1.2       +28 -1     jakarta-commons-sandbox/uid/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/uid/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	24 Dec 2003 08:59:45 -0000	1.1
  +++ project.xml	30 Dec 2003 07:06:49 -0000	1.2
  @@ -3,13 +3,18 @@
     <extend>../../jakarta-commons/xdocs/maven/project-base.xml</extend>
     <name>Commons Uid</name>
     <id>commons-uid</id>
  -  <logo>/images/compress-logo-blue.jpg</logo>
  +  <logo></logo>
     <url>http://jakarta.apache.org/commons/sandbox/uid/</url>
     <inceptionYear>2003</inceptionYear>
     <shortDescription>Commons Uid</shortDescription>
     <description>
       Commons Uid is a component used to generate unique identifiers.
     </description>
  +  
  +  <repository>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/${pom.artifactId.substring(8)}</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</url>
  +  </repository>
   
     <currentVersion>0.1-dev</currentVersion>
     <versions>
  @@ -23,15 +28,29 @@
         <id>psteitz</id>
         <email>psteitz@apache.org</email>
         <organization></organization>
  +      <timezone>-9</timezone>
         <roles>
           <role>Java Developer</role>
         </roles>
       </developer>
  +    <developer>
  +      <name>Gary Gregory</name>
  +      <id>ggregory</id>
  +      <email>ggregory@seagullsw.com</email>
  +      <organization>Seagull Software</organization>
  +      <timezone>-8</timezone>
  +      <roles>
  +         <role>Java Developer</role>
  +      </roles>
  +    </developer>
     </developers>
   
     <contributors>
       <contributor>
         <name>Tim Reilly</name>
  +      <roles>
  +        <role>Java Developer</role>
  +      </roles>
       </contributor>
     </contributors>
   
  @@ -39,6 +58,14 @@
       <dependency>
         <id>junit</id>
         <version>3.8.1</version>
  +    </dependency>
  +    <dependency>
  +      <id>commons-discovery</id>
  +      <version>0.1</version>
  +    </dependency>
  +    <dependency>
  +      <id>commons-logging</id>
  +      <version>1.0.3</version>
       </dependency>
     </dependencies>
   
  
  
  

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