Commits
md_5 authored 94fd6908d13
9 9 | <properties> |
10 10 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
11 11 | </properties> |
12 12 | |
13 13 | <distributionManagement> |
14 14 | <repository> |
15 15 | <id>spigotmc-releases</id> |
16 16 | <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url> |
17 17 | </repository> |
18 18 | <snapshotRepository> |
19 - | <repository> |
20 19 | <id>spigotmc-releases</id> |
21 20 | <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> |
22 - | </repository> |
21 + | </snapshotRepository> |
23 22 | </distributionManagement> |
24 23 | |
25 24 | <build> |
26 25 | <plugins> |
27 26 | <plugin> |
28 27 | <groupId>org.apache.maven.plugins</groupId> |
29 28 | <artifactId>maven-compiler-plugin</artifactId> |
30 29 | <version>2.3.2</version> |
31 30 | <configuration> |
32 31 | <source>1.6</source> |