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 ca6fbb4d2d1aaee5db88b4ddc419322fd923f60c
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sun Apr 8 17:13:11 2012 +0000
step back to a version of the javadoc plugin that reputedly fixed a problem
similar to what I'm seeing
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1311051
13f79535-47bb-0310-9956-ffa450edef68
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8d4902b..9c3d0b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,7 +236,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8.1</version>
+ <version>2.8</version>
<configuration>
<show>package</show>
<quiet>true</quiet>
@@ -404,7 +404,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8.1</version>
+ <version>2.8</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>