[jboss-cvs] JBossAS SVN: r99743 - projects/ejb3/components/nointerface/trunk/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 21 08:01:12 EST 2010


Author: jaikiran
Date: 2010-01-21 08:01:12 -0500 (Thu, 21 Jan 2010)
New Revision: 99743

Modified:
   projects/ejb3/components/nointerface/trunk/impl/pom.xml
Log:
[maven-release-plugin] prepare release jboss-ejb3-nointerface-impl-1.0.0-alpha-2

Modified: projects/ejb3/components/nointerface/trunk/impl/pom.xml
===================================================================
--- projects/ejb3/components/nointerface/trunk/impl/pom.xml	2010-01-21 12:59:46 UTC (rev 99742)
+++ projects/ejb3/components/nointerface/trunk/impl/pom.xml	2010-01-21 13:01:12 UTC (rev 99743)
@@ -1,5 +1,4 @@
-<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">
 
     <!-- Parent -->
     <parent>
@@ -15,7 +14,7 @@
     <groupId>org.jboss.ejb3.nointerface</groupId>
     <artifactId>jboss-ejb3-nointerface-impl</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-alpha-2</version>
     <name>JBoss EJB 3.1 Implementation of the no-interface view</name>
     <url>http://labs.jboss.com/jbossejb3</url>
     <description>A JBossMC based no-interface implementation for EJB3.1 beans (As defined by section 3.4.4 in EJB3.1 spec)</description>
@@ -196,4 +195,10 @@
 
 
     </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-nointerface-impl-1.0.0-alpha-2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-nointerface-impl-1.0.0-alpha-2</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-nointerface-impl-1.0.0-alpha-2</url>
+  </scm>
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list