libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
224 stars 83 forks source link

Published 0.5.0 POM:s internally depending on gdx-pay SNAPSHOT versions. #67

Closed junkdog closed 8 years ago

junkdog commented 8 years ago

It looks like all/most POM:s referencing the base gdx-pay artifact depend on SNAPSHOT versions.

keesvandieren commented 8 years ago

This is also true for 0.6 versions.

https://repo1.maven.org/maven2/com/badlogicgames/gdxpay/gdx-pay-client/0.6.0/gdx-pay-client-0.6.0.pom

contains reference to -SNAPSHOT:

<dependency> 
    <groupId>com.badlogicgames.gdxpay</groupId>
   <artifactId>gdx-pay</artifactId>
   <version>0.6.0-SNAPSHOT</version>
  <scope>compile</scope>
</dependency>
noblemaster commented 8 years ago

I think that's probably my bad when building the release-files! I believe I need to manually edit the build.gradle and remove "-SNAPSHOT" when building a release, otherwise that "-SNAPSHOT" stays in there? I wonder - I'll try to do that for the next release.

noblemaster commented 8 years ago

I believe I fixed it with the latest release 0.7.0 by removing "-SNAPSHOT" while releasing.

https://repo1.maven.org/maven2/com/badlogicgames/gdxpay/gdx-pay-client/0.7.0/gdx-pay-client-0.7.0.pom

Comments?

junkdog commented 8 years ago

Thanks. I haven't have tried to try them out yet, but the dependencies look correct.

jtuta commented 8 years ago

This is fixed, can be closed?

noblemaster commented 8 years ago

Looks like it's fixed. Thanks for the feedback! - closed :)