Contrast-Security-OSS / cassandra-migration

Database migration (evolution) tool for Apache Cassandra
Apache License 2.0
107 stars 51 forks source link

publish new version to Maven Central? #25

Open rintcius opened 8 years ago

rintcius commented 8 years ago

Would it be possible to publish a new version to Maven Central? (I need support for cassandra driver v3)

hhandoko commented 8 years ago

@rintcius I've forked the repo and published it to Sonatype snapshots (0.9-SNAPSHOT) due to similar needs. Feel free to try it and let me know if you found any issues.

Link: https://github.com/builtamont-oss/cassandra-migration

rintcius commented 8 years ago

@hhandoko thanks! I'll have a look soon. Will let you know how it goes.

hhandoko commented 8 years ago

@rintcius cool, thanks. Just be mindful that the API have changed slightly and the class structure is closer to Flyway 4.x now. One thing left for me to do before 0.9 release is to create an integration test with standalone Cassandra.

rintcius commented 8 years ago

@hhandoko I had a look at your fork and looks good. Just encountered this issue https://github.com/builtamont-oss/cassandra-migration/issues/17

ghost commented 6 years ago

I'm not able to access 0.7 and 0.8 releases? Are they published to Maven Central?

mkobit commented 5 years ago

It looks like this library itself is "dead", and that https://github.com/hhandoko/cassandra-migration is the successor? Is that accurate?