Upgraded project version to 4.4-alpha1-SNAPSHOT; upgraded minimal Java level to 1.6; re-enabled win atuh module
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1561061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b7291b4c32
commit
54c767ee07
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.3.3-SNAPSHOT</version>
|
||||
<version>4.4-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>fluent-hc</artifactId>
|
||||
<name>Fluent API for Apache HttpClient</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.3.3-SNAPSHOT</version>
|
||||
<version>4.4-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-cache</artifactId>
|
||||
<name>Apache HttpClient Cache</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.3.3-SNAPSHOT</version>
|
||||
<version>4.4-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-osgi</artifactId>
|
||||
<name>Apache HttpClient OSGi bundle</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.3-beta3-SNAPSHOT</version>
|
||||
<version>4.4-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>winauth-jni</artifactId>
|
||||
<name>Windows Integrated Auth</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.3.3-SNAPSHOT</version>
|
||||
<version>4.4-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<name>Apache HttpClient</name>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.3.3-SNAPSHOT</version>
|
||||
<version>4.4-alpha1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<name>Apache HttpClient Mime</name>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -33,7 +33,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<name>HttpComponents Client</name>
|
||||
<version>4.3.3-SNAPSHOT</version>
|
||||
<version>4.4-alpha1-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>
|
||||
|
@ -64,6 +64,8 @@
|
|||
</scm>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
<httpcore.version>4.3.1</httpcore.version>
|
||||
<commons-logging.version>1.1.3</commons-logging.version>
|
||||
<commons-codec.version>1.6</commons-codec.version>
|
||||
|
@ -164,7 +166,7 @@
|
|||
<module>httpmime</module>
|
||||
<module>fluent-hc</module>
|
||||
<module>httpclient-cache</module>
|
||||
<!--module>httpclient-win</module-->
|
||||
<module>httpclient-win</module>
|
||||
<module>httpclient-osgi</module>
|
||||
</modules>
|
||||
|
||||
|
|
Loading…
Reference in New Issue