You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2006/09/20 21:55:30 UTC

svn commit: r448317 - /incubator/openejb/trunk/openejb3/pom.xml

Author: jlaskowski
Date: Wed Sep 20 12:55:29 2006
New Revision: 448317

URL: http://svn.apache.org/viewvc?view=rev&rev=448317
Log:
Point URLs to Apache Incubator

Modified:
    incubator/openejb/trunk/openejb3/pom.xml

Modified: incubator/openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/pom.xml?view=diff&rev=448317&r1=448316&r2=448317
==============================================================================
--- incubator/openejb/trunk/openejb3/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/pom.xml Wed Sep 20 12:55:29 2006
@@ -6,7 +6,7 @@
   <packaging>pom</packaging>
   <version>3.0-SNAPSHOT</version>
   <name>OpenEJB :: Project</name>
-  <url>http://openejb.org</url>
+  <url>http://incubator.apache.org/projects/openejb</url>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/OPENEJB</url>
@@ -24,8 +24,8 @@
   </ciManagement>
   <inceptionYear>1999</inceptionYear>
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/openejb/trunk/openejb3</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/openejb/trunk/openejb3</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/</developerConnection>
   </scm>
   <build>
     <defaultGoal>install</defaultGoal>
@@ -176,4 +176,5 @@
       <id>codehaus.org</id>
       <url>dav:https://dav.codehaus.org/openejb/</url>
     </site>
-  </distributionManagement></project>
+  </distributionManagement>
+</project>