[jboss-cvs] JBossAS SVN: r82418 - in projects/ejb3/tags: jboss-ejb3-installer-1.0.0-Alpha1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 18 14:53:23 EST 2008


Author: ALRubinger
Date: 2008-12-18 14:53:23 -0500 (Thu, 18 Dec 2008)
New Revision: 82418

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

Copied: projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1 (from rev 82378, projects/ejb3/trunk/installer)

Deleted: projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1/pom.xml
===================================================================
--- projects/ejb3/trunk/installer/pom.xml	2008-12-18 17:24:06 UTC (rev 82378)
+++ projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1/pom.xml	2008-12-18 19:53:23 UTC (rev 82418)
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  vi:ts=2:sw=2:expandtab:
--->
-<!--
-  
-  The Installer Subproject of the EJB3 Module.
-  
-  This project alters an existing JBoss AS 5.0.x Installation
-  to use the latest release of the EJB3 Plugin
-  
--->
-<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">
-
-  <!-- Define Parent -->
-  <parent>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <groupId>org.jboss.ejb3</groupId>
-    <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-
-  <!-- POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Information -->
-  <groupId>org.jboss.ejb3</groupId>
-  <artifactId>jboss-ejb3-installer</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <name>JBoss EJB 3.0 Plugin Installer</name>
-  <description>Installer to patch existing JBoss AS 5.0.x Installation w/ EJB3 Plugin</description>
-
-  <!-- Properties -->
-  <properties>
-    <version.ant-contrib:ant-contrib>1.0b2</version.ant-contrib:ant-contrib>
-  </properties>
-
-  <!-- Dependencies -->
-  <dependencies>
-  
-    <!-- Ant Contrib -->
-    <dependency>
-      <groupId>ant-contrib</groupId>
-      <artifactId>ant-contrib</artifactId>
-      <version>${version.ant-contrib:ant-contrib}</version>
-    </dependency>
-
-    <!-- EJB3 Common -->
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-common</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>
-    
-  </dependencies>
-
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1/pom.xml (from rev 82417, projects/ejb3/trunk/installer/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1/pom.xml	2008-12-18 19:53:23 UTC (rev 82418)
@@ -0,0 +1,51 @@
+<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">
+
+  <!-- Define Parent -->
+  <parent>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <groupId>org.jboss.ejb3</groupId>
+    <version>1.0.0-Beta10</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+
+  <!-- POM Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <groupId>org.jboss.ejb3</groupId>
+  <artifactId>jboss-ejb3-installer</artifactId>
+  <version>1.0.0-Alpha1</version>
+  <name>JBoss EJB 3.0 Plugin Installer</name>
+  <description>Installer to patch existing JBoss AS 5.0.x Installation w/ EJB3 Plugin</description>
+
+  <!-- Properties -->
+  <properties>
+    <version.ant-contrib_ant-contrib>1.0b2</version.ant-contrib_ant-contrib>
+  </properties>
+
+  <!-- Dependencies -->
+  <dependencies>
+  
+    <!-- Ant Contrib -->
+    <dependency>
+      <groupId>ant-contrib</groupId>
+      <artifactId>ant-contrib</artifactId>
+      <version>${version.ant-contrib_ant-contrib}</version>
+    </dependency>
+
+    <!-- EJB3 Common -->
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-common</artifactId>
+      <version>1.0.0-Beta4</version>
+    </dependency>
+    
+  </dependencies>
+
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-installer-1.0.0-Alpha1</url>
+  </scm>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list