JamesDeCarlo / google-gson

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

POM schema has wrong scm url #339

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a minor issue,

What steps will reproduce the problem?

The pom schema contains
<scm>
...
   <url>http://google-gson.codegoogle.com/svn/trunk/gson</url>
</scm>

What is the expected output? What do you see instead?

should be

<url>http://google-gson.googlecode.com/svn/trunk/gson</url>

(change of codegoogle to googlecode)

What version of the product are you using? On what operating system?
source revision r857

Original issue reported on code.google.com by jkirschn...@gmail.com on 29 Jun 2011 at 3:48

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

Original comment by inder123 on 1 Jul 2011 at 9:59

GoogleCodeExporter commented 9 years ago
Thanks for the bug report.
Fixed in r862 

Original comment by inder123 on 1 Jul 2011 at 10:00