Skip to content

Commit

Permalink
Use distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
caoli5288 committed Mar 9, 2021
1 parent 7491ac2 commit e2f60b2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@
</repository>
</repositories>

<distributionManagement>
<repository>
<id>releases</id>
<url>http://repo.i7mc.com/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>http://repo.i7mc.com/snapshots</url>
</snapshotRepository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -85,6 +96,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit e2f60b2

Please sign in to comment.