You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2008/03/12 03:01:09 UTC

svn commit: r636171 - /myfaces/portlet-bridge/core/trunk/pom.xml

Author: sobryan
Date: Tue Mar 11 19:01:08 2008
New Revision: 636171

URL: http://svn.apache.org/viewvc?rev=636171&view=rev
Log:
recovery from failed deploy

Modified:
    myfaces/portlet-bridge/core/trunk/pom.xml

Modified: myfaces/portlet-bridge/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/pom.xml?rev=636171&r1=636170&r2=636171&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/pom.xml Tue Mar 11 19:01:08 2008
@@ -128,14 +128,14 @@
         <dependency>
           <groupId>${pom.groupId}</groupId>
           <artifactId>portlet-bridge-api</artifactId>
-          <version> 1.0.0-alpha-2</version>
+          <version> 1.0.0-SNAPSHOT</version>
         </dependency>
 
         <!-- JSF Portlet Bridge Impl -->
         <dependency>
           <groupId>${pom.groupId}</groupId>
           <artifactId>portlet-bridge-impl</artifactId>
-          <version> 1.0.0-alpha-2</version>
+          <version> 1.0.0-SNAPSHOT</version>
         </dependency>
       </dependencies>
   </dependencyManagement>