opentimestamps / java-opentimestamps

Other
40 stars 32 forks source link

Archive on Maven Central is missing com.eternitywall.ots.VerifyResult #19

Closed domseichter closed 6 years ago

domseichter commented 6 years ago

Hi,

We integrate opentimestamps API using maven.

The version 1.15 of java-opentimestamps we get from maven central does not include several classes that are included in the sources on GitHub.

E.g. com.eternitywall.ots.VerifyResult is missing in the package on Maven central.

Link to Maven Central: https://search.maven.org/artifact/com.eternitywall/java-opentimestamps/1.15/jar

Is there a new release planned which will fix the archive on Maven Central?

RCasatta commented 6 years ago

Maven packages refer to the version tagged with the same number. So you have to checkout tag 1.15 to match what you find in maven. It's some time we didn't make a release, we should do one but it's not planned

RCasatta commented 6 years ago

just released version 1.16 on maven (it probably takes a while to be available)

RCasatta commented 6 years ago

@domseichter did the release solve the problem? Please close the issue if so

domseichter commented 6 years ago

Issue resolved, closing ticket. Thank you for the fast response