Skip to content

Commit

Permalink
Removed extra whitespace from POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Wild1145 committed Oct 15, 2018
1 parent 04c2287 commit 7a7b332
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<tfm.build.author>${buildAuthor}</tfm.build.author>
<tfm.build.head>${buildHead}</tfm.build.head>
<jar.finalName>${project.name}</jar.finalName>

<maven.build.timestamp.format>dd/MM/yyyy hh:mm aa</maven.build.timestamp.format>
</properties>

Expand Down Expand Up @@ -47,7 +46,7 @@
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

<repository>
<id>ess-repo</id>
<url>http://repo.ess3.net/content/groups/essentials</url>
Expand All @@ -69,7 +68,7 @@
<enabled>true</enabled>
</snapshots>
</repository>

<repository>
<id>sk89q-snapshots</id>
<url>http://maven.sk89q.com/artifactory/repo</url>
Expand Down Expand Up @@ -125,9 +124,9 @@
<artifactId>Essentials</artifactId>
<version>2.13.1</version>
</dependency>

<!-- The following have been changed to Telesphoreo's personal repo as it is the most stable current TF-WorldEdit build. These will be changed to a TotalFreedom build in the future -->

<dependency>
<groupId>com.github.Telesphoreo.TF-WorldEdit</groupId>
<artifactId>worldedit-bukkit</artifactId>
Expand All @@ -139,7 +138,7 @@
<artifactId>worldedit-core</artifactId>
<version>7.0.0-TF-SNAPSHOT-R0.2</version>
</dependency>

</dependencies>

<build>
Expand All @@ -151,7 +150,6 @@
</resource>
</resources>


<plugins>
<!-- Compiler -->
<plugin>
Expand Down Expand Up @@ -189,7 +187,7 @@
</execution>
</executions>
</plugin>

<!-- Antrun -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -215,7 +213,6 @@
</executions>

</plugin>


<!-- Properties -->
<plugin>
Expand Down

0 comments on commit 7a7b332

Please sign in to comment.