JAVA-26001_D_M: Fix formatting of POMs for modules D to M (#14958)

This commit is contained in:
Bipin kumar 2023-11-09 16:47:34 +05:30 committed by GitHub
parent 781b7fde45
commit d1685c42bd
4 changed files with 6 additions and 8 deletions

View File

@ -8,7 +8,6 @@
<name>google-auto-project</name>
<packaging>pom</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
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>json-2</artifactId>
<version>0.0.1-SNAPSHOT</version>

View File

@ -14,7 +14,6 @@
<version>1.0</version>
</parent>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>