You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/07/15 15:18:14 UTC

svn commit: r1503232 - /httpcomponents/httpasyncclient/trunk/pom.xml

Author: olegk
Date: Mon Jul 15 13:18:14 2013
New Revision: 1503232

URL: http://svn.apache.org/r1503232
Log:
Upgraded HC parent POM to 7

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1503232&r1=1503231&r2=1503232&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Mon Jul 15 13:18:14 2013
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>project</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
-    <version>6</version>
+    <version>7</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -249,7 +249,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9.1</version>
         <dependencies>
           <dependency>
             <groupId>org.apache.httpcomponents</groupId>