Author: tchemit Date: 2014-01-22 10:28:46 +0100 (Wed, 22 Jan 2014) New Revision: 1511 Url: http://nuiton.org/projects/mavenpom/repository/revisions/1511 Log: fixes #3006: Updates guava to 16 fixes #3007: Updates httpclient to 4.3.2 fixes #3008: Distinguish httpcore and httpclient version (they can be different) Modified: trunk/mavenpomdoc/src/site/apt/mavenpom/properties.apt.vm trunk/pom.xml Modified: trunk/mavenpomdoc/src/site/apt/mavenpom/properties.apt.vm =================================================================== --- trunk/mavenpomdoc/src/site/apt/mavenpom/properties.apt.vm 2014-01-16 12:52:56 UTC (rev 1510) +++ trunk/mavenpomdoc/src/site/apt/mavenpom/properties.apt.vm 2014-01-22 09:28:46 UTC (rev 1511) @@ -117,6 +117,8 @@ *-------------------------------+--------------------------------------------------------------------------+ | {{httpCommonsHttpclientVersion}}| <<org.apache.httpcomponents:httpclient:${httpCommonsHttpclientVersion}>>| *-------------------------------+--------------------------------------------------------------------------+ +| {{httpCommonsHttpcoreVersion}}| <<org.apache.httpcomponents:httpcore:${httpCommonsHttpcoreVersion}>>| +*-------------------------------+--------------------------------------------------------------------------+ | {{commonsIoVersion}} | <<commons-io:commons-io:${commonsIoVersion}>> | *-------------------------------+--------------------------------------------------------------------------+ | {{commonsJxpathVersion}} | <<commons-jxpath:commons-jxpath:${commonsJxpathVersion}>> | @@ -488,6 +490,13 @@ {{{http://hc.apache.org/httpcomponents-client-ga/index.html}http-client}}.\ {{{Propriétés de versions}[remonter]}} +**{httpCommonsHttpcoreVersion} + + La version de la librairie + {{{http://hc.apache.org/httpcomponents-core-ga/index.html}http-core}}.\ + {{{Propriétés de versions}[remonter]}} + + ** {commonsIoVersion} La version de la librairie Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-01-16 12:52:56 UTC (rev 1510) +++ trunk/pom.xml 2014-01-22 09:28:46 UTC (rev 1511) @@ -310,7 +310,8 @@ <commonsCodecVersion>1.9</commonsCodecVersion> <commonsEmailVersion>1.3.2</commonsEmailVersion> <commonsHttpclientVersion>3.1</commonsHttpclientVersion> - <httpCommonsHttpclientVersion>4.3.1</httpCommonsHttpclientVersion> + <httpCommonsHttpcoreVersion>4.3.1</httpCommonsHttpcoreVersion> + <httpCommonsHttpclientVersion>4.3.2</httpCommonsHttpclientVersion> <commonsIoVersion>2.4</commonsIoVersion> <commonsJxpathVersion>1.3</commonsJxpathVersion> <commonsLangVersion>2.6</commonsLangVersion> @@ -318,7 +319,7 @@ <commonsLoggingVersion>1.1.3</commonsLoggingVersion> <commonsPrimitivesVersion>1.0</commonsPrimitivesVersion> <commonsMathVersion>2.2</commonsMathVersion> - <guavaVersion>15.0</guavaVersion> + <guavaVersion>16.0</guavaVersion> <plexusUtilsVersion>3.0.16</plexusUtilsVersion> <junitVersion>4.11</junitVersion> <log4jVersion>1.2.17</log4jVersion> @@ -491,7 +492,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>${httpCommonsHttpclientVersion}</version> + <version>${httpCommonsHttpcoreVersion}</version> </dependency> <dependency>