Title: [2420] trunk/openejb3/pom.xml: updated scm url for use in continuum
- Revision
- 2420
- Author
- dblevins
- Date
- 2006-02-02 15:54:30 -0500 (Thu, 02 Feb 2006)
Log Message
updated scm url for use in continuum
Modified Paths
Diff
Modified: trunk/openejb3/pom.xml (2419 => 2420)
--- trunk/openejb3/pom.xml 2006-02-02 20:48:46 UTC (rev 2419)
+++ trunk/openejb3/pom.xml 2006-02-02 20:54:30 UTC (rev 2420)
@@ -5,7 +5,7 @@
<artifactId>openejb-parent</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
- <name>OpenEJB :: Parent POM</name>
+ <name>OpenEJB :: Project</name>
<url>http://openejb.org</url>
<issueManagement>
<system>jira</system>
@@ -24,8 +24,8 @@
</ciManagement>
<inceptionYear>1999</inceptionYear>
<scm>
- <connection>scm:svn:svn+ssh://openejb/usr/local/repos/openejb</connection>
- <developerConnection>scm:svn:svn+ssh://openejb/usr/local/repos/openejb</developerConnection>
+ <connection>scm:svn:https://svn.codehaus.org/openejb/trunk/openejb3</connection>
+ <developerConnection>scm:svn:https://svn.codehaus.org/openejb/trunk/openejb3</developerConnection>
</scm>
<build>
<plugins>