From 6a52d9df5451f6e6df21105d8633b88c690396ea Mon Sep 17 00:00:00 2001 From: amit2103 Date: Sun, 13 Oct 2019 23:56:32 +0530 Subject: [PATCH] [BAEL-18306-3] - Fix formatting of POMs Part 3 --- performance-tests/pom.xml | 4 +- persistence-modules/elasticsearch/pom.xml | 1 - persistence-modules/java-jpa-2/pom.xml | 4 +- .../jpa-hibernate-cascade-type/pom.xml | 8 +- .../persistence-libraries/pom.xml | 25 +-- persistence-modules/r2dbc/pom.xml | 153 +++++++++--------- 6 files changed, 98 insertions(+), 97 deletions(-) diff --git a/performance-tests/pom.xml b/performance-tests/pom.xml index 956c0ccfa8..4dc480ef86 100644 --- a/performance-tests/pom.xml +++ b/performance-tests/pom.xml @@ -1,11 +1,11 @@ 4.0.0 - com.baeldung performance-tests 1.0 jar + performance-tests parent-modules @@ -13,8 +13,6 @@ 1.0.0-SNAPSHOT - performance-tests - ma.glasnost.orika diff --git a/persistence-modules/elasticsearch/pom.xml b/persistence-modules/elasticsearch/pom.xml index f7bfdb44de..943cfa6a23 100644 --- a/persistence-modules/elasticsearch/pom.xml +++ b/persistence-modules/elasticsearch/pom.xml @@ -16,7 +16,6 @@ - io.searchbox jest diff --git a/persistence-modules/java-jpa-2/pom.xml b/persistence-modules/java-jpa-2/pom.xml index fdd482f833..790c4a07df 100644 --- a/persistence-modules/java-jpa-2/pom.xml +++ b/persistence-modules/java-jpa-2/pom.xml @@ -4,12 +4,14 @@ 4.0.0 java-jpa-2 java-jpa-2 + com.baeldung parent-modules 1.0.0-SNAPSHOT ../../pom.xml + org.hibernate @@ -79,7 +81,6 @@ - org.codehaus.mojo build-helper-maven-plugin @@ -101,6 +102,7 @@ + 5.4.0.Final 2.7.4-RC1 diff --git a/persistence-modules/jpa-hibernate-cascade-type/pom.xml b/persistence-modules/jpa-hibernate-cascade-type/pom.xml index 8cfc2a5fa2..bc6307efb0 100644 --- a/persistence-modules/jpa-hibernate-cascade-type/pom.xml +++ b/persistence-modules/jpa-hibernate-cascade-type/pom.xml @@ -2,6 +2,10 @@ + jpa-hibernate-cascade-type + 4.0.0 + 1.0.0-SNAPSHOT + com.baeldung parent-modules @@ -9,10 +13,6 @@ ../../ - jpa-hibernate-cascade-type - 4.0.0 - 1.0.0-SNAPSHOT - org.hibernate diff --git a/persistence-modules/persistence-libraries/pom.xml b/persistence-modules/persistence-libraries/pom.xml index cce051f303..273db34ec4 100644 --- a/persistence-modules/persistence-libraries/pom.xml +++ b/persistence-modules/persistence-libraries/pom.xml @@ -4,18 +4,6 @@ 4.0.0 persistence-libraries 1.0-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - - 8 - 8 - - - - java-sql2o @@ -45,6 +33,19 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + + 2.4.0 4.12 diff --git a/persistence-modules/r2dbc/pom.xml b/persistence-modules/r2dbc/pom.xml index fd48a47f12..4256da659e 100644 --- a/persistence-modules/r2dbc/pom.xml +++ b/persistence-modules/r2dbc/pom.xml @@ -1,91 +1,92 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.1.6.RELEASE - - - org.baeldung.examples.r2dbc - r2dbc-example - 0.0.1-SNAPSHOT - r2dbc-example - Sample R2DBC Project + 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"> + 4.0.0 + org.baeldung.examples.r2dbc + r2dbc-example + 0.0.1-SNAPSHOT + r2dbc-example + Sample R2DBC Project - - 1.8 - 0.8.0.M8 - + + org.springframework.boot + spring-boot-starter-parent + 2.1.6.RELEASE + + - - - org.springframework.boot - spring-boot-starter-webflux - + + + org.springframework.boot + spring-boot-starter-webflux + - - org.springframework.boot - spring-boot-starter-test - test - - - io.projectreactor - reactor-test - test - + + org.springframework.boot + spring-boot-starter-test + test + + + io.projectreactor + reactor-test + test + - - - io.r2dbc - r2dbc-h2 - ${r2dbc-h2.version} - + + + io.r2dbc + r2dbc-h2 + ${r2dbc-h2.version} + - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.springframework.boot - spring-boot-devtools - - + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.springframework.boot + spring-boot-devtools + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + - - + + - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + - + + + + 1.8 + 0.8.0.M8 +