Skip to content

Commit

Permalink
[Update] pom.xml to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzious committed Nov 13, 2020
1 parent b55d090 commit 042af22
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.dzious.bukkit.enchantcontrol</groupId>
<artifactId>EnchantControl_Reforged</artifactId>
<version>1.0_Pre-Release</version>
<version>1.1.0</version>

<properties>
<java.version>1.8</java.version>
Expand All @@ -19,10 +19,6 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -32,19 +28,12 @@
<version>${project.ApiVersion}-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
<version>${project.ApiVersion}-R0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>20.1.0</version>
<scope>compile</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 042af22

Please sign in to comment.