[jboss-cvs] JBossAS SVN: r88732 - in projects/ejb3/tags: jboss-ejb3-tutorial-enterprise_webapp-1.1.1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 12 11:04:28 EDT 2009


Author: jaikiran
Date: 2009-05-12 11:04:27 -0400 (Tue, 12 May 2009)
New Revision: 88732

Added:
   projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1/
   projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-tutorial-enterprise_webapp-1.1.1

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1 (from rev 88714, projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/webapp)

Deleted: projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/webapp/pom.xml	2009-05-12 10:22:19 UTC (rev 88714)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1/pom.xml	2009-05-12 15:04:27 UTC (rev 88732)
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<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">
-
-
-
-
-
-
-	<!-- Model Version -->
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<groupId>org.jboss.ejb3</groupId>
-		<artifactId>jboss-ejb3-tutorial-build
-		</artifactId>
-		<version>1.1.0</version>
-		<relativePath>../../build</relativePath>
-	</parent>
-
-
-
-
-	<artifactId>jboss-ejb3-tutorial-enterprise_webapp
-	</artifactId>
-	<version>1.1.1-SNAPSHOT</version>
-	<packaging>war</packaging>
-	<name>Web application for "enterprise_app" tutorial</name>
-	<url>http://labs.jboss.com/jbossejb3/
-	</url>
-	<description>
-		An sample web application to be used in "enterprise_app" tutorial
-	</description>
-
-
-
-	<dependencies>
-		<dependency>
-			<groupId>org.jboss.ejb3</groupId>
-			<artifactId>jboss-ejb3-tutorial-enterprise_ejb3app
-			</artifactId>
-			<version>1.1.0</version>
-			<scope>provided</scope>
-
-		</dependency>
-      <dependency>
-            <groupId>org.jboss.jbossas</groupId>
-            <artifactId>jboss-as-client</artifactId>
-            <type>pom</type>
-            <scope>provided</scope>
-        </dependency>
-
-
-
-	</dependencies>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1/pom.xml (from rev 88731, projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/webapp/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1/pom.xml	2009-05-12 15:04:27 UTC (rev 88732)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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">
+
+
+
+
+
+
+	<!-- Model Version -->
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.jboss.ejb3</groupId>
+		<artifactId>jboss-ejb3-tutorial-build
+		</artifactId>
+		<version>1.1.1</version>
+		<relativePath>../../build</relativePath>
+	</parent>
+
+
+
+
+	<artifactId>jboss-ejb3-tutorial-enterprise_webapp
+	</artifactId>
+	<version>1.1.1</version>
+	<packaging>war</packaging>
+	<name>Web application for "enterprise_app" tutorial</name>
+	<url>http://labs.jboss.com/jbossejb3/
+	</url>
+	<description>
+		An sample web application to be used in "enterprise_app" tutorial
+	</description>
+
+
+
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.ejb3</groupId>
+			<artifactId>jboss-ejb3-tutorial-enterprise_ejb3app
+			</artifactId>
+			<version>1.1.1</version>
+			<scope>provided</scope>
+
+		</dependency>
+      <dependency>
+            <groupId>org.jboss.jbossas</groupId>
+            <artifactId>jboss-as-client</artifactId>
+            <type>pom</type>
+            <scope>provided</scope>
+        </dependency>
+
+
+
+	</dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-enterprise_webapp-1.1.1</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list