Commits

md_5 authored c13b867ae43
Update some Maven plugin versions
No tags

pom.xml

Modified
132 132 <dependency>
133 133 <groupId>org.codehaus.plexus</groupId>
134 134 <artifactId>plexus-compiler-eclipse</artifactId>
135 135 <version>2.12.0</version>
136 136 </dependency>
137 137 </dependencies>
138 138 </plugin>
139 139 <plugin>
140 140 <groupId>org.apache.maven.plugins</groupId>
141 141 <artifactId>maven-jar-plugin</artifactId>
142 - <version>3.2.2</version>
142 + <version>3.3.0</version>
143 143 <configuration>
144 144 <archive>
145 145 <manifest>
146 146 <addDefaultEntries>false</addDefaultEntries>
147 147 </manifest>
148 148 <manifestEntries>
149 149 <Automatic-Module-Name>org.bukkit</Automatic-Module-Name>
150 150 </manifestEntries>
151 151 </archive>
152 152 </configuration>
174 174 </filters>
175 175 <!-- when downloading via Maven we can pull depends individually -->
176 176 <shadedArtifactAttached>true</shadedArtifactAttached>
177 177 <!-- In 3.3.0 and later, shadedArtifactAttached causes dependant projects to use dependency reduced pom (bug?) -->
178 178 <createDependencyReducedPom>false</createDependencyReducedPom>
179 179 </configuration>
180 180 </plugin>
181 181 <plugin>
182 182 <groupId>org.apache.maven.plugins</groupId>
183 183 <artifactId>maven-javadoc-plugin</artifactId>
184 - <version>3.4.0</version>
184 + <version>3.5.0</version>
185 185 <configuration>
186 186 <links>
187 - <link>https://guava.dev/releases/31.0.1-jre/api/docs/</link>
188 - <link>https://javadoc.io/doc/org.yaml/snakeyaml/1.30/</link>
187 + <link>https://guava.dev/releases/31.1-jre/api/docs/</link>
188 + <link>https://javadoc.io/doc/org.yaml/snakeyaml/1.33/</link>
189 189 <link>https://javadoc.io/doc/org.jetbrains/annotations-java5/23.0.0/</link>
190 190 </links>
191 191 </configuration>
192 192 </plugin>
193 193 </plugins>
194 194 </build>
195 195
196 196 <profiles>
197 197 <profile>
198 198 <id>development</id>
199 199 <properties>
200 200 <skipTests>false</skipTests>
201 201 </properties>
202 202 <build>
203 203 <plugins>
204 204 <plugin>
205 205 <groupId>org.apache.maven.plugins</groupId>
206 206 <artifactId>maven-checkstyle-plugin</artifactId>
207 - <version>3.1.2</version>
207 + <version>3.2.1</version>
208 208 <executions>
209 209 <execution>
210 210 <phase>process-classes</phase>
211 211 <goals>
212 212 <goal>check</goal>
213 213 </goals>
214 214 </execution>
215 215 </executions>
216 216 <configuration>
217 217 <configLocation>checkstyle.xml</configLocation>
222 222 <dependency>
223 223 <groupId>com.puppycrawl.tools</groupId>
224 224 <artifactId>checkstyle</artifactId>
225 225 <version>8.45.1</version>
226 226 </dependency>
227 227 </dependencies>
228 228 </plugin>
229 229 <plugin>
230 230 <groupId>org.codehaus.mojo</groupId>
231 231 <artifactId>animal-sniffer-maven-plugin</artifactId>
232 - <version>1.21</version>
232 + <version>1.23</version>
233 233 <executions>
234 234 <execution>
235 235 <phase>process-classes</phase>
236 236 <goals>
237 237 <goal>check</goal>
238 238 </goals>
239 239 </execution>
240 240 </executions>
241 241 <configuration>
242 242 <signature>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut