Author: aadamchik
Date: Mon Sep 11 19:47:04 2006
New Revision: 442424
URL: http://svn.apache.org/viewvc?view=rev&rev=442424
Log:
post module move pom updates
Modified:
incubator/cayenne/main/trunk/integration-test/jpa-chapter2/.project
incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml
incubator/cayenne/main/trunk/integration-test/pom.xml
Modified: incubator/cayenne/main/trunk/integration-test/jpa-chapter2/.project
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/jpa-chapter2/.project?view=diff&rev=442424&r1=442423&r2=442424
==============================================================================
--- incubator/cayenne/main/trunk/integration-test/jpa-chapter2/.project
(original)
+++ incubator/cayenne/main/trunk/integration-test/jpa-chapter2/.project Mon Sep
11 19:47:04 2006
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>jpa-unit1</name>
+ <name>jpa-chapter2</name>
<comment></comment>
<projects>
</projects>
Modified: incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml?view=diff&rev=442424&r1=442423&r2=442424
==============================================================================
--- incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml
(original)
+++ incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml Mon Sep
11 19:47:04 2006
@@ -10,9 +10,9 @@
<version>3.0-incubating-SNAPSHOT</version>
</parent>
- <description>Integration Tests - JPA Persistence Unit 1</description>
- <artifactId>jpa-unit1</artifactId>
- <name>Integration Tests - JPA Persistence Unit 1</name>
+ <description>Integration Tests - JPA Chapter 2</description>
+ <artifactId>jpa-chapter2</artifactId>
+ <name>Integration Tests - JPA Chapter 2</name>
<packaging>jar</packaging>
<dependencies>
Modified: incubator/cayenne/main/trunk/integration-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/pom.xml?view=diff&rev=442424&r1=442423&r2=442424
==============================================================================
--- incubator/cayenne/main/trunk/integration-test/pom.xml (original)
+++ incubator/cayenne/main/trunk/integration-test/pom.xml Mon Sep 11 19:47:04
2006
@@ -35,7 +35,7 @@
<modules>
<module>itest-common</module>
- <module>jpa-unit1</module>
+ <module>jpa-chapter2</module>
<module>jpa-chapter9</module>
</modules>
</project>