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 2011/09/11 05:28:11 UTC

svn commit: r1167667 - in /httpcomponents/httpclient/trunk: fluent-hc/pom.xml httpclient-cache/pom.xml httpclient-osgi/pom.xml httpclient/pom.xml httpmime/pom.xml pom.xml

Author: sebb
Date: Sun Sep 11 03:28:11 2011
New Revision: 1167667

URL: http://svn.apache.org/viewvc?rev=1167667&view=rev
Log:
Add version variables for report plugins

Modified:
    httpcomponents/httpclient/trunk/fluent-hc/pom.xml
    httpcomponents/httpclient/trunk/httpclient-cache/pom.xml
    httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml
    httpcomponents/httpclient/trunk/httpclient/pom.xml
    httpcomponents/httpclient/trunk/httpmime/pom.xml
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/fluent-hc/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/fluent-hc/pom.xml?rev=1167667&r1=1167666&r2=1167667&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/fluent-hc/pom.xml (original)
+++ httpcomponents/httpclient/trunk/fluent-hc/pom.xml Sun Sep 11 03:28:11 2011
@@ -107,6 +107,7 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+         <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -128,10 +129,12 @@
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
+         <version>${hc.jxr.version}</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
+         <version>${hc.surefire-report.version}</version>
       </plugin>
 
     </plugins>

Modified: httpcomponents/httpclient/trunk/httpclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-cache/pom.xml?rev=1167667&r1=1167666&r2=1167667&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-cache/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient-cache/pom.xml Sun Sep 11 03:28:11 2011
@@ -153,6 +153,7 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+         <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -183,10 +184,12 @@
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
+         <version>${hc.jxr.version}</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
+         <version>${hc.surefire-report.version}</version>
       </plugin>
 
     </plugins>

Modified: httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml?rev=1167667&r1=1167666&r2=1167667&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml Sun Sep 11 03:28:11 2011
@@ -148,6 +148,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
+        <version>${hc.clirr.version}</version>
         <configuration>
           <skip>true</skip>
         </configuration>

Modified: httpcomponents/httpclient/trunk/httpclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient/pom.xml?rev=1167667&r1=1167666&r2=1167667&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient/pom.xml Sun Sep 11 03:28:11 2011
@@ -137,6 +137,7 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+         <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -166,10 +167,12 @@
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
+         <version>${hc.jxr.version}</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
+         <version>${hc.surefire-report.version}</version>
       </plugin>
 
     </plugins>

Modified: httpcomponents/httpclient/trunk/httpmime/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpmime/pom.xml?rev=1167667&r1=1167666&r2=1167667&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpmime/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpmime/pom.xml Sun Sep 11 03:28:11 2011
@@ -118,6 +118,7 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+         <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -147,10 +148,12 @@
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
+         <version>${hc.jxr.version}</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
+         <version>${hc.surefire-report.version}</version>
       </plugin>
 
     </plugins>

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1167667&r1=1167666&r2=1167667&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Sun Sep 11 03:28:11 2011
@@ -78,6 +78,12 @@
     <easymock.version>2.5.2</easymock.version>
     <mockito.version>1.8.5</mockito.version>
     <comparisonVersion>4.1</comparisonVersion>
+    <!-- Delete these when using parent 5+ -->
+    <hc.clirr.version>2.3</hc.clirr.version>
+    <hc.javadoc.version>2.8</hc.javadoc.version>
+    <hc.jxr.version>2.3</hc.jxr.version>
+    <hc.surefire-report.version>2.9</hc.surefire-report.version>
+    <hc.project-info.version>2.4</hc.project-info.version>
   </properties>
 
   <repositories>
@@ -341,6 +347,7 @@
 
        <plugin>
          <artifactId>maven-project-info-reports-plugin</artifactId>
+         <version>${hc.project-info.version}</version>
          <reportSets>
            <reportSet>
              <reports>
@@ -356,6 +363,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
+         <version>${hc.clirr.version}</version>
         <configuration>
           <comparisonVersion>${comparisonVersion}</comparisonVersion>
         </configuration>