[BAEL-12091] - Fix formatting of POMs
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
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>auth-client</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>auth-client</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Spring Cloud Security APP Client Module</description>
|
||||
|
||||
<parent>
|
||||
|
||||
@@ -2,11 +2,9 @@
|
||||
<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>
|
||||
|
||||
<artifactId>auth-resource</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>auth-resource</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Spring Cloud Security APP Resource Module</description>
|
||||
|
||||
<parent>
|
||||
|
||||
@@ -3,9 +3,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>spring-cloud-security</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>spring-cloud-security</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
<artifactId>parent-boot-1</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user