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 93219544faa6c9313790dd9477e609ce98c4c9df
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sun Apr 8 16:57:56 2012 +0000
upgrade javadoc plugin
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1311044
13f79535-47bb-0310-9956-ffa450edef68
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 5d69a32..8d4902b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,6 +404,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8.1</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>