This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new eaff873 Move version of camel-yaml-dsl-maven-plugin into parent pom
eaff873 is described below
commit eaff873ef1e7e0e837891f0652bc5ee5f8e730d2
Author: Tom Cunningham <[email protected]>
AuthorDate: Wed Apr 28 09:05:22 2021 -0400
Move version of camel-yaml-dsl-maven-plugin into parent pom
---
dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/pom.xml | 3 +--
parent/pom.xml | 5 +++++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/pom.xml
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/pom.xml
index 8a7dd45..db5542a 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/pom.xml
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/pom.xml
@@ -114,7 +114,6 @@
<plugin>
<groupId>org.apache.camel</groupId>
<artifactId>camel-yaml-dsl-maven-plugin</artifactId>
- <version>3.10.0-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -141,4 +140,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/parent/pom.xml b/parent/pom.xml
index defbafc..4adb1af 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4009,6 +4009,11 @@
<version>${project.version}</version>
</plugin>
<plugin>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-yaml-dsl-maven-plugin</artifactId>
+ <version>${project.version}</version>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>${jaxb2-maven-plugin-version}</version>