[jboss-cvs] JBossAS SVN: r67835 - projects/ejb3/trunk/ejb3-ext-api.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 3 23:58:18 EST 2007


Author: ALRubinger
Date: 2007-12-03 23:58:17 -0500 (Mon, 03 Dec 2007)
New Revision: 67835

Modified:
   projects/ejb3/trunk/ejb3-ext-api/pom.xml
Log:
Formatting only

Modified: projects/ejb3/trunk/ejb3-ext-api/pom.xml
===================================================================
--- projects/ejb3/trunk/ejb3-ext-api/pom.xml	2007-12-04 03:11:01 UTC (rev 67834)
+++ projects/ejb3/trunk/ejb3-ext-api/pom.xml	2007-12-04 04:58:17 UTC (rev 67835)
@@ -1,4 +1,6 @@
-<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,12 +30,22 @@
 
    <!-- SCM -->
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb/trunk/</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/ejb3/trunk/</url>
+      <connection>
+         scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/
+      </connection>
+      <developerConnection>
+         scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb/trunk/
+      </developerConnection>
+      <url>
+         http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/ejb3/trunk/
+      </url>
    </scm>
 
-
+   <!-- 
+      
+      NOTE: This section should likely be configured in the parent
+      
+   -->
    <build>
       <plugins>
 




More information about the jboss-cvs-commits mailing list