You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2015/08/25 02:54:43 UTC

svn commit: r1697525 - /httpcomponents/project/trunk/pom.xml

Author: ggregory
Date: Tue Aug 25 00:54:43 2015
New Revision: 1697525

URL: http://svn.apache.org/r1697525
Log:
Add hc.rat.version property. Can't install since maven cannot find org.codehaus.mojo.signature:java80:1.0.

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1697525&r1=1697524&r2=1697525&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Tue Aug 25 00:54:43 2015
@@ -919,6 +919,7 @@ Fixed JIRA link
     <hc.surefire.version>2.17</hc.surefire.version>
     <hc.project-info.version>2.7</hc.project-info.version>
     <hc.checkstyle.version>2.9.1</hc.checkstyle.version>
+    <hc.rat.version>0.11</hc.rat.version>
     <!-- plugin versions 1.12 and 1.13 currently require Java 7 -->
     <hc.animal-sniffer.version>1.11</hc.animal-sniffer.version>
     <hc.animal-sniffer.signature.version>1.0</hc.animal-sniffer.signature.version>