laito / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Update pom <scm> elements for Git #333

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to update the <scm> elements in the pom.xml files to point correctly to 
the Google Code Git repository. (Right now, they still point to the Subversion 
repository.) I think they should now all look like:

<connection>scm:git:https://code.google.com/p/cleartk/</connection>
<developerConnection>scm:git:https://code.google.com/p/cleartk/</developerConnec
tion>
<url>https://code.google.com/p/cleartk/</url>

I'm not 100% sure about this though - in the past, we needed the sub-directory 
in the URL. Here's a StackOverflow question that maybe we should consult with a 
bit first:

http://stackoverflow.com/questions/6727450/releasing-a-multi-module-maven-projec
t-with-git

Original issue reported on code.google.com by steven.b...@gmail.com on 18 Sep 2012 at 12:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision bc1a1c8905f2.

Original comment by lee.becker on 14 Jan 2013 at 10:25