This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to tag 0.4
in repository https://gitbox.apache.org/repos/asf/bval.git
commit fbb509f77e138ae844f88548e81d2978aec867e0
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Mon Apr 9 22:00:53 2012 +0000
rely on parent configuration of maven-project-info-reports-plugin; specify
explicit version of javadoc plugin for reporting
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1311488
13f79535-47bb-0310-9956-ffa450edef68
---
pom.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6a47a88..989ee86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,12 +215,9 @@
<reporting>
<plugins>
<plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8</version>
<configuration>
<show>package</show>
<quiet>true</quiet>