Polished
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/54eb0074 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/54eb0074 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/54eb0074 Branch: refs/heads/master Commit: 54eb007491087f8ff0739556a8e171a68da8a085 Parents: e7198dd Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Dec 23 10:40:16 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Dec 23 10:40:16 2016 +0100 ---------------------------------------------------------------------- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 4 ++-- .../src/main/resources/target-template-pom.xml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/54eb0074/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 8f802b3..6df0849 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -16,15 +16,15 @@ 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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> <parent> <artifactId>camel-spring-boot-dm</artifactId> <groupId>org.apache.camel</groupId> <version>2.19.0-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> <artifactId>camel-spring-boot-dependencies</artifactId> <packaging>pom</packaging> - <name>Camel :: Spring-Boot :: Dependency Management :: BOM</name> + <name>Camel :: Platform :: Spring-Boot :: Dependency Management :: BOM</name> <description>Camel Spring-Boot BOM</description> <dependencyManagement> <dependencies> http://git-wip-us.apache.org/repos/asf/camel/blob/54eb0074/platforms/spring-boot/spring-boot-dm/camel-spring-boot-generator-bom/src/main/resources/target-template-pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-generator-bom/src/main/resources/target-template-pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-generator-bom/src/main/resources/target-template-pom.xml index 9ef2068..8eca779 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-generator-bom/src/main/resources/target-template-pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-generator-bom/src/main/resources/target-template-pom.xml @@ -18,16 +18,18 @@ <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/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <parent> <artifactId>camel-spring-boot-dm</artifactId> <groupId>org.apache.camel</groupId> <version>${project.version}</version> </parent> - <modelVersion>4.0.0</modelVersion> <artifactId>camel-spring-boot-dependencies</artifactId> <packaging>pom</packaging> - <name>Camel :: Spring-Boot :: Dependency Management :: BOM</name> + <name>Camel :: Platform :: Spring-Boot :: Dependency Management :: BOM</name> <description>Camel Spring-Boot BOM</description> <dependencyManagement>