You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/04/01 19:42:29 UTC

svn commit: r524645 - /directory/shared/branches/0.9.5/asn1/pom.xml

Author: elecharny
Date: Sun Apr  1 10:42:29 2007
New Revision: 524645

URL: http://svn.apache.org/viewvc?view=rev&rev=524645
Log:
Removed the maven-site-plugin ref


Modified:
    directory/shared/branches/0.9.5/asn1/pom.xml

Modified: directory/shared/branches/0.9.5/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/0.9.5/asn1/pom.xml?view=diff&rev=524645&r1=524644&r2=524645
==============================================================================
--- directory/shared/branches/0.9.5/asn1/pom.xml (original)
+++ directory/shared/branches/0.9.5/asn1/pom.xml Sun Apr  1 10:42:29 2007
@@ -23,13 +23,5 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-5</version>
-      </plugin>
-    </plugins>
-  </build>
 </project>