Revision 8a6a0773
Added by Andreas Müller 4 months ago
pom.xml | ||
---|---|---|
297 | 297 |
<plugin> |
298 | 298 |
<groupId>org.apache.maven.plugins</groupId> |
299 | 299 |
<artifactId>maven-source-plugin</artifactId> |
300 |
<version>2.4</version>
|
|
300 |
<version>3.2.1</version>
|
|
301 | 301 |
<executions> |
302 | 302 |
<execution> |
303 | 303 |
<id>attach-sources</id> |
... | ... | |
311 | 311 |
<plugin> |
312 | 312 |
<groupId>org.apache.maven.plugins</groupId> |
313 | 313 |
<artifactId>maven-javadoc-plugin</artifactId> |
314 |
<version>2.10.2</version>
|
|
314 |
<version>3.3.1</version>
|
|
315 | 315 |
<configuration> |
316 | 316 |
<aggregate>true</aggregate> |
317 | 317 |
<stylesheet>maven</stylesheet> |
Also available in: Unified diff
ref #9359 update maven-source-plugin and maven-javadoc-plugin to latest versions in cdmserver