discomarathon / google-gson

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

Wrong jar in maven central for v1.7 #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Download com.google.code.gson:gson:1.7 from repo1.maven.org

What is the expected output? What do you see instead?
Expected: downloading gson 1.7 jar
Current: downloading gson 1.7 javadoc jar (under the name gson-1.7.jar)

Please provide any additional information below.
See for yourself at http://repo1.maven.org/maven2/com/google/code/gson/gson/1.7/

Original issue reported on code.google.com by yonatan.graber on 13 Apr 2011 at 10:36

GoogleCodeExporter commented 9 years ago
Yes, I noticed it too. We are in the process of releasing Gson 1.7.1 with 
correct jars. If you know of a way to modify the current jars at Maven Central, 
let us know. 

Original comment by inder123 on 13 Apr 2011 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by inder123 on 13 Apr 2011 at 7:31

GoogleCodeExporter commented 9 years ago
Fixed with the release of Gson 1.7.1
see: http://repo2.maven.org/maven2/com/google/code/gson/gson/1.7.1/

Original comment by inder123 on 13 Apr 2011 at 11:28