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

davsclaus 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 4d7203f  [CAMEL-15674] Upgrade to maven-archetype-plugin 3.2.0
4d7203f is described below

commit 4d7203fccd01ae668f79d85ef6c4bb7e16bd4045
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Oct 15 06:57:04 2020 +0200

    [CAMEL-15674] Upgrade to maven-archetype-plugin 3.2.0
---
 components/camel-olingo2/camel-olingo2-component/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml 
b/components/camel-olingo2/camel-olingo2-component/pom.xml
index 6652302..f5e520b 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -319,7 +319,7 @@
                                     <goal>generate</goal>
                                 </goals>
                                 <configuration>
-                                    
<basedir>${project.build.directory}</basedir>
+                                    
<outputDirectory>${project.build.directory}</outputDirectory>
                                     <interactiveMode>false</interactiveMode>
                                     
<archetypeGroupId>org.apache.olingo</archetypeGroupId>
                                     
<archetypeArtifactId>olingo-odata2-sample-cars-annotation-archetype

Reply via email to