Author: mes
Date: 2011-09-01 13:44:47 -0700 (Thu, 01 Sep 2011)
New Revision: 26691
Modified:
core3/impl/trunk/pom.xml
Log:
updated scm to use properties
Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml 2011-09-01 20:25:32 UTC (rev 26690)
+++ core3/impl/trunk/pom.xml 2011-09-01 20:44:47 UTC (rev 26691)
@@ -258,9 +258,9 @@
</dependencies>
<scm>
-
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/impl/trunk</connection>
-
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/impl/trunk</developerConnection>
- <url>http://chianti.ucsd.edu/svn/core3/impl/trunk</url>
+ <connection>${scm.connection.root}/impl/trunk</connection>
+
<developerConnection>${scm.dev.connection.root}/impl/trunk</developerConnection>
+ <url>${scm.url.root}/impl/trunk</url>
</scm>
<build>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.