[jboss-cvs] JBossAS SVN: r85088 - in projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection: ear and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 2 08:34:35 EST 2009


Author: jaikiran
Date: 2009-03-02 08:34:35 -0500 (Mon, 02 Mar 2009)
New Revision: 85088

Modified:
   projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ear/pom.xml
   projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ejbapp/pom.xml
   projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/pom.xml
   projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/webapp/pom.xml
Log:
EJBTHREE-1748 Changed the hierarchy of the tutorial to allow this to be Maven releasable

Modified: projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ear/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ear/pom.xml	2009-03-02 13:16:32 UTC (rev 85087)
+++ projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ear/pom.xml	2009-03-02 13:34:35 UTC (rev 85088)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jboss.ejb3</groupId>
     <artifactId>jboss-ejb3-tutorial-common</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../common</relativePath>
   </parent>
 

Modified: projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ejbapp/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ejbapp/pom.xml	2009-03-02 13:16:32 UTC (rev 85087)
+++ projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ejbapp/pom.xml	2009-03-02 13:34:35 UTC (rev 85088)
@@ -13,10 +13,10 @@
 
 	<parent>
 		<groupId>org.jboss.ejb3</groupId>
-		<artifactId>jboss-ejb3-tutorial-enterprise_app_ejb_injection
+		<artifactId>jboss-ejb3-tutorial-build
 		</artifactId>
-		<version>0.1.0-SNAPSHOT</version>
-		<relativePath>../</relativePath>
+		<version>0.1.0</version>
+		<relativePath>../../build</relativePath>
 	</parent>
 
 
@@ -33,6 +33,20 @@
 		An sample EJB3 application to be used in "enterprise_app" tutorial
 	</description>
 
+ 	<!-- Dependencies -->
+	<dependencies>
+  		
+      
+      <dependency>
+            <groupId>org.jboss.jbossas</groupId>
+            <artifactId>jboss-as-client</artifactId>
+            <type>pom</type>
+            <scope>provided</scope>
+        </dependency>
+      
+  	
+	</dependencies>
 
 
+
 </project>

Modified: projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/pom.xml	2009-03-02 13:16:32 UTC (rev 85087)
+++ projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/pom.xml	2009-03-02 13:34:35 UTC (rev 85088)
@@ -34,19 +34,6 @@
 	<module>ear</module>
   </modules>
  
- 	<!-- Dependencies -->
-	<dependencies>
-  		
-      
-      <dependency>
-            <groupId>org.jboss.jbossas</groupId>
-            <artifactId>jboss-as-client</artifactId>
-            <type>pom</type>
-            <scope>provided</scope>
-        </dependency>
-      
-  	
-	</dependencies>
   
 
 </project>

Modified: projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/webapp/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/webapp/pom.xml	2009-03-02 13:16:32 UTC (rev 85087)
+++ projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/webapp/pom.xml	2009-03-02 13:34:35 UTC (rev 85088)
@@ -13,10 +13,10 @@
 
 	<parent>
 		<groupId>org.jboss.ejb3</groupId>
-		<artifactId>jboss-ejb3-tutorial-enterprise_app_ejb_injection
+		<artifactId>jboss-ejb3-tutorial-build
 		</artifactId>
-		<version>0.1.0-SNAPSHOT</version>
-		<relativePath>../</relativePath>
+		<version>0.1.0</version>
+		<relativePath>../../build</relativePath>
 	</parent>
 
 
@@ -44,8 +44,15 @@
 			<scope>provided</scope>
 
 		</dependency>
+      <dependency>
+            <groupId>org.jboss.jbossas</groupId>
+            <artifactId>jboss-as-client</artifactId>
+            <type>pom</type>
+            <scope>provided</scope>
+        </dependency>
 
 
+
 	</dependencies>
 
 </project>




More information about the jboss-cvs-commits mailing list