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

svn commit: r1068855 - /myfaces/tomahawk/trunk/examples/simple20/pom.xml

Author: werpu
Date: Wed Feb  9 11:58:42 2011
New Revision: 1068855

URL: http://svn.apache.org/viewvc?rev=1068855&view=rev
Log:
https://issues.apache.org/jira/browse/TOMAHAWK-1563 fixing the pom to have the proper parent relationship

Modified:
    myfaces/tomahawk/trunk/examples/simple20/pom.xml

Modified: myfaces/tomahawk/trunk/examples/simple20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/pom.xml?rev=1068855&r1=1068854&r2=1068855&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/pom.xml Wed Feb  9 11:58:42 2011
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.myfaces.tomahawk</groupId>
-        <artifactId>tomahawk-project</artifactId>
+        <artifactId>tomahawk-examples-project</artifactId>
         <version>1.1.11-SNAPSHOT</version>
     </parent>
     <scm>