[BAEL-18783] - Fix formatting of POMs

This commit is contained in:
catalin-burcea
2019-12-05 16:56:52 +02:00
parent 8121161b36
commit 153a3923f0
780 changed files with 6334 additions and 6103 deletions
+3 -2
View File
@@ -4,10 +4,10 @@
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>
<artifactId>remoting-http</artifactId>
<name>remoting-http</name>
<name>remoting-http</name>
<packaging>pom</packaging>
<description>Parent for all modules related to HTTP Spring Remoting.</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-remoting</artifactId>
@@ -19,4 +19,5 @@
<module>remoting-http-client</module>
<module>remoting-http-api</module>
</modules>
</project>
@@ -6,10 +6,10 @@
<artifactId>remoting-http-api</artifactId>
<name>remoting-http-api</name>
<description>API definition shared between client and server.</description>
<parent>
<artifactId>remoting-http</artifactId>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>remoting-http</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
@@ -4,9 +4,9 @@
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>
<artifactId>remoting-http-client</artifactId>
<name>remoting-http-client</name>
<name>remoting-http-client</name>
<description>Shows how to invoke a remote service using Spring Remoting HTTP.</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>remoting-http</artifactId>
@@ -30,4 +30,5 @@
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
@@ -4,9 +4,9 @@
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>
<artifactId>remoting-http-server</artifactId>
<name>remoting-http-server</name>
<name>remoting-http-server</name>
<description>Shows how to expose a service using Spring Remoting HTTP.</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>remoting-http</artifactId>
@@ -24,4 +24,5 @@
<version>${project.version}</version>
</dependency>
</dependencies>
</project>