You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/12/26 10:52:16 UTC

svn commit: r1052850 - /shindig/trunk/pom.xml

Author: lindner
Date: Sun Dec 26 09:52:16 2010
New Revision: 1052850

URL: http://svn.apache.org/viewvc?rev=1052850&view=rev
Log:
fix site-plugin version

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1052850&r1=1052849&r2=1052850&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sun Dec 26 09:52:16 2010
@@ -1108,7 +1108,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.0.0-beta-3</version>
+          <version>3.0-beta-3</version>
           <configuration>
             <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
             <outputEncoding>${project.build.sourceEncoding}</outputEncoding>