[Jython-checkins] jython (2.5): update maven scm info per hg

philip.jenvey jython-checkins at python.org
Sun May 8 00:15:30 CEST 2011


http://hg.python.org/jython/rev/c61d91f0de79
changeset:   6205:c61d91f0de79
branch:      2.5
parent:      6203:250d80c48c23
user:        Philip Jenvey <pjenvey at underboss.org>
date:        Sat May 07 15:15:06 2011 -0700
summary:
  update maven scm info per hg

files:
  maven/pom.xml |  6 ++++--
  1 files changed, 4 insertions(+), 2 deletions(-)


diff --git a/maven/pom.xml b/maven/pom.xml
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -23,6 +23,8 @@
     	</license>
   	</licenses>
   	<scm>
-  		<url>http://jython.svn.sourceforge.net/viewvc/jython/</url>
+  		<connection>scm:hg:http://hg.python.org/jython</connection>
+  		<developerConnection>scm:hg:ssh://hg@hg.python.org/jython</developerConnection>
+  		<url>http://hg.python.org/jython</url>
   	</scm>
-</project>
\ No newline at end of file
+</project>

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list