mboudreau / Alternator

A mock DynamoDB that runs locally for testing purposes - DEPRECATED, PLEASE USE DYNAMODB LOCAL: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
Apache License 2.0
78 stars 39 forks source link

Release non SNAPSHOT version #45

Closed aluedeke closed 12 years ago

aluedeke commented 12 years ago

would it be possible to release a non SNAPSHOT versions into the Sonatype maven repository? SNAPSHOT repositories are hard to handle if you want to release your own product with maven.

mboudreau commented 12 years ago

I understand, but I don't want to make a full release without having a least all the potential functionality in Alternator. Range keys are currently not supported, as well as Batch get/write. I guess I could create a release version of it even without those, but I would rather not so that people know that it's not complete yet..

aluedeke commented 12 years ago

I would argue that the version number should indicate that the product isn't complete (version < 1.0.0) but the features which are included are stable (no SNAPTSHOT). But anyway, i will create my "own" release in our nexus

mboudreau commented 12 years ago

You make a good point. Let me create a release build :) On Oct 20, 2012 1:20 AM, "Andreas Lüdeke" notifications@github.com wrote:

I would argue that the version number should indicate that the product isn't complete (version < 1.0.0) but the features which are included are stable (no SNAPTSHOT). But anyway, i will create my "own" release in our nexus

— Reply to this email directly or view it on GitHubhttps://github.com/mboudreau/Alternator/issues/45#issuecomment-9628275.

aluedeke commented 12 years ago

cool thx

mboudreau commented 12 years ago

First release complete, new version number is 0.3.0: https://oss.sonatype.org/content/groups/public/com/michelboudreau/alternator/0.3.0/

Cheers.