You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/02/21 12:43:58 UTC

svn commit: r629758 - /myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Thu Feb 21 03:43:55 2008
New Revision: 629758

URL: http://svn.apache.org/viewvc?rev=629758&view=rev
Log:
removed version number, since already specified

Modified:
    myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml?rev=629758&r1=629757&r2=629758&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml Thu Feb 21 03:43:55 2008
@@ -181,13 +181,11 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
-          <version>1.2_07</version>
           <scope>compile</scope>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
-          <version>1.2_07</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>