Skip to content

Commit 0dc2902

Browse files
committed
Reformat pom.xml.
See #2585
1 parent 3c60e5f commit 0dc2902

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
34

45
<modelVersion>4.0.0</modelVersion>
56

@@ -466,7 +467,7 @@
466467
<groupId>org.asciidoctor</groupId>
467468
<artifactId>asciidoctor-maven-plugin</artifactId>
468469
</plugin>
469-
</plugins>
470+
</plugins>
470471
</build>
471472

472473
<profiles>
@@ -522,7 +523,7 @@
522523
<repository>
523524
<id>spring-snapshot</id>
524525
<url>https://repo.spring.io/snapshot</url>
525-
<snapshots>
526+
<snapshots>
526527
<enabled>true</enabled>
527528
</snapshots>
528529
<releases>

0 commit comments

Comments
 (0)