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:14:41 UTC

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

Author: sebb
Date: Sun Sep 11 03:14:22 2011
New Revision: 1167666

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

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

Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=1167666&r1=1167665&r2=1167666&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Sun Sep 11 03:14:22 2011
@@ -124,6 +124,7 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -154,6 +155,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
+        <version>${hc.clirr.version}</version>
         <configuration>
           <comparisonVersion>${comparisonVersion.version}</comparisonVersion>
         </configuration>
@@ -161,10 +163,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/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1167666&r1=1167665&r2=1167666&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Sun Sep 11 03:14:22 2011
@@ -124,6 +124,7 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -153,6 +154,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
+        <version>${hc.clirr.version}</version>
         <configuration>
           <comparisonVersion>${comparisonVersion.version}</comparisonVersion>
         </configuration>
@@ -160,10 +162,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/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1167666&r1=1167665&r2=1167666&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Sun Sep 11 03:14:22 2011
@@ -77,6 +77,12 @@
     <mockito.version>1.8.5</mockito.version>
     <commons-logging.version>1.1.1</commons-logging.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>
 
   <dependencyManagement>
@@ -264,6 +270,7 @@
 
        <plugin>
          <artifactId>maven-project-info-reports-plugin</artifactId>
+         <version>${hc.project-info.version}</version><!-- needed for mvn site -->
          <reportSets>
            <reportSet>
              <reports>