Author: ggregory
Date: Mon Oct  8 19:40:29 2012
New Revision: 1395741

URL: http://svn.apache.org/viewvc?rev=1395741&view=rev
Log:
Make sure the same version of the Maven Javadoc plugin is used with a property: 
javadoc.plugin.version}

Modified:
    logging/log4j/log4j2/trunk/api/pom.xml
    logging/log4j/log4j2/trunk/core/pom.xml
    logging/log4j/log4j2/trunk/flume-ng/pom.xml
    logging/log4j/log4j2/trunk/flume-og/pom.xml
    logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
    logging/log4j/log4j2/trunk/log4j12-api/pom.xml
    logging/log4j/log4j2/trunk/pom.xml
    logging/log4j/log4j2/trunk/slf4j-impl/pom.xml
    logging/log4j/log4j2/trunk/web/pom.xml

Modified: logging/log4j/log4j2/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/api/pom.xml Mon Oct  8 19:40:29 2012
@@ -81,7 +81,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
+        <version>${javadoc.plugin.version}</version>
         <configuration>
           <bottom>Copyright © {inceptionYear}-{currentYear} 
{organizationName}. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, 
Apache, the Apache feather logo, and the
             Apache Logging project logo are trademarks of The Apache Software 
Foundation.</bottom>

Modified: logging/log4j/log4j2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/core/pom.xml (original)
+++ logging/log4j/log4j2/trunk/core/pom.xml Mon Oct  8 19:40:29 2012
@@ -175,7 +175,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
+        <version>${javadoc.plugin.version}</version>
         <configuration>
           <bottom>Copyright © {inceptionYear}-{currentYear} 
{organizationName}. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, 
Apache, the Apache feather logo, and the
             Apache Logging project logo are trademarks of The Apache Software 
Foundation.</bottom>

Modified: logging/log4j/log4j2/trunk/flume-ng/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-ng/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/flume-ng/pom.xml (original)
+++ logging/log4j/log4j2/trunk/flume-ng/pom.xml Mon Oct  8 19:40:29 2012
@@ -176,7 +176,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
+        <version>${javadoc.plugin.version}</version>
         <configuration>
           <bottom>Copyright © {inceptionYear}-{currentYear} 
{organizationName}. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, 
Apache, the Apache feather logo, and the
             Apache Logging project logo are trademarks of The Apache Software 
Foundation.</bottom>

Modified: logging/log4j/log4j2/trunk/flume-og/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-og/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/flume-og/pom.xml (original)
+++ logging/log4j/log4j2/trunk/flume-og/pom.xml Mon Oct  8 19:40:29 2012
@@ -120,7 +120,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
+        <version>${javadoc.plugin.version}</version>
         <configuration>
           <!-- module link generation is completely broken in the javadoc 
plugin for a multi-module non-aggregating
          project -->

Modified: logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/jcl-bridge/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/jcl-bridge/pom.xml (original)
+++ logging/log4j/log4j2/trunk/jcl-bridge/pom.xml Mon Oct  8 19:40:29 2012
@@ -92,7 +92,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.8</version>
+            <version>${javadoc.plugin.version}</version>
             <configuration>
               <bottom>Copyright © {inceptionYear}-{currentYear} 
{organizationName}. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, 
Apache, the Apache feather logo, and the
                 Apache Logging project logo are trademarks of The Apache 
Software Foundation.</bottom>

Modified: logging/log4j/log4j2/trunk/log4j12-api/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j12-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j12-api/pom.xml Mon Oct  8 19:40:29 2012
@@ -89,7 +89,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.8</version>
+            <version>${javadoc.plugin.version}</version>
             <configuration>
               <bottom>Copyright © {inceptionYear}-{currentYear} 
{organizationName}. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, 
Apache, the Apache feather logo, and the
                 Apache Logging project logo are trademarks of The Apache 
Software Foundation.</bottom>

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Mon Oct  8 19:40:29 2012
@@ -105,6 +105,7 @@
     <osgi.private />
     <pmd.plugin.version>2.7.1</pmd.plugin.version>
     <changes.plugin.version>2.8</changes.plugin.version>
+    <javadoc.plugin.version>2.8.1</javadoc.plugin.version>
     <manifestfile>target/osgi/MANIFEST.MF</manifestfile>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
@@ -211,7 +212,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.8.1</version>
+          <version>${javadoc.plugin.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: logging/log4j/log4j2/trunk/slf4j-impl/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/slf4j-impl/pom.xml (original)
+++ logging/log4j/log4j2/trunk/slf4j-impl/pom.xml Mon Oct  8 19:40:29 2012
@@ -95,7 +95,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.8</version>
+            <version>${javadoc.plugin.version}</version>
             <configuration>
               <bottom>Copyright © {inceptionYear}-{currentYear} 
{organizationName}. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, 
Apache, the Apache feather logo, and the
                 Apache Logging project logo are trademarks of The Apache 
Software Foundation.</bottom>

Modified: logging/log4j/log4j2/trunk/web/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/web/pom.xml?rev=1395741&r1=1395740&r2=1395741&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/web/pom.xml (original)
+++ logging/log4j/log4j2/trunk/web/pom.xml Mon Oct  8 19:40:29 2012
@@ -101,7 +101,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.8</version>
+            <version>${javadoc.plugin.version}</version>
             <configuration>
               <bottom>Copyright © {inceptionYear}-{currentYear} 
{organizationName}. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, 
Apache, the Apache feather logo, and the
                 Apache Logging project logo are trademarks of The Apache 
Software Foundation.</bottom>


Reply via email to