You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/07/05 23:07:19 UTC

cvs commit: maven-plugins/site/xdocs changes.xml

brett       2004/07/05 14:07:19

  Modified:    jira     project.xml
               jira/xdocs changes.xml
               jxr      project.xml
               jxr/xdocs changes.xml
               latex    project.xml
               latex/xdocs changes.xml
               latka    project.xml
               latka/xdocs changes.xml
               linkcheck project.xml
               linkcheck/xdocs changes.xml
               site     project.xml
               site/xdocs changes.xml
  Log:
  update commons-* dependencies
  
  Revision  Changes    Path
  1.10      +2 -2      maven-plugins/jira/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jira/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	25 Jun 2004 15:24:29 -0000	1.9
  +++ project.xml	5 Jul 2004 21:07:19 -0000	1.10
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jira-plugin</id>
     <name>Maven JIRA Plug-in</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.1.1-SNAPSHOT</currentVersion>
     <description>This plugin download issues from Jira and create a report.</description>
     <shortDescription>Download issue from Jira</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jira/</url>
  @@ -39,7 +39,7 @@
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
  -      <version>2.0-rc2</version>
  +      <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
  
  
  
  1.3       +3 -0      maven-plugins/jira/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jira/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml	16 May 2004 03:01:04 -0000	1.2
  +++ changes.xml	5 Jul 2004 21:07:19 -0000	1.3
  @@ -24,6 +24,9 @@
       <author email="brett@apache.org">Brett Porter</author>
     </properties>
     <body>
  +    <release version="1.1.1-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="update">Update commons-httpclient dependency</action>
  +    </release>
       <release version="1.1" date="2004-05-15"></release>
     </body>
   </document>
  
  
  
  1.43      +1 -1      maven-plugins/jxr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/project.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- project.xml	25 Jun 2004 15:24:30 -0000	1.42
  +++ project.xml	5 Jul 2004 21:07:19 -0000	1.43
  @@ -83,7 +83,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
  -      <version>1.0.1</version>
  +      <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>dom4j</groupId>
  
  
  
  1.20      +1 -0      maven-plugins/jxr/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml	7 Jun 2004 12:10:09 -0000	1.19
  +++ changes.xml	5 Jul 2004 21:07:19 -0000	1.20
  @@ -26,6 +26,7 @@
     </properties>
     <body>
       <release version="1.5-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="update">Update commons-* dependencies</action>
         <action dev="brett" type="fix" issue="MPJXR-9">Remove xmlns on html elements as JSL messes it up</action>
       </release>
       <release version="1.3" date="2004-03-07">
  
  
  
  1.31      +2 -2      maven-plugins/latex/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latex/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	25 Jun 2004 15:24:30 -0000	1.30
  +++ project.xml	5 Jul 2004 21:07:19 -0000	1.31
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-latex-plugin</id>
     <name>Maven Latex Plug-in</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.2.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Produce HTML from latex</shortDescription>
     <url>http://maven.apache.org/reference/plugins/latex/</url>
  @@ -71,7 +71,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
  -      <version>1.0.1</version>
  +      <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>anttex</groupId>
  
  
  
  1.7       +5 -0      maven-plugins/latex/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latex/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml	4 Mar 2004 18:36:31 -0000	1.6
  +++ changes.xml	5 Jul 2004 21:07:19 -0000	1.7
  @@ -25,6 +25,11 @@
   
     <body>
   
  +    <release version="1.1.1-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="update">
  +        update to commons-lang 2.0
  +      </action>
  +    </release>
       <release version="1.1" date="2003-09-29">
         <action dev="dion" type="update">
           update to commons-lang 1.0.1
  
  
  
  1.35      +1 -1      maven-plugins/latka/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latka/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	30 Jun 2004 04:46:16 -0000	1.34
  +++ project.xml	5 Jul 2004 21:07:19 -0000	1.35
  @@ -62,7 +62,7 @@
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
  -      <version>2.0-rc1</version>
  +      <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>jaxen</groupId>
  
  
  
  1.11      +4 -1      maven-plugins/latka/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latka/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml	30 Jun 2004 04:46:16 -0000	1.10
  +++ changes.xml	5 Jul 2004 21:07:19 -0000	1.11
  @@ -24,7 +24,10 @@
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  -    <release version="1.5" date="in CVS">
  +    <release version="1.5-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="update">
  +        Update commons-httpclient to 2.0
  +      </action>
         <action dev="dion" type="update">
           Update docs to reflect the version of JMeter required.
         </action>
  
  
  
  1.52      +2 -2      maven-plugins/linkcheck/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- project.xml	25 Jun 2004 15:24:30 -0000	1.51
  +++ project.xml	5 Jul 2004 21:07:19 -0000	1.52
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-linkcheck-plugin</id>
     <name>Maven LinkCheck Plug-in</name>
  -  <currentVersion>1.3.1</currentVersion>
  +  <currentVersion>1.3.2-SNAPSHOT</currentVersion>
     <description>Check xdoc links. Requires Maven 1.0 RC2.</description>
     <shortDescription>Check xdoc links</shortDescription>
     <url>http://maven.apache.org/reference/plugins/linkcheck/</url>
  @@ -81,7 +81,7 @@
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
  -      <version>2.0-rc1</version>
  +      <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
  
  
  
  1.19      +4 -0      maven-plugins/linkcheck/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/xdocs/changes.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changes.xml	19 Jun 2004 05:50:36 -0000	1.18
  +++ changes.xml	5 Jul 2004 21:07:19 -0000	1.19
  @@ -25,6 +25,10 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.3.2-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="update" issue="MPLINKCHECK-14">Only log exception in debug mode on connection refused</action>
  +      <action dev="brett" type="update">Update commons-*</action>
  +    </release>
       <release version="1.3.1" date="2004-06-19">
         <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
       </release>
  
  
  
  1.35      +2 -2      maven-plugins/site/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/site/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	25 Jun 2004 15:24:31 -0000	1.34
  +++ project.xml	5 Jul 2004 21:07:19 -0000	1.35
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-site-plugin</id>
     <name>Maven Site Plugin</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.5.1-SNAPSHOT</currentVersion>
     <description>Generate web site. Requires Maven 1.0 RC2.</description>
     <shortDescription>Generate web site</shortDescription>
     <url>http://maven.apache.org/reference/plugins/site/</url>
  @@ -68,7 +68,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
  -      <version>1.0.1</version>
  +      <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>
  
  
  
  1.18      +2 -0      maven-plugins/site/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/site/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml	10 Mar 2004 12:31:35 -0000	1.17
  +++ changes.xml	5 Jul 2004 21:07:19 -0000	1.18
  @@ -24,6 +24,8 @@
       <author email="dion@multitask.com.au">dIon Gillard</author>
     </properties>
     <body>
  +    <release version="1.6-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="update">Update commons-httpclient and commons-net</action>
       <release version="1.5" date="2004-03-10">
         <action dev="evenisse" type="add" issue="MPDEPLOY-5">Support for Putty in site:sshdeploy and add optional maven.ssh.args and maven.scp.args.</action>
         <action dev="dion" type="fix">Remove telnet server for ftp deployment</action>
  
  
  

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