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 2007/11/30 21:20:49 UTC

svn commit: r599947 - /myfaces/trinidad/trunk/trinidad/pom.xml

Author: matzew
Date: Fri Nov 30 12:20:49 2007
New Revision: 599947

URL: http://svn.apache.org/viewvc?rev=599947&view=rev
Log:
using myfaces-3 as parent, since that guy fixes the java5 bug

Modified:
    myfaces/trinidad/trunk/trinidad/pom.xml

Modified: myfaces/trinidad/trunk/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/pom.xml?rev=599947&r1=599946&r2=599947&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad/pom.xml Fri Nov 30 12:20:49 2007
@@ -21,13 +21,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <!-- TODO: Need new parent (MyFaces, instead of Apache), but
-       when I do this, the compiler plugin goes back to 1.3, ignoring
-       the local override of 5.0 (see TRINIDAD-99) -->
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>4</version>
+    <groupId>org.apache.myfaces</groupId>
+    <artifactId>myfaces</artifactId>
+    <version>3</version>
   </parent>
 
   <groupId>org.apache.myfaces.trinidad</groupId>