Author: dwoods
Date: Mon Nov 1 14:41:26 2010
New Revision: 1029683
URL: http://svn.apache.org/viewvc?rev=1029683&view=rev
Log:
fix pom parents to be openjpa-examples
Modified:
openjpa/trunk/openjpa-examples/image-gallery/pom.xml
openjpa/trunk/openjpa-examples/openbooks/pom.xml
Modified: openjpa/trunk/openjpa-examples/image-gallery/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/image-gallery/pom.xml?rev=1029683&r1=1029682&r2=1029683&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/image-gallery/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/image-gallery/pom.xml Mon Nov 1 14:41:26
2010
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
- <artifactId>openjpa-parent</artifactId>
+ <artifactId>openjpa-examples</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>
Modified: openjpa/trunk/openjpa-examples/openbooks/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/openbooks/pom.xml?rev=1029683&r1=1029682&r2=1029683&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/openbooks/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/openbooks/pom.xml Mon Nov 1 14:41:26 2010
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.openjpa</groupId>
- <artifactId>openjpa-parent</artifactId>
+ <artifactId>openjpa-examples</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>