This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit 87e7faa720707086c8a8c1b28dab5ddd7e4abf61 Author: aherbert <[email protected]> AuthorDate: Tue Sep 17 12:05:26 2019 +0100 Update commons-parent to 49. Removed javadoc <source> fix as it is present in the parent. --- pom.xml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 7c272e2..b6c54f1 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>48</version> + <version>49</version> </parent> <groupId>org.apache.commons</groupId> @@ -553,16 +553,6 @@ </execution> </executions> </plugin> - <!-- Fix required when building on JDK 11+ for javadoc <link> directing to packages in the - unnamed module: use the <source> tag. See properties commons.javadoc.java.link, - commons.javadoc.javaee.link in commons-parent. --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>${maven.compiler.source}</source> - </configuration> - </plugin> </plugins> </build> <reporting> @@ -587,16 +577,6 @@ </reportSet> </reportSets> </plugin> - <!-- Fix required when building on JDK 11+ for javadoc <link> directing to packages in the - unnamed module: use the <source> tag. See properties commons.javadoc.java.link, - commons.javadoc.javaee.link in commons-parent. --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <source>${maven.compiler.source}</source> - </configuration> - </plugin> </plugins> </reporting> </profile>
