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/26 11:49:55 UTC

svn commit: r1697867 - in /httpcomponents/httpasyncclient/trunk: httpasyncclient-cache/pom.xml httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml

Author: olegk
Date: Wed Aug 26 09:49:55 2015
New Revision: 1697867

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

Modified:
    httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml
    httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml
    httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml?rev=1697867&r1=1697866&r2=1697867&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/pom.xml Wed Aug 26 09:49:55 2015
@@ -83,7 +83,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${hc.rat.version}</version>
         <executions>
           <execution>
             <phase>verify</phase>

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml?rev=1697867&r1=1697866&r2=1697867&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml Wed Aug 26 09:49:55 2015
@@ -136,7 +136,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${hc.rat.version}</version>
         <executions>
           <execution>
             <phase>verify</phase>

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml?rev=1697867&r1=1697866&r2=1697867&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml Wed Aug 26 09:49:55 2015
@@ -90,7 +90,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${hc.rat.version}</version>
         <executions>
           <execution>
             <phase>verify</phase>