[jboss-cvs] JBossAS SVN: r85468 - in projects/ejb3/tags: jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 09:15:16 EST 2009


Author: jaikiran
Date: 2009-03-06 09:15:16 -0500 (Fri, 06 Mar 2009)
New Revision: 85468

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

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0 (from rev 85386, projects/ejb3/trunk/docs/tutorial/jca_inflow_quartz)

Deleted: projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/jca_inflow_quartz/pom.xml	2009-03-06 12:21:49 UTC (rev 85386)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0/pom.xml	2009-03-06 14:15:16 UTC (rev 85468)
@@ -1,33 +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</version>
-		<relativePath>../common/</relativePath>
-	</parent>
-
-	<properties>
-		<jboss.ejb3.tutorial.client.skip>true</jboss.ejb3.tutorial.client.skip>
-
-	</properties>
-	
-
-	<artifactId>jboss-ejb3-tutorial-jca_inflow_quartz</artifactId>
-	<version>0.1.1-SNAPSHOT</version>
-	<packaging>jar</packaging>
-	<name>Quartz scheduler integration</name>
-	<url>http://labs.jboss.com/jbossejb3/</url>
-	<description>
-    	Tutorial about integrating quartz with a EJB3 MDB
-  	</description>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0/pom.xml (from rev 85467, projects/ejb3/trunk/docs/tutorial/jca_inflow_quartz/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0/pom.xml	2009-03-06 14:15:16 UTC (rev 85468)
@@ -0,0 +1,39 @@
+<?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>1.1.0</version>
+		<relativePath>../common/</relativePath>
+	</parent>
+
+	<properties>
+		<jboss.ejb3.tutorial.client.skip>true</jboss.ejb3.tutorial.client.skip>
+
+	</properties>
+	
+
+	<artifactId>jboss-ejb3-tutorial-jca_inflow_quartz</artifactId>
+	<version>1.1.0</version>
+	<packaging>jar</packaging>
+	<name>Quartz scheduler integration</name>
+	<url>http://labs.jboss.com/jbossejb3/</url>
+	<description>
+    	Tutorial about integrating quartz with a EJB3 MDB
+  	</description>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-jca_inflow_quartz-1.1.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list