This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 6cddd9b84054489bad4abecc51cada220ae88d43 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 24 14:41:38 2021 +0100 Polished --- dsl-starter/pom.xml | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/dsl-starter/pom.xml b/dsl-starter/pom.xml index 8922dc7..70abbb4 100644 --- a/dsl-starter/pom.xml +++ b/dsl-starter/pom.xml @@ -17,22 +17,28 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-starter-parent</artifactId> - <version>3.15.0-SNAPSHOT</version> - <relativePath>../tooling/camel-starter-parent</relativePath> - </parent> - <artifactId>dsl-starter</artifactId> - <packaging>pom</packaging> - <name>Camel SB DSL Starters</name> - <description>Camel DSL Starter</description> - <modules> - <module>camel-java-joor-dsl-starter</module> - <module>camel-xml-io-dsl-starter</module> - <module>camel-xml-jaxb-dsl-starter</module> - <module>camel-yaml-dsl-starter</module> - </modules> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.camel.springboot</groupId> + <artifactId>camel-starter-parent</artifactId> + <version>3.15.0-SNAPSHOT</version> + <relativePath>../tooling/camel-starter-parent</relativePath> + </parent> + + <artifactId>dsl-starter</artifactId> + <packaging>pom</packaging> + <name>Camel SB DSL Starters</name> + <description>Camel DSL Starter</description> + + <modules> + <module>camel-java-joor-dsl-starter</module> + <module>camel-xml-io-dsl-starter</module> + <module>camel-xml-jaxb-dsl-starter</module> + <module>camel-yaml-dsl-starter</module> + </modules> + </project>