You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/09/18 01:51:34 UTC

svn commit: r1172154 - in /httpcomponents: httpclient/trunk/pom.xml httpcore/trunk/pom.xml

Author: sebb
Date: Sat Sep 17 23:51:34 2011
New Revision: 1172154

URL: http://svn.apache.org/viewvc?rev=1172154&view=rev
Log:
Update to HC parent 5

Modified:
    httpcomponents/httpclient/trunk/pom.xml
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1172154&r1=1172153&r2=1172154&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Sat Sep 17 23:51:34 2011
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>project</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
-    <version>4.1.1</version>
+    <version>5</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -78,12 +78,6 @@
     <easymock.version>2.5.2</easymock.version>
     <mockito.version>1.8.5</mockito.version>
     <comparisonVersion>4.1</comparisonVersion>
-    <!-- Delete these when using parent 5+ -->
-    <hc.clirr.version>2.3</hc.clirr.version>
-    <hc.javadoc.version>2.8</hc.javadoc.version>
-    <hc.jxr.version>2.3</hc.jxr.version>
-    <hc.surefire-report.version>2.9</hc.surefire-report.version>
-    <hc.project-info.version>2.4</hc.project-info.version>
   </properties>
 
   <repositories>

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1172154&r1=1172153&r2=1172154&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Sat Sep 17 23:51:34 2011
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>project</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
-    <version>4.1.1</version>
+    <version>5</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -77,12 +77,6 @@
     <mockito.version>1.8.5</mockito.version>
     <commons-logging.version>1.1.1</commons-logging.version>
     <comparisonVersion>4.1</comparisonVersion>
-    <!-- Delete these when using parent 5+ -->
-    <hc.clirr.version>2.3</hc.clirr.version>
-    <hc.javadoc.version>2.8</hc.javadoc.version>
-    <hc.jxr.version>2.3</hc.jxr.version>
-    <hc.surefire-report.version>2.9</hc.surefire-report.version>
-    <hc.project-info.version>2.4</hc.project-info.version>
   </properties>
 
   <dependencyManagement>



Re: svn commit: r1172154 - in /httpcomponents: httpclient/trunk/pom.xml httpcore/trunk/pom.xml

Posted by sebb AT ASF <se...@apache.org>.
On 18 September 2011 01:06, sebb AT ASF <se...@apache.org> wrote:
> On 18 September 2011 00:51,  <se...@apache.org> wrote:
>> Author: sebb
>> Date: Sat Sep 17 23:51:34 2011
>> New Revision: 1172154
>>
>> URL: http://svn.apache.org/viewvc?rev=1172154&view=rev
>> Log:
>> Update to HC parent 5
>>
>
> Unfortunately it looks as the Maven Central has not yet been updated.

It was updated earlier today.

> If necessary, temporarily add the following to your settings.xml:
>
>        <repository>
>          <id>apache.repo</id>
>          <name>Apache Repository</name>
>          <url>https://repository.apache.org/content/repositories/releases</url>
>          <releases>
>            <enabled>true</enabled>
>          </releases>
>        </repository>
>
> once HC parent 5 has been downloaded, it can be disabled (until the next time!).
>

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


Re: svn commit: r1172154 - in /httpcomponents: httpclient/trunk/pom.xml httpcore/trunk/pom.xml

Posted by sebb AT ASF <se...@apache.org>.
On 18 September 2011 00:51,  <se...@apache.org> wrote:
> Author: sebb
> Date: Sat Sep 17 23:51:34 2011
> New Revision: 1172154
>
> URL: http://svn.apache.org/viewvc?rev=1172154&view=rev
> Log:
> Update to HC parent 5
>

Unfortunately it looks as the Maven Central has not yet been updated.

If necessary, temporarily add the following to your settings.xml:

        <repository>
          <id>apache.repo</id>
          <name>Apache Repository</name>
          <url>https://repository.apache.org/content/repositories/releases</url>
          <releases>
            <enabled>true</enabled>
          </releases>
        </repository>

once HC parent 5 has been downloaded, it can be disabled (until the next time!).

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