Skip to content

Commit 5bfbf38

Browse files
authored
JAVA-15409: Fix formatting of POMs (#12992)
1 parent 178aed5 commit 5bfbf38

File tree

62 files changed

+235
-214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+235
-214
lines changed

aws-modules/aws-lambda/lambda/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<artifactId>json-simple</artifactId>
6363
<version>${json-simple.version}</version>
6464
<exclusions>
65-
<!-- junit4 dependency is excluded as it should to be resolved from junit-vintage-engine
66-
included in parent-modules. -->
65+
<!-- junit4 dependency is excluded as it should to be resolved from junit-vintage-engine -->
66+
<!-- included in parent-modules. -->
6767
<exclusion>
6868
<groupId>junit</groupId>
6969
<artifactId>junit</artifactId>

axon/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>axon</artifactId>
77
<name>axon</name>

core-java-modules/core-java-collections-list-4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<version>${assertj.version}</version>
5757
<scope>test</scope>
5858
</dependency>
59-
<dependency>
59+
<dependency>
6060
<groupId>org.springframework</groupId>
6161
<artifactId>spring-core</artifactId>
6262
<version>${spring.version}</version>

core-java-modules/core-java-collections-set-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
<maven.compiler.target>8</maven.compiler.target>
3737
</properties>
3838

39-
</project>
39+
</project>

core-java-modules/core-java-date-operations-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
<properties>
2121
</properties>
2222

23-
</project>
23+
</project>

core-java-modules/core-java-function/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>core-java-function</artifactId>
77
<version>0.1.0-SNAPSHOT</version>

core-java-modules/core-java-networking-4/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
<build>
1717
<finalName>core-java-networking-4</finalName>
1818
</build>
19-
</project>
19+
20+
</project>

core-java-modules/core-java-string-operations-5/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>core-java-string-operations-5</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
@@ -21,6 +21,7 @@
2121
<version>${apache.commons.lang3.version}</version>
2222
</dependency>
2323
</dependencies>
24+
2425
<build>
2526
<plugins>
2627
<plugin>

core-java-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@
150150
</dependencies>
151151
</dependencyManagement>
152152

153-
</project>
153+
</project>

gradle-modules/gradle/maven-to-gradle/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
<groupId>com.baeldung</groupId>
66
<artifactId>maven-to-gradle</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
8+
89
<dependencies>
910
<dependency>
10-
<groupId>org.apache.commons</groupId>
11-
<artifactId>commons-lang3</artifactId>
12-
<version>3.12.0</version>
11+
<groupId>org.apache.commons</groupId>
12+
<artifactId>commons-lang3</artifactId>
13+
<version>3.12.0</version>
1314
</dependency>
1415
</dependencies>
15-
</project>
16+
17+
</project>

0 commit comments

Comments
 (0)