summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index e0cca85..4d9cd0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,14 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-
+<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"><modelVersion>4.0.0</modelVersion>
<groupId>net.tylermurphy</groupId>
<artifactId>HideAndSeek</artifactId>
<version>1.3.1</version>
<name>Hide and Seek Plugin</name>
-
<build>
<plugins>
<plugin>
@@ -22,7 +16,6 @@
</plugin>
</plugins>
</build>
-
<repositories>
<repository>
<id>spigot-repo</id>
@@ -33,7 +26,6 @@
<url>https://repo.dmulloy2.net/repository/public/</url>
</repository>
</repositories>
-
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
@@ -48,10 +40,4 @@
<version>4.7.0</version>
</dependency>
</dependencies>
-
- <properties>
- <maven.compiler.source>11</maven.compiler.source>
- <maven.compiler.target>11</maven.compiler.target>
- </properties>
-
</project> \ No newline at end of file