Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeMortal committed Dec 19, 2017
1 parent 03c07ca commit da0cc96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<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">
<modelVersion>4.0.0</modelVersion>
<!-- Don't use the Nukkit namespace for your own plugins -->
<!-- Don't use the Nukkit namespace for your own plugins -->
<groupId>cn.nukkit</groupId>
<artifactId>example-plugin</artifactId>
<version>1.0.0</version>
<name>ExamplePlugin</name>
<description>An Example Nukkit Plugin</description>
<url>https://github.com/NukkitX/ExamplePlugin/</url>
<url>https://github.com/NukkitX/ExamplePlugin/</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<repositories>
<repositories>
<repository>
<id>potestas-repo</id>
<url>http://repo.potestas.xyz/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>cn.nukkit</groupId>
Expand Down

0 comments on commit da0cc96

Please sign in to comment.