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/07 22:00:04 UTC

svn commit: r375700 - /myfaces/maven/branches/1_0_0/pom.xml

Author: schof
Date: Tue Feb  7 13:00:01 2006
New Revision: 375700

URL: http://svn.apache.org/viewcvs?rev=375700&view=rev
Log:
test of latest release plugin to see if it fixes some issues

Modified:
    myfaces/maven/branches/1_0_0/pom.xml

Modified: myfaces/maven/branches/1_0_0/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/branches/1_0_0/pom.xml?rev=375700&r1=375699&r2=375700&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_0/pom.xml (original)
+++ myfaces/maven/branches/1_0_0/pom.xml Tue Feb  7 13:00:01 2006
@@ -18,6 +18,15 @@
     <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-SNAPSHOT</version>
+      </plugin>
+    </plugins>
+  </build>
+
   <modules>
     <module>master-pom</module>
   </modules>