|
12 | 12 |
|
13 | 13 | <properties> |
14 | 14 | <surefireArgLine /> |
15 | | - <surefire.version>2.20</surefire.version> |
16 | | - <maven.compiler.target>1.7</maven.compiler.target> |
17 | | - <maven.compiler.source>1.7</maven.compiler.source> |
| 15 | + <surefire.version>2.22.0</surefire.version> |
| 16 | + <maven.compiler.target>1.8</maven.compiler.target> |
| 17 | + <maven.compiler.source>1.8</maven.compiler.source> |
18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
19 | 19 | <stagingBaseUrl>https://oss.sonatype.org/</stagingBaseUrl> |
20 | 20 | <stagingUrl>${stagingBaseUrl}service/local/staging/deploy/maven2/</stagingUrl> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>org.apache.commons</groupId> |
108 | 108 | <artifactId>commons-lang3</artifactId> |
109 | | - <version>3.4</version> |
| 109 | + <version>3.8</version> |
110 | 110 | <type>jar</type> |
111 | 111 | </dependency> |
112 | 112 | <dependency> |
|
155 | 155 | <plugin> |
156 | 156 | <groupId>org.apache.maven.plugins</groupId> |
157 | 157 | <artifactId>maven-site-plugin</artifactId> |
158 | | - <version>3.4</version> |
| 158 | + <version>3.7.1</version> |
159 | 159 | <dependencies> |
160 | 160 | <dependency> |
161 | 161 | <groupId>org.apache.maven.doxia</groupId> |
162 | 162 | <artifactId>doxia-module-markdown</artifactId> |
163 | | - <version>1.6</version> |
| 163 | + <version>1.8</version> |
164 | 164 | </dependency> |
165 | 165 | </dependencies> |
166 | 166 | <executions> |
|
195 | 195 | <plugin> |
196 | 196 | <groupId>org.apache.maven.plugins</groupId> |
197 | 197 | <artifactId>maven-compiler-plugin</artifactId> |
198 | | - <version>3.3</version> |
| 198 | + <version>3.8.0</version> |
199 | 199 | </plugin> |
200 | 200 |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>org.apache.maven.plugins</groupId> |
203 | 203 | <artifactId>maven-javadoc-plugin</artifactId> |
204 | | - <version>2.10.3</version> |
| 204 | + <version>3.0.1</version> |
205 | 205 | <configuration> |
206 | 206 | <archive> |
207 | 207 | <manifestEntries> |
|
230 | 230 | <plugin> |
231 | 231 | <groupId>org.apache.maven.plugins</groupId> |
232 | 232 | <artifactId>maven-site-plugin</artifactId> |
233 | | - <version>3.4</version> |
| 233 | + <version>3.7.1</version> |
234 | 234 | <dependencies> |
235 | 235 | <dependency> |
236 | 236 | <groupId>org.apache.maven.doxia</groupId> |
237 | 237 | <artifactId>doxia-module-markdown</artifactId> |
238 | | - <version>1.6</version> |
| 238 | + <version>1.8</version> |
239 | 239 | </dependency> |
240 | 240 | </dependencies> |
241 | 241 | <executions> |
|
251 | 251 | <plugin> |
252 | 252 | <groupId>org.apache.maven.plugins</groupId> |
253 | 253 | <artifactId>maven-enforcer-plugin</artifactId> |
254 | | - <version>1.4.1</version> |
| 254 | + <version>3.0.0-M2</version> |
255 | 255 | <executions> |
256 | 256 | <execution> |
257 | 257 | <id>enforce-require-property-diverges</id> |
|
272 | 272 | <dependency> |
273 | 273 | <groupId>org.codehaus.mojo</groupId> |
274 | 274 | <artifactId>extra-enforcer-rules</artifactId> |
275 | | - <version>1.0-beta-6</version> |
| 275 | + <version>1.0-beta-9</version> |
276 | 276 | </dependency> |
277 | 277 | </dependencies> |
278 | 278 | </plugin> |
|
289 | 289 | </dependency> |
290 | 290 | </dependencies> |
291 | 291 | </plugin> |
292 | | - |
| 292 | + |
293 | 293 | </plugins> |
294 | 294 | </build> |
295 | 295 |
|
|
310 | 310 | <plugin> |
311 | 311 | <groupId>org.apache.maven.plugins</groupId> |
312 | 312 | <artifactId>maven-source-plugin</artifactId> |
313 | | - <version>2.4</version> |
| 313 | + <version>3.0.1</version> |
314 | 314 | <configuration> |
315 | 315 | <archive> |
316 | 316 | <manifestEntries> |
|
0 commit comments