JAVA-26001_Q_Z: Fix formatting of POMs for modules Q to Z (#14960)

This commit is contained in:
Bipin kumar
2023-11-09 16:48:02 +05:30
committed by GitHub
parent d1685c42bd
commit 3fbd2eaab9
11 changed files with 100 additions and 95 deletions
+5 -4
View File
@@ -1,16 +1,16 @@
<?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>junit-5-basics-2</artifactId>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>junit-5-basics-2</artifactId>
<dependencies>
<dependency>
<groupId>commons-cli</groupId>
@@ -30,6 +30,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>