This is an automated email from the ASF dual-hosted git repository.
pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 13276a5 Update GMavenPlus to version 1.6.2
13276a5 is described below
commit 13276a5992d912b43511ef8facf537d3f1a9a8f9
Author: Pascal Schumacher <[email protected]>
AuthorDate: Sat Oct 20 20:06:28 2018 +0200
Update GMavenPlus to version 1.6.2
---
components/camel-salesforce/camel-salesforce-component/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml
b/components/camel-salesforce/camel-salesforce-component/pom.xml
index f9892c0..30e08a5 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -222,7 +222,7 @@
<execution>
<goals>
<goal>addTestSources</goal>
- <goal>testCompile</goal>
+ <goal>compileTests</goal>
</goals>
</execution>
</executions>
diff --git a/pom.xml b/pom.xml
index 01d9684..5ce708e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<jaxb-version>2.3.0</jaxb-version>
<errorprone-version>2.5</errorprone-version>
<mycila-license-version>3.0</mycila-license-version>
- <gmavenplus-plugin-version>1.5</gmavenplus-plugin-version>
+ <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
<groovy-version>2.5.3</groovy-version>
</properties>