brett       2004/03/10 04:43:14

  Modified:    jira     project.xml
  Log:
  [maven-scm-plugin] prepare release 1.0
  
  Revision  Changes    Path
  1.4       +10 -2     maven-plugins/jira/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jira/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       7 Mar 2004 23:01:25 -0000       1.3
  +++ project.xml       10 Mar 2004 12:43:14 -0000      1.4
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-jira-plugin</id>
     <name>Maven JIRA Plug-in</name>
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <description/>
     <shortDescription>Download issue from Jira</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jira/</url>
  @@ -52,6 +52,7 @@
       </dependency>
       <dependency>
         <!-- Required for commons-httpclient -->
  +
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.8</version>
  @@ -62,4 +63,11 @@
         <version>1.0-rc1</version>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>MAVEN_JIRA_1_0</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to