You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/03/30 10:53:20 UTC

svn commit: r929042 - /directory/studio/branches/release-1.5.3/pom.xml

Author: pamarcelot
Date: Tue Mar 30 08:53:20 2010
New Revision: 929042

URL: http://svn.apache.org/viewvc?rev=929042&view=rev
Log:
Used an old version of the maven-javadoc-plugin to be able to release.

Modified:
    directory/studio/branches/release-1.5.3/pom.xml

Modified: directory/studio/branches/release-1.5.3/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/release-1.5.3/pom.xml?rev=929042&r1=929041&r2=929042&view=diff
==============================================================================
--- directory/studio/branches/release-1.5.3/pom.xml (original)
+++ directory/studio/branches/release-1.5.3/pom.xml Tue Mar 30 08:53:20 2010
@@ -1249,6 +1249,11 @@
             -->
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
       </plugins>
     </pluginManagement>