You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/05/02 08:55:36 UTC

svn commit: r1098501 - /myfaces/tobago/trunk/tobago-example/pom.xml

Author: lofwyr
Date: Mon May  2 06:55:36 2011
New Revision: 1098501

URL: http://svn.apache.org/viewvc?rev=1098501&view=rev
Log:
fix version variable

Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1098501&r1=1098500&r2=1098501&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Mon May  2 06:55:36 2011
@@ -42,7 +42,7 @@
         <artifactId>maven-jetty-plugin</artifactId>
         <!-- to change the port -->
         <configuration>
-          <scanIntervalSeconds>5</scanIntervalSeconds>          
+          <scanIntervalSeconds>5</scanIntervalSeconds>
           <connectors>
             <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
               <port>8080</port>
@@ -203,7 +203,7 @@
         <dependency>
           <groupId>org.apache.myfaces.core</groupId>
           <artifactId>myfaces-impl</artifactId>
-          <version>${myfaces11.version}</version>
+          <version>${myfaces20.version}</version>
           <scope>runtime</scope>
         </dependency>
         <dependency>