[jboss-cvs] JBossAS SVN: r85043 - in projects/ejb3/tags: jboss-ejb3-tutorial-resource_ref-0.1.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 2 07:32:22 EST 2009


Author: jaikiran
Date: 2009-03-02 07:32:21 -0500 (Mon, 02 Mar 2009)
New Revision: 85043

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

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0 (from rev 84943, projects/ejb3/trunk/docs/tutorial/resource_ref)

Deleted: projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/resource_ref/pom.xml	2009-03-02 10:41:44 UTC (rev 84943)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0/pom.xml	2009-03-02 12:32:21 UTC (rev 85043)
@@ -1,39 +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-common</artifactId>
-		<version>0.1.0-SNAPSHOT</version>
-		<relativePath>../common/</relativePath>
-	</parent>
-
-	<properties>
-
-		<ejb3.tutorial.client>org.jboss.tutorial.resource_ref.client.Client</ejb3.tutorial.client>
-
-	</properties>
-
-
-	<artifactId>jboss-ejb3-tutorial-resource_ref</artifactId>
-	<version>0.1.0-SNAPSHOT</version>
-	<packaging>jar</packaging>
-	<name>Resource ref with EJB3 beans</name>
-	<url>http://labs.jboss.com/jbossejb3/</url>
-	<description>
-    	Tutorial about using resource-ref in EJB3
-  	</description>
-
-
-
-
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0/pom.xml (from rev 85042, projects/ejb3/trunk/docs/tutorial/resource_ref/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0/pom.xml	2009-03-02 12:32:21 UTC (rev 85043)
@@ -0,0 +1,44 @@
+<?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-common</artifactId>
+		<version>0.1.0</version>
+		<relativePath>../common/</relativePath>
+	</parent>
+
+	<properties>
+
+		<ejb3.tutorial.client>org.jboss.tutorial.resource_ref.client.Client</ejb3.tutorial.client>
+
+	</properties>
+
+
+	<artifactId>jboss-ejb3-tutorial-resource_ref</artifactId>
+	<version>0.1.0</version>
+	<packaging>jar</packaging>
+	<name>Resource ref with EJB3 beans</name>
+	<url>http://labs.jboss.com/jbossejb3/</url>
+	<description>
+    	Tutorial about using resource-ref in EJB3
+  	</description>
+
+
+
+
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-resource_ref-0.1.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list