You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/08/01 20:04:07 UTC

svn commit: r427663 - /cocoon/trunk/pom.xml

Author: cziegeler
Date: Tue Aug  1 11:04:06 2006
New Revision: 427663

URL: http://svn.apache.org/viewvc?rev=427663&view=rev
Log:
Add version of release plugin (otherwise it doesn't build on some machines)

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?rev=427663&r1=427662&r2=427663&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Tue Aug  1 11:04:06 2006
@@ -349,6 +349,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
+		<version>2.0-beta-4</version>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/cocoon/tags</tagBase>
         </configuration>