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:
Oleg Kalnichevski 2012-05-20 12:51:21 +00:00
parent 92ce24b478
commit 570aa9fa37
8 changed files with 18 additions and 15 deletions

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-beta2-SNAPSHOT</version> <version>4.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>fluent-hc</artifactId> <artifactId>fluent-hc</artifactId>
<name>Fluent HttpClient</name> <name>Fluent HttpClient</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-beta2-SNAPSHOT</version> <version>4.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-benchmark</artifactId> <artifactId>httpclient-benchmark</artifactId>
<name>HttpClient Benchmarks</name> <name>HttpClient Benchmarks</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-beta2-SNAPSHOT</version> <version>4.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-cache</artifactId> <artifactId>httpclient-cache</artifactId>
<name>HttpClient Cache</name> <name>HttpClient Cache</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-beta2-SNAPSHOT</version> <version>4.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-contrib</artifactId> <artifactId>httpclient-contrib</artifactId>
<name>HttpClient Contrib</name> <name>HttpClient Contrib</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-beta2-SNAPSHOT</version> <version>4.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient-osgi</artifactId> <artifactId>httpclient-osgi</artifactId>
<name>HttpClient OSGi bundle</name> <name>HttpClient OSGi bundle</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-beta2-SNAPSHOT</version> <version>4.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<name>HttpClient</name> <name>HttpClient</name>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<version>4.2-beta2-SNAPSHOT</version> <version>4.2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>httpmime</artifactId> <artifactId>httpmime</artifactId>
<name>HttpMime</name> <name>HttpMime</name>

19
pom.xml
View File

@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>httpcomponents-client</artifactId> <artifactId>httpcomponents-client</artifactId>
<name>HttpComponents Client</name> <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> <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
<url>http://hc.apache.org/httpcomponents-client</url> <url>http://hc.apache.org/httpcomponents-client</url>
<inceptionYear>1999</inceptionYear> <inceptionYear>1999</inceptionYear>
@ -307,14 +307,12 @@
</entity> </entity>
</entities> </entities>
<postProcess> <postProcess>
<copy todir="target/site/tutorial/html" <copy todir="target/site/tutorial/html" failonerror="false">
failonerror="false">
<fileset dir="target/docbkx/html/index"> <fileset dir="target/docbkx/html/index">
<include name="**/*.html" /> <include name="**/*.html" />
</fileset> </fileset>
</copy> </copy>
<copy todir="target/site/tutorial/html" <copy todir="target/site/tutorial/html" failonerror="false">
failonerror="false">
<fileset dir="src/docbkx/resources"> <fileset dir="src/docbkx/resources">
<include name="**/*.css" /> <include name="**/*.css" />
<include name="**/*.png" /> <include name="**/*.png" />
@ -322,9 +320,7 @@
<include name="**/*.jpg" /> <include name="**/*.jpg" />
</fileset> </fileset>
</copy> </copy>
<copy file="target/docbkx/pdf/index.pdf" <copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf"
failonerror="false"/>
</postProcess> </postProcess>
</configuration> </configuration>
</plugin> </plugin>
@ -356,6 +352,13 @@
<comparisonVersion>${api.comparison.version}</comparisonVersion> <comparisonVersion>${api.comparison.version}</comparisonVersion>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>