wisdom-framework / wisdom-orientdb

Wisdom OrientDB integration
Apache License 2.0
2 stars 3 forks source link

Is it possible to have a release version ?? #17

Closed hboumedane closed 9 years ago

barjo commented 9 years ago

Hi,

The last release of wisdom-orientdb has been made 23 days ago. You can see the last release here.

Release are deployed on the maven central and sonatype repositories as well as on the github release page.

Here is the last release dependency declaration:

<dependency>
  <groupId>org.wisdom-framework</groupId>
  <artifactId>wisdom-orientdb-object</artifactId>
  <version>0.2.2</version>
</dependency>
hboumedane commented 9 years ago

what are the differences between the snapshot and the release version ?

cescoffier commented 9 years ago

From https://github.com/wisdom-framework/wisdom-orientdb/commits/master almost no differences.

hboumedane commented 9 years ago

thanks for the help !!