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 2015/08/25 12:05:24 UTC

svn commit: r1697636 - in /httpcomponents/httpcore/trunk: httpcore-ab/pom.xml httpcore-nio/pom.xml httpcore/pom.xml

Author: olegk
Date: Tue Aug 25 10:05:23 2015
New Revision: 1697636

URL: http://svn.apache.org/r1697636
Log:
Fixed build breakage due to the use of undefined variable

Modified:
    httpcomponents/httpcore/trunk/httpcore-ab/pom.xml
    httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
    httpcomponents/httpcore/trunk/httpcore/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-ab/pom.xml?rev=1697636&r1=1697635&r2=1697636&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-ab/pom.xml Tue Aug 25 10:05:23 2015
@@ -76,7 +76,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${hc.rat.version}</version>
         <executions>
           <execution>
             <phase>verify</phase>

Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=1697636&r1=1697635&r2=1697636&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Tue Aug 25 10:05:23 2015
@@ -68,7 +68,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${hc.rat.version}</version>
         <executions>
           <execution>
             <phase>verify</phase>

Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1697636&r1=1697635&r2=1697636&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Tue Aug 25 10:05:23 2015
@@ -62,7 +62,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${hc.rat.version}</version>
         <executions>
           <execution>
             <phase>verify</phase>