You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/11/27 13:38:05 UTC

svn commit: r349229 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/http: project.xml xdocs/changes.xml

Author: dion
Date: Sun Nov 27 04:38:01 2005
New Revision: 349229

URL: http://svn.apache.org/viewcvs?rev=349229&view=rev
Log:
Upgrade to commons-httpclient 3.0-rc4

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/http/project.xml
    jakarta/commons/proper/jelly/trunk/jelly-tags/http/xdocs/changes.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/http/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/http/project.xml?rev=349229&r1=349228&r2=349229&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/http/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/http/project.xml Sun Nov 27 04:38:01 2005
@@ -18,7 +18,7 @@
 
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-http</id>
+  <artifactId>commons-jelly-tags-http</artifactId>
   <currentVersion>1.1-SNAPSHOT</currentVersion>
   <name>commons-jelly-tags-http</name>
   <package>org.apache.commons.jelly.tags.http</package>
@@ -33,16 +33,20 @@
   </versions>
   <dependencies>
     <dependency>
-      <id>commons-httpclient</id>
-      <version>2.0</version>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.0-rc4</version>
     </dependency>
+    
     <!--  testing -->
-
     <dependency>
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-define</artifactId>
       <version>1.0</version>
       <url>http://jakarta.apache.org/commons/jelly/tags/define/</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
   </dependencies>
 </project>

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/http/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/http/xdocs/changes.xml?rev=349229&r1=349228&r2=349229&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/http/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/http/xdocs/changes.xml Sun Nov 27 04:38:01 2005
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.1-SNAPSHOT" date="in CVS">
+      <action dev="dion" type="update">Upgrade to commons-httpclient 3.0-rc4</action>
       <action dev="dion" type="add" issue="JELLY-59" due-to="Bill Keese">multi-part mime http request</action>
       <action dev="dion" type="fix" issue="JELLY-96" due-to="Jason Horne">HttpClient cannot be specified in HttpSession</action>
     </release>



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