Update pom.xml to reflect move from SVN to Git.
-----------------------------------------------
Key: JRUBY-3952
URL: http://jira.codehaus.org/browse/JRUBY-3952
Project: JRuby
Issue Type: Task
Components: Documentation
Affects Versions: JRuby 1.4
Environment: Any
Reporter: Hiro Asari
Priority: Trivial
Fix For: JRuby 1.4
pom.xml has:
{noformat}
<scm>
<connection>scm:svn:http://svn.codehaus.org/jruby/trunk/jruby/</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/jruby/trunk/jruby/</developerConnection>
<url>http://svn.codehaus.org/jruby</url>
</scm>
{noformat}
which should be updated to something like:
{noformat}
<scm>
<connection>scm:git:git://github.com/jruby/jruby.git</connection>
<developerConnection>scm:git:git://github.com/jruby/jruby.git</developerConnection>
<url>http://github.com/jruby/jruby</url>
</scm>
{noformat}
I'm not sure if I have the appropriate values; I just only guessed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email