[jboss-cvs] JBossAS SVN: r106568 - in projects/ejb-book/trunk: ch04-firstejb and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 11 16:59:37 EDT 2010


Author: ALRubinger
Date: 2010-07-11 16:59:37 -0400 (Sun, 11 Jul 2010)
New Revision: 106568

Modified:
   projects/ejb-book/trunk/ch04-firstejb/pom.xml
   projects/ejb-book/trunk/ch05-encryption/pom.xml
   projects/ejb-book/trunk/ch06-filetransfer/pom.xml
   projects/ejb-book/trunk/ch07-rsscache/pom.xml
   projects/ejb-book/trunk/ch08-messagedestinationlink/pom.xml
   projects/ejb-book/trunk/ch08-statusupdate/pom.xml
   projects/ejb-book/trunk/ch15-secureschool/pom.xml
   projects/ejb-book/trunk/pom.xml
Log:
[EJBBOOK-29] POM fixes

Modified: projects/ejb-book/trunk/ch04-firstejb/pom.xml
===================================================================
--- projects/ejb-book/trunk/ch04-firstejb/pom.xml	2010-07-11 20:54:31 UTC (rev 106567)
+++ projects/ejb-book/trunk/ch04-firstejb/pom.xml	2010-07-11 20:59:37 UTC (rev 106568)
@@ -6,7 +6,7 @@
     <groupId>org.jboss.ejb3.examples</groupId>
     <artifactId>jboss-ejb3-examples-build</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
 
   <!-- Model Version -->
@@ -112,4 +112,4 @@
 
   </profiles>
 
-</project>
\ No newline at end of file
+</project>

Modified: projects/ejb-book/trunk/ch05-encryption/pom.xml
===================================================================
--- projects/ejb-book/trunk/ch05-encryption/pom.xml	2010-07-11 20:54:31 UTC (rev 106567)
+++ projects/ejb-book/trunk/ch05-encryption/pom.xml	2010-07-11 20:59:37 UTC (rev 106568)
@@ -6,7 +6,7 @@
     <groupId>org.jboss.ejb3.examples</groupId>
     <artifactId>jboss-ejb3-examples-build</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
 
   <!-- Model Version -->

Modified: projects/ejb-book/trunk/ch06-filetransfer/pom.xml
===================================================================
--- projects/ejb-book/trunk/ch06-filetransfer/pom.xml	2010-07-11 20:54:31 UTC (rev 106567)
+++ projects/ejb-book/trunk/ch06-filetransfer/pom.xml	2010-07-11 20:59:37 UTC (rev 106568)
@@ -6,7 +6,7 @@
     <groupId>org.jboss.ejb3.examples</groupId>
     <artifactId>jboss-ejb3-examples-build</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
 
   <!-- Model Version -->

Modified: projects/ejb-book/trunk/ch07-rsscache/pom.xml
===================================================================
--- projects/ejb-book/trunk/ch07-rsscache/pom.xml	2010-07-11 20:54:31 UTC (rev 106567)
+++ projects/ejb-book/trunk/ch07-rsscache/pom.xml	2010-07-11 20:59:37 UTC (rev 106568)
@@ -6,7 +6,7 @@
     <groupId>org.jboss.ejb3.examples</groupId>
     <artifactId>jboss-ejb3-examples-build</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
 
   <!-- Model Version -->

Modified: projects/ejb-book/trunk/ch08-messagedestinationlink/pom.xml
===================================================================
--- projects/ejb-book/trunk/ch08-messagedestinationlink/pom.xml	2010-07-11 20:54:31 UTC (rev 106567)
+++ projects/ejb-book/trunk/ch08-messagedestinationlink/pom.xml	2010-07-11 20:59:37 UTC (rev 106568)
@@ -6,7 +6,7 @@
     <groupId>org.jboss.ejb3.examples</groupId>
     <artifactId>jboss-ejb3-examples-build</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
 
   <!-- Model Version -->

Modified: projects/ejb-book/trunk/ch08-statusupdate/pom.xml
===================================================================
--- projects/ejb-book/trunk/ch08-statusupdate/pom.xml	2010-07-11 20:54:31 UTC (rev 106567)
+++ projects/ejb-book/trunk/ch08-statusupdate/pom.xml	2010-07-11 20:59:37 UTC (rev 106568)
@@ -6,7 +6,7 @@
     <groupId>org.jboss.ejb3.examples</groupId>
     <artifactId>jboss-ejb3-examples-build</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
 
   <!-- Model Version -->

Modified: projects/ejb-book/trunk/ch15-secureschool/pom.xml
===================================================================
--- projects/ejb-book/trunk/ch15-secureschool/pom.xml	2010-07-11 20:54:31 UTC (rev 106567)
+++ projects/ejb-book/trunk/ch15-secureschool/pom.xml	2010-07-11 20:59:37 UTC (rev 106568)
@@ -6,7 +6,7 @@
     <groupId>org.jboss.ejb3.examples</groupId>
     <artifactId>jboss-ejb3-examples-build</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../build/pom.xml</relativePath>
   </parent>
 
   <!-- Model Version -->

Modified: projects/ejb-book/trunk/pom.xml
===================================================================
--- projects/ejb-book/trunk/pom.xml	2010-07-11 20:54:31 UTC (rev 106567)
+++ projects/ejb-book/trunk/pom.xml	2010-07-11 20:59:37 UTC (rev 106568)
@@ -23,7 +23,7 @@
     <module>ch08-messagedestinationlink</module>
     <module>ch09-14-employeeregistry</module>
     <module>ch15-secureschool</module>
-    <module>ch17-blackjack</module>
+    <module>ch17-transactions</module>
     <module>ch18-interceptors</module>
     <module>ch19-timer</module>
     <module>testsupport</module>



More information about the jboss-cvs-commits mailing list