[jboss-cvs] JBossAS SVN: r82417 - projects/ejb3/trunk/installer.

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


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

Modified:
   projects/ejb3/trunk/installer/pom.xml
Log:
[maven-release-plugin] prepare release jboss-ejb3-installer-1.0.0-Alpha1

Modified: projects/ejb3/trunk/installer/pom.xml
===================================================================
--- projects/ejb3/trunk/installer/pom.xml	2008-12-18 19:52:53 UTC (rev 82416)
+++ projects/ejb3/trunk/installer/pom.xml	2008-12-18 19:53:20 UTC (rev 82417)
@@ -1,18 +1,4 @@
-<?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">
+<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>
@@ -28,7 +14,7 @@
   <!-- Artifact Information -->
   <groupId>org.jboss.ejb3</groupId>
   <artifactId>jboss-ejb3-installer</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <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>
 
@@ -56,4 +42,10 @@
     
   </dependencies>
 
-</project>
+
+  <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