You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/07/16 12:32:11 UTC

svn commit: r556575 - /maven/jxr/trunk/jxr-site/pom.xml

Author: vsiveton
Date: Mon Jul 16 03:32:05 2007
New Revision: 556575

URL: http://svn.apache.org/viewvc?view=rev&rev=556575
Log:
o using maven-site-plugin:2.0-beta-5 instead of the snapshot

Modified:
    maven/jxr/trunk/jxr-site/pom.xml

Modified: maven/jxr/trunk/jxr-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/jxr-site/pom.xml?view=diff&rev=556575&r1=556574&r2=556575
==============================================================================
--- maven/jxr/trunk/jxr-site/pom.xml (original)
+++ maven/jxr/trunk/jxr-site/pom.xml Mon Jul 16 03:32:05 2007
@@ -113,7 +113,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-beta-5</version>
       </plugin>
     </plugins>
   </build>