[jboss-cvs] JBossAS SVN: r84437 - in projects/ejb3/tags: jboss-ejb3-timerservice-spi-1.0.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 19 03:50:08 EST 2009


Author: jaikiran
Date: 2009-02-19 03:50:08 -0500 (Thu, 19 Feb 2009)
New Revision: 84437

Added:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0/
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-timerservice-spi-1.0.0

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0 (from rev 84430, projects/ejb3/trunk/timerservice-spi)

Deleted: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0/pom.xml
===================================================================
--- projects/ejb3/trunk/timerservice-spi/pom.xml	2009-02-19 07:11:47 UTC (rev 84430)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0/pom.xml	2009-02-19 08:50:08 UTC (rev 84437)
@@ -1,32 +0,0 @@
-<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">
-
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.1</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-
-  <!-- Maven POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Information -->
-  <artifactId>jboss-ejb3-timerservice-spi</artifactId>
-  <packaging>jar</packaging>
-  <version>0.1.0-SNAPSHOT</version>
-  <name>JBoss EJB 3.x TimerService SPI</name>
-  <description>JBoss EJB 3.x TimerService SPI</description>
-  <url>http://labs.jboss.com/jbossejb3/</url>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-ejb-api</artifactId>
-    </dependency>    
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0/pom.xml (from rev 84436, projects/ejb3/trunk/timerservice-spi/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0/pom.xml	2009-02-19 08:50:08 UTC (rev 84437)
@@ -0,0 +1,38 @@
+<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">
+
+  <parent>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <version>1.0.1</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+
+  <!-- Maven POM Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <artifactId>jboss-ejb3-timerservice-spi</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.0</version>
+  <name>JBoss EJB 3.x TimerService SPI</name>
+  <description>JBoss EJB 3.x TimerService SPI</description>
+  <url>http://labs.jboss.com/jbossejb3/</url>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+    </dependency>    
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.0</url>
+  </scm>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list