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

svn commit: r1507306 - /httpcomponents/httpcore/trunk/pom.xml

Author: sebb
Date: Fri Jul 26 13:18:14 2013
New Revision: 1507306

URL: http://svn.apache.org/r1507306
Log:
Make it easy to change the stylecheck version

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1507306&r1=1507305&r2=1507306&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Fri Jul 26 13:18:14 2013
@@ -77,6 +77,7 @@
     <mockito.version>1.8.5</mockito.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <api.comparison.version>4.2</api.comparison.version>
+    <hc.stylecheck.version>1</hc.stylecheck.version>
   </properties>
 
   <dependencyManagement>
@@ -235,7 +236,7 @@
           <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>hc-stylecheck</artifactId>
-            <version>1</version>
+            <version>${hc.stylecheck.version}</version>
           </dependency>
         </dependencies>
         <configuration>