You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2014/04/10 19:56:59 UTC

git commit: adding back this missing maven-javadoc-plugin-version

Repository: camel
Updated Branches:
  refs/heads/master b3aa9d2b7 -> 679c81e9e


adding back this missing maven-javadoc-plugin-version


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/679c81e9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/679c81e9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/679c81e9

Branch: refs/heads/master
Commit: 679c81e9ee641f43a02577137ba9aa17c98a1396
Parents: b3aa9d2
Author: cmueller <cm...@apache.org>
Authored: Thu Apr 10 19:56:50 2014 +0200
Committer: cmueller <cm...@apache.org>
Committed: Thu Apr 10 19:56:50 2014 +0200

----------------------------------------------------------------------
 parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/679c81e9/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6f8880c..a5b87bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -280,6 +280,7 @@
     <!-- maven-checkstyle-plugin 2.10 has problems to validate the license header in properties files-->
     <maven-checkstyle-plugin-version>2.9.1</maven-checkstyle-plugin-version>
     <maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version>
+    <maven-javadoc-plugin-version>2.9.1</maven-javadoc-plugin-version>
     <maven-jboss-as-maven-plugin-version>7.4.Final</maven-jboss-as-maven-plugin-version>
     <maven-remote-resources-plugin-version>1.4</maven-remote-resources-plugin-version>
     <maven-reporting-api-version>2.2.1</maven-reporting-api-version>
@@ -2669,6 +2670,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${maven-javadoc-plugin-version}</version>
         <configuration>
           <links>
             <link>http://download.oracle.com/javase/6/docs/api/</link>