You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/01/14 01:48:37 UTC

svn commit: r368939 - in /maven/maven-1/plugins/trunk: artifact/project.xml artifact/xdocs/changes.xml jira/project.xml jira/xdocs/changes.xml plugin-parent/project.properties

Author: aheritier
Date: Fri Jan 13 16:48:29 2006
New Revision: 368939

URL: http://svn.apache.org/viewcvs?rev=368939&view=rev
Log:
PR: MAVEN-1739
- Upgrade to HttpClient 3.0.

Modified:
    maven/maven-1/plugins/trunk/artifact/project.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
    maven/maven-1/plugins/trunk/jira/project.xml
    maven/maven-1/plugins/trunk/jira/xdocs/changes.xml
    maven/maven-1/plugins/trunk/plugin-parent/project.properties

Modified: maven/maven-1/plugins/trunk/artifact/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=368939&r1=368938&r2=368939&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Fri Jan 13 16:48:29 2006
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -22,7 +21,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-artifact-plugin</id>
   <name>Maven Artifact Plugin</name>
-  <currentVersion>1.7</currentVersion>
+  <currentVersion>1.8-SNAPSHOT</currentVersion>
   <description>Tools to manage artifacts and deployment. *WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the plugin.</description>
   <shortDescription>Tools to manage artifacts and deployment</shortDescription>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/artifact/</url>
@@ -144,7 +143,16 @@
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
-      <version>2.0.2</version>
+      <version>3.0</version>
+      <properties>
+        <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.2</version>
+      <url>http://jakarta.apache.org/commons/codec/</url>
       <properties>
         <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
       </properties>

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=368939&r1=368938&r2=368939&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Fri Jan 13 16:48:29 2006
@@ -24,6 +24,9 @@
     <author email="vmassol@apache.org">Vincent Massol</author>
   </properties>
   <body>
+    <release version="1.8-SNAPSHOT" date="In SVN">
+      <action dev="aheritier" type="update" issue="MAVEN-1739">Upgrade to HttpClient 3.0.</action>
+    </release>
     <release version="1.7" date="2005-12-12">
       <action dev="ltheussl" type="add" issue="MPARTIFACT-57" due-to="Neil Crow">New attribute
         <code>artifactIdOverride</code>that allows to specify custom names for deployed/installed artifacts.

Modified: maven/maven-1/plugins/trunk/jira/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/project.xml?rev=368939&r1=368938&r2=368939&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/project.xml (original)
+++ maven/maven-1/plugins/trunk/jira/project.xml Fri Jan 13 16:48:29 2006
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -45,7 +44,16 @@
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
-      <version>2.0.2</version>
+      <version>3.0</version>
+      <properties>
+        <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.2</version>
+      <url>http://jakarta.apache.org/commons/codec/</url>
       <properties>
         <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
       </properties>

Modified: maven/maven-1/plugins/trunk/jira/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/xdocs/changes.xml?rev=368939&r1=368938&r2=368939&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jira/xdocs/changes.xml Fri Jan 13 16:48:29 2006
@@ -24,6 +24,7 @@
   </properties>
   <body>
     <release version="1.3-SNAPSHOT" date="in SVN">
+      <action dev="aheritier" type="update" issue="MAVEN-1739">Upgrade to HttpClient 3.0.</action>
       <action dev="ltheussl" type="fix" issue="MPJIRA-17">Plugin uses deprecated API to retrieve JIRA issues. Now requires at least JIRA 3.3.</action>
       <action dev="ltheussl" type="add">Add a jira-roadmap report.</action>
       <action dev="ltheussl" type="update">Layout changes: mimic default JIRA appearance, also show votes.</action>

Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.properties?rev=368939&r1=368938&r2=368939&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugin-parent/project.properties Fri Jan 13 16:48:29 2006
@@ -96,8 +96,9 @@
 maven.jar.ant-trax=1.6.5
 maven.jar.commons-beanutils=1.6.1
 maven.jar.commons-cli=1.0-beta-2
+maven.jar.commons-codec=1.2
 maven.jar.commons-collections=3.0
-maven.jar.commons-httpclient=2.0.2
+maven.jar.commons-httpclient=3.0
 maven.jar.commons-io=1.0
 maven.jar.commons-jelly=1.0
 maven.jar.commons-jelly-tags-ant=1.1
@@ -116,4 +117,4 @@
 maven.jar.wagon-http=1.0-alpha-3
 maven.jar.wagon-provider-api=1.0-alpha-3
 
-maven.jar.maven = ${maven.home}/lib/maven.jar
\ No newline at end of file
+maven.jar.maven = ${maven.home}/lib/maven.jar