You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/18 08:53:21 UTC

[camel] branch camel-2.x updated: CAMEL-14081 Update to add locale en in javadoc configuration

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 6f9f9a9  CAMEL-14081 Update to add locale en in javadoc configuration
     new 25ca518  Merge pull request #3263 from zhfeng/CAMEL-14081-2.x
6f9f9a9 is described below

commit 6f9f9a998bd8024846e487b420ec95ae2cd2f076
Author: Amos Feng <zf...@redhat.com>
AuthorDate: Fri Oct 18 13:13:41 2019 +0800

    CAMEL-14081 Update to add locale en in javadoc configuration
---
 components/camel-as2/camel-as2-api/pom.xml           | 1 +
 components/camel-box/camel-box-api/pom.xml           | 1 +
 components/camel-fhir/camel-fhir-api/pom.xml         | 1 +
 components/camel-linkedin/camel-linkedin-api/pom.xml | 1 +
 components/camel-olingo2/camel-olingo2-api/pom.xml   | 1 +
 components/camel-olingo4/camel-olingo4-api/pom.xml   | 1 +
 6 files changed, 6 insertions(+)

diff --git a/components/camel-as2/camel-as2-api/pom.xml b/components/camel-as2/camel-as2-api/pom.xml
index 6a2f7f3..d5b013f 100644
--- a/components/camel-as2/camel-as2-api/pom.xml
+++ b/components/camel-as2/camel-as2-api/pom.xml
@@ -103,6 +103,7 @@
 							<detectOfflineLinks>false</detectOfflineLinks>
 							<javadocVersion>${jdk.version}</javadocVersion>
 							<encoding>UTF-8</encoding>
+							<locale>en</locale>
 						</configuration>
 					</execution>
 				</executions>
diff --git a/components/camel-box/camel-box-api/pom.xml b/components/camel-box/camel-box-api/pom.xml
index c7d4608..ac25aa7 100644
--- a/components/camel-box/camel-box-api/pom.xml
+++ b/components/camel-box/camel-box-api/pom.xml
@@ -61,6 +61,7 @@
               <detectOfflineLinks>false</detectOfflineLinks>
               <javadocVersion>${jdk.version}</javadocVersion>
               <encoding>UTF-8</encoding>
+              <locale>en</locale>
             </configuration>
           </execution>
         </executions>
diff --git a/components/camel-fhir/camel-fhir-api/pom.xml b/components/camel-fhir/camel-fhir-api/pom.xml
index ac76f86..225eda7 100644
--- a/components/camel-fhir/camel-fhir-api/pom.xml
+++ b/components/camel-fhir/camel-fhir-api/pom.xml
@@ -71,6 +71,7 @@
               <detectOfflineLinks>false</detectOfflineLinks>
               <javadocVersion>${jdk.version}</javadocVersion>
               <encoding>UTF-8</encoding>
+              <locale>en</locale>
             </configuration>
           </execution>
         </executions>
diff --git a/components/camel-linkedin/camel-linkedin-api/pom.xml b/components/camel-linkedin/camel-linkedin-api/pom.xml
index e012b1f..8390b58 100644
--- a/components/camel-linkedin/camel-linkedin-api/pom.xml
+++ b/components/camel-linkedin/camel-linkedin-api/pom.xml
@@ -202,6 +202,7 @@
               <detectOfflineLinks>false</detectOfflineLinks>
               <javadocVersion>${jdk.version}</javadocVersion>
               <encoding>UTF-8</encoding>
+              <locale>en</locale>
             </configuration>
           </execution>
         </executions>
diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml b/components/camel-olingo2/camel-olingo2-api/pom.xml
index ebbebff..e640d31 100644
--- a/components/camel-olingo2/camel-olingo2-api/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-api/pom.xml
@@ -106,6 +106,7 @@
               <detectOfflineLinks>false</detectOfflineLinks>
               <javadocVersion>${jdk.version}</javadocVersion>
               <encoding>UTF-8</encoding>
+              <locale>en</locale>
             </configuration>
           </execution>
         </executions>
diff --git a/components/camel-olingo4/camel-olingo4-api/pom.xml b/components/camel-olingo4/camel-olingo4-api/pom.xml
index cf55c7b..599b924 100644
--- a/components/camel-olingo4/camel-olingo4-api/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-api/pom.xml
@@ -120,6 +120,7 @@
               <detectOfflineLinks>false</detectOfflineLinks>
               <javadocVersion>${jdk.version}</javadocVersion>
               <encoding>UTF-8</encoding>
+              <locale>en</locale>
             </configuration>
           </execution>
         </executions>