You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2010/05/21 16:02:55 UTC

svn commit: r947010 - /openejb/trunk/openejb3/examples/webapps/pom.xml

Author: jlmonteiro
Date: Fri May 21 14:02:54 2010
New Revision: 947010

URL: http://svn.apache.org/viewvc?rev=947010&view=rev
Log:
Change the parent POM from openejb to example.

Modified:
    openejb/trunk/openejb3/examples/webapps/pom.xml

Modified: openejb/trunk/openejb3/examples/webapps/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/pom.xml?rev=947010&r1=947009&r2=947010&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/pom.xml Fri May 21 14:02:54 2010
@@ -21,7 +21,7 @@
 
 <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">
   <parent>
-    <artifactId>openejb</artifactId>
+    <artifactId>examples</artifactId>
     <groupId>org.apache.openejb</groupId>
     <version>3.2-SNAPSHOT</version>
   </parent>