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 9c7565d4c217139c863fa0d5699b3d75111d0088
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sun Apr 8 17:09:48 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@1311049
13f79535-47bb-0310-9956-ffa450edef68
---
pom.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8d4902b..f851fe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,14 +26,14 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>10</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.apache.bval</groupId>
<artifactId>bval-parent</artifactId>
<name>Apache BVal :: bval-parent (Parent POM)</name>
<packaging>pom</packaging>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<description>Apache BVal parent pom</description>
@@ -46,9 +46,9 @@
<url>http://bval.apache.org/</url>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/bval/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/bval/trunk</developerConnection>
- <url>http://svn.apache.org/repos/asf/bval/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/bval/tags/0.4</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/bval/tags/0.4</developerConnection>
+ <url>http://svn.apache.org/repos/asf/bval/tags/0.4</url>
</scm>
<mailingLists>
@@ -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>