You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2009/10/31 22:59:22 UTC

svn commit: r831596 - /directory/studio-plugin/trunk/pom.xml

Author: felixk
Date: Sat Oct 31 21:59:21 2009
New Revision: 831596

URL: http://svn.apache.org/viewvc?rev=831596&view=rev
Log:
Set plugins 'homepage', not documentations home

Modified:
    directory/studio-plugin/trunk/pom.xml

Modified: directory/studio-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio-plugin/trunk/pom.xml?rev=831596&r1=831595&r2=831596&view=diff
==============================================================================
--- directory/studio-plugin/trunk/pom.xml (original)
+++ directory/studio-plugin/trunk/pom.xml Sat Oct 31 21:59:21 2009
@@ -34,7 +34,7 @@
   <name>Apache Directory Studio Plugin</name>
   <version>1.0.3-SNAPSHOT</version>
   <description>Maven2 plugin with specific goals for the Apache Directory Studio project</description>
-  <url>http://directory.apache.org/studio-plugin/gen-docs/${version}</url>
+  <url>http://directory.apache.org/studio-plugin/</url>
 
   <prerequisites>
     <maven>2.0.9</maven>