You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/02/08 00:47:09 UTC

svn commit: r375779 - /myfaces/maven/trunk/pom.xml

Author: schof
Date: Tue Feb  7 15:47:07 2006
New Revision: 375779

URL: http://svn.apache.org/viewcvs?rev=375779&view=rev
Log:
removed reference to non-existent version of plugin

Modified:
    myfaces/maven/trunk/pom.xml

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/pom.xml?rev=375779&r1=375778&r2=375779&view=diff
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Tue Feb  7 15:47:07 2006
@@ -12,14 +12,6 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk</url>
   </scm>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-4</version>
-      </plugin>
-    </plugins>
-  </build>
   <modules>
     <module>master-pom</module>
     <module>wagon-maven-plugin</module>