You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/11/16 15:53:59 UTC

cvs commit: maven-plugins/artifact project.xml

vmassol     2003/11/16 06:53:59

  Modified:    artifact/xdocs changes.xml
               artifact project.xml
  Log:
  Created JIRA project for Artifact plugin.
  
  Revision  Changes    Path
  1.6       +7 -3      maven-plugins/artifact/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	29 Sep 2003 06:09:54 -0000	1.5
  +++ changes.xml	16 Nov 2003 14:53:59 -0000	1.6
  @@ -7,10 +7,14 @@
   
     <body>
       <release version="1.0" date="2003-09-29">
  -      <action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
  -      <action dev="dion" type="update">update to velocity 1.4-dev</action>
         <action dev="dion" type="update">
  -        update to commons-lang 1.0.1
  +        Update to commons-jelly-20030902.160215
  +      </action>
  +      <action dev="dion" type="update">
  +        Update to velocity 1.4-dev
  +      </action>
  +      <action dev="dion" type="update">
  +        Update to commons-lang 1.0.1
         </action>
       </release>
     </body>
  
  
  
  1.13      +3 -2      maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	29 Sep 2003 05:19:10 -0000	1.12
  +++ project.xml	16 Nov 2003 14:53:59 -0000	1.13
  @@ -9,10 +9,11 @@
     <description/>
     <shortDescription>Tools to manage artifacts and deployment</shortDescription>
     <url>http://maven.apache.org/reference/plugins/artifact/</url>
  +  <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10319</issueTrackingUrl>
     <siteDirectory>/www/maven.apache.org/reference/plugins/artifact/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/artifact/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/artifact/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/artifact/</connection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/artifact/</url>
     </repository>
     <developers/>
     <dependencies>
  
  
  

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