HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1297274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-03-05 23:07:31 +00:00
parent c1b07064c7
commit 03e4684fa5
2 changed files with 7 additions and 2 deletions

View File

@ -342,6 +342,9 @@ Release 0.23.2 - UNRELEASED
HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the
project. (Jonathan Eagles via acmurthy)
HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing
(Khiwal Lee via bobby)
Release 0.23.1 - 2012-02-17
INCOMPATIBLE CHANGES

View File

@ -180,7 +180,9 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- Disable generation of pdf using maven-pdf-plugin until v.1.2 is released.
See Hadoop 8064 for details. -->
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pdf-plugin</artifactId>
<executions>
@ -192,7 +194,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin-->
</plugins>
</build>
</project>