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 bf7c3d7813fb123efa798e1e4586d4b442b90e3f
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sun Apr 8 17:30:55 2012 +0000
give up; use javadoc plugin version from parent
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1311059
13f79535-47bb-0310-9956-ffa450edef68
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 583c55a..25b4652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,7 +236,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.5</version>
<configuration>
<show>package</show>
<quiet>true</quiet>
@@ -404,7 +403,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.5</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>