Upgraded project version to 4.2.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1340700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92ce24b478
commit
570aa9fa37
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.2-beta2-SNAPSHOT</version>
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>fluent-hc</artifactId>
|
||||
<name>Fluent HttpClient</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.2-beta2-SNAPSHOT</version>
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-benchmark</artifactId>
|
||||
<name>HttpClient Benchmarks</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.2-beta2-SNAPSHOT</version>
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-cache</artifactId>
|
||||
<name>HttpClient Cache</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.2-beta2-SNAPSHOT</version>
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-contrib</artifactId>
|
||||
<name>HttpClient Contrib</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.2-beta2-SNAPSHOT</version>
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-osgi</artifactId>
|
||||
<name>HttpClient OSGi bundle</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.2-beta2-SNAPSHOT</version>
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<name>HttpClient</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.2-beta2-SNAPSHOT</version>
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<name>HttpMime</name>
|
||||
|
|
19
pom.xml
19
pom.xml
|
@ -34,7 +34,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<name>HttpComponents Client</name>
|
||||
<version>4.2-beta2-SNAPSHOT</version>
|
||||
<version>4.2.1-SNAPSHOT</version>
|
||||
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<inceptionYear>1999</inceptionYear>
|
||||
|
@ -307,14 +307,12 @@
|
|||
</entity>
|
||||
</entities>
|
||||
<postProcess>
|
||||
<copy todir="target/site/tutorial/html"
|
||||
failonerror="false">
|
||||
<copy todir="target/site/tutorial/html" failonerror="false">
|
||||
<fileset dir="target/docbkx/html/index">
|
||||
<include name="**/*.html" />
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="target/site/tutorial/html"
|
||||
failonerror="false">
|
||||
<copy todir="target/site/tutorial/html" failonerror="false">
|
||||
<fileset dir="src/docbkx/resources">
|
||||
<include name="**/*.css" />
|
||||
<include name="**/*.png" />
|
||||
|
@ -322,9 +320,7 @@
|
|||
<include name="**/*.jpg" />
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy file="target/docbkx/pdf/index.pdf"
|
||||
tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf"
|
||||
failonerror="false"/>
|
||||
<copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
|
||||
</postProcess>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -356,6 +352,13 @@
|
|||
<comparisonVersion>${api.comparison.version}</comparisonVersion>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<configuration>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in New Issue