You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/02/20 09:53:54 UTC

svn commit: r509467 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Tue Feb 20 00:53:54 2007
New Revision: 509467

URL: http://svn.apache.org/viewvc?view=rev&rev=509467
Log:
(TOBAGO-294) Update dependency of  myfaces core to 1.1.5

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=509467&r1=509466&r2=509467
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Feb 20 00:53:54 2007
@@ -752,22 +752,10 @@
         <module>example</module>
       </modules>
     </profile>
-    <profile>
-      <id>myfaces-staging-repository</id>
-      <repositories>
-        <repository>
-          <id>myfaces-staging-repository</id>
-          <url>http://people.apache.org/builds/myfaces/m2-staging-repository/</url>
-        </repository>
-      </repositories>
-      <properties>
-        <myfaces.version>1.1.5</myfaces.version>
-      </properties>
-    </profile>
   </profiles>
 
   <properties>
-    <myfaces.version>1.1.4</myfaces.version>
+    <myfaces.version>1.1.5</myfaces.version>
     <sunjsf.version>1.1_02</sunjsf.version>
     <common-io.version>1.1</common-io.version>
     <common-lang.version>2.1</common-lang.version>