Update to HC parent 5
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1172154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e1f6e6eb6
commit
f5cb5f9e19
8
pom.xml
8
pom.xml
|
@ -28,7 +28,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>project</artifactId>
|
<artifactId>project</artifactId>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<version>4.1.1</version>
|
<version>5</version>
|
||||||
<relativePath>../project/pom.xml</relativePath>
|
<relativePath>../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
@ -78,12 +78,6 @@
|
||||||
<easymock.version>2.5.2</easymock.version>
|
<easymock.version>2.5.2</easymock.version>
|
||||||
<mockito.version>1.8.5</mockito.version>
|
<mockito.version>1.8.5</mockito.version>
|
||||||
<comparisonVersion>4.1</comparisonVersion>
|
<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>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
Loading…
Reference in New Issue