Author: tchemit Date: 2012-10-14 11:22:39 +0200 (Sun, 14 Oct 2012) New Revision: 1348 Url: http://nuiton.org/repositories/revision/mavenpom/1348 Log: refs #2350: Updates to jredmine-m-p 1.5 (snapshot) refs #2356: Updates to helper-m-p 1.6 (snapshot) fixes #2357: Updates to guava 13.0.1 fixes #2099: Introduce org.apache.httpcomponents httpclient 4.2.1 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 2012-10-11 02:48:48 UTC (rev 1347) +++ trunk/mavenpomdoc/src/site/apt/mavenpom/properties.apt.vm 2012-10-14 09:22:39 UTC (rev 1348) @@ -89,6 +89,8 @@ *-------------------------------+--------------------------------------------------------------------------+ | {{commonsHttpclientVersion}} | <<commons-httpclient:commons-httpclient:${commonsHttpclientVersion}>> | *-------------------------------+--------------------------------------------------------------------------+ +| {{httpCommonsHttpclientVersion} | <<org.apache.httpcomponents:httpclient:${httpCommonsHttpclientVersion}>> | +*-------------------------------+--------------------------------------------------------------------------+ | {{commonsIoVersion}} | <<commons-io:commons-io:${commonsIoVersion}>> | *-------------------------------+--------------------------------------------------------------------------+ | {{commonsJxpathVersion}} | <<commons-jxpath:commons-jxpath:${commonsJxpathVersion}>> | @@ -431,6 +433,12 @@ {{{http://hc.apache.org/httpclient-3.x}commons-http-client}}.\ {{{Propriétés de versions}[remonter]}} +**{httpCommonsHttpclientVersion} + + La version de la librairie + {{{http://hc.apache.org/httpcomponents-client-ga/index.html}http-client}}.\ + {{{Propriétés de versions}[remonter]}} + ** {commonsIoVersion} La version de la librairie Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-11 02:48:48 UTC (rev 1347) +++ trunk/pom.xml 2012-10-14 09:22:39 UTC (rev 1348) @@ -241,8 +241,8 @@ <antVersion>1.8.3</antVersion> <!-- our plugins --> - <helperPluginVersion>1.5</helperPluginVersion> - <jredminePluginVersion>1.4</jredminePluginVersion> + <helperPluginVersion>1.6-SNAPSHOT</helperPluginVersion> + <jredminePluginVersion>1.5-SNAPSHOT</jredminePluginVersion> <jrstPluginVersion>2.0.1</jrstPluginVersion> <!-- apache maven plugins version --> @@ -304,6 +304,7 @@ <commonsCollectionsVersion>3.2.1</commonsCollectionsVersion> <commonsEmailVersion>1.2</commonsEmailVersion> <commonsHttpclientVersion>3.1</commonsHttpclientVersion> + <httpCommonsHttpclientVersion>4.2.1</httpCommonsHttpclientVersion> <commonsIoVersion>2.4</commonsIoVersion> <commonsJxpathVersion>1.3</commonsJxpathVersion> <commonsLangVersion>2.6</commonsLangVersion> @@ -311,7 +312,7 @@ <commonsLoggingVersion>1.1.1</commonsLoggingVersion> <commonsPrimitivesVersion>1.0</commonsPrimitivesVersion> <commonsMathVersion>2.2</commonsMathVersion> - <guavaVersion>13.0</guavaVersion> + <guavaVersion>13.0.1</guavaVersion> <junitVersion>4.10</junitVersion> <log4jVersion>1.2.17</log4jVersion> @@ -441,6 +442,18 @@ </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${httpCommonsHttpclientVersion}</version> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + <version>${httpCommonsHttpclientVersion}</version> + </dependency> + + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>${commonsIoVersion}</version>
participants (1)
-
tchemit@users.nuiton.org