Commits
md_5 authored 0a8181146d5
4 4 | <modelVersion>4.0.0</modelVersion> |
5 5 | |
6 6 | <parent> |
7 7 | <groupId>org.sonatype.oss</groupId> |
8 8 | <artifactId>oss-parent</artifactId> |
9 9 | <version>9</version> |
10 10 | </parent> |
11 11 | |
12 12 | <groupId>org.bukkit</groupId> |
13 13 | <artifactId>bukkit</artifactId> |
14 - | <version>1.8.8-R0.1-SNAPSHOT</version> |
14 + | <version>1.9-pre1-SNAPSHOT</version> |
15 15 | <packaging>jar</packaging> |
16 16 | |
17 17 | <name>Bukkit</name> |
18 18 | <url>http://www.bukkit.org/</url> |
19 19 | <description>A plugin API for Minecraft servers.</description> |
20 20 | |
21 21 | <properties> |
22 22 | <maven.compiler.source>1.6</maven.compiler.source> |
23 23 | <maven.compiler.target>1.6</maven.compiler.target> |
24 24 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
116 116 | <dependency> |
117 117 | <groupId>org.codehaus.plexus</groupId> |
118 118 | <artifactId>plexus-compiler-eclipse</artifactId> |
119 119 | <version>2.5.0-spigotmc</version> |
120 120 | </dependency> |
121 121 | </dependencies> |
122 122 | </plugin> |
123 123 | <plugin> |
124 124 | <groupId>org.codehaus.mojo</groupId> |
125 125 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
126 - | <version>1.13</version> |
126 + | <version>1.14</version> |
127 127 | <executions> |
128 128 | <execution> |
129 129 | <phase>process-classes</phase> |
130 130 | <goals> |
131 131 | <goal>check</goal> |
132 132 | </goals> |
133 133 | </execution> |
134 134 | </executions> |
135 135 | <configuration> |
136 136 | <signature> |
137 137 | <groupId>org.codehaus.mojo.signature</groupId> |
138 138 | <artifactId>java16</artifactId> |
139 139 | <version>1.1</version> |
140 140 | </signature> |
141 141 | </configuration> |
142 142 | </plugin> |
143 143 | <plugin> |
144 144 | <groupId>org.apache.maven.plugins</groupId> |
145 145 | <artifactId>maven-shade-plugin</artifactId> |
146 - | <version>2.3</version> |
146 + | <version>2.4.1</version> |
147 147 | <executions> |
148 148 | <execution> |
149 149 | <phase>package</phase> |
150 150 | <goals> |
151 151 | <goal>shade</goal> |
152 152 | </goals> |
153 153 | </execution> |
154 154 | </executions> |
155 155 | <configuration> |
156 156 | <!-- utterly useless artifact from shade 2.x --> |