Skip to content

Commit da0cc96

Browse files
committed
Fix indentation
1 parent 03c07ca commit da0cc96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<!-- Don't use the Nukkit namespace for your own plugins -->
5+
<!-- Don't use the Nukkit namespace for your own plugins -->
66
<groupId>cn.nukkit</groupId>
77
<artifactId>example-plugin</artifactId>
88
<version>1.0.0</version>
99
<name>ExamplePlugin</name>
1010
<description>An Example Nukkit Plugin</description>
11-
<url>https://github.com/NukkitX/ExamplePlugin/</url>
12-
11+
<url>https://github.com/NukkitX/ExamplePlugin/</url>
12+
1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<maven.compiler.source>1.8</maven.compiler.source>
1616
<maven.compiler.target>1.8</maven.compiler.target>
1717
</properties>
1818

19-
<repositories>
19+
<repositories>
2020
<repository>
2121
<id>potestas-repo</id>
2222
<url>http://repo.potestas.xyz/</url>
2323
</repository>
2424
</repositories>
25-
25+
2626
<dependencies>
2727
<dependency>
2828
<groupId>cn.nukkit</groupId>

0 commit comments

Comments
 (0)