You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2010/12/14 19:22:34 UTC

svn commit: r1049204 - /myfaces/portlet-bridge/core/tags/2.0.0-beta/examples/assembly/pom.xml

Author: mfreedman
Date: Tue Dec 14 18:22:34 2010
New Revision: 1049204

URL: http://svn.apache.org/viewvc?rev=1049204&view=rev
Log:
Removed obsolete assembly plugin version.

Modified:
    myfaces/portlet-bridge/core/tags/2.0.0-beta/examples/assembly/pom.xml

Modified: myfaces/portlet-bridge/core/tags/2.0.0-beta/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/tags/2.0.0-beta/examples/assembly/pom.xml?rev=1049204&r1=1049203&r2=1049204&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/tags/2.0.0-beta/examples/assembly/pom.xml (original)
+++ myfaces/portlet-bridge/core/tags/2.0.0-beta/examples/assembly/pom.xml Tue Dec 14 18:22:34 2010
@@ -34,7 +34,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.0-beta-1</version>
         <configuration>
           <descriptor>src/main/assembly/dep.xml</descriptor>
           <finalName>portlet-bridge-${version}</finalName>