Skip to content

Commit

Permalink
readme updates after release
Browse files Browse the repository at this point in the history
  • Loading branch information
bachmanm committed Sep 21, 2016
1 parent fc39511 commit 7476c65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GraphAware Neo4j TimeTree
=========================

[![Build Status](https://travis-ci.org/graphaware/neo4j-timetree.png)](https://travis-ci.org/graphaware/neo4j-timetree) | <a href="http://graphaware.com/downloads/" target="_blank">Downloads</a> | <a href="http://graphaware.com/site/timetree/latest/apidocs/" target="_blank">Javadoc</a> | Latest Release: 3.0.6.43.24
[![Build Status](https://travis-ci.org/graphaware/neo4j-timetree.png)](https://travis-ci.org/graphaware/neo4j-timetree) | <a href="http://graphaware.com/downloads/" target="_blank">Downloads</a> | <a href="http://graphaware.com/site/timetree/latest/apidocs/" target="_blank">Javadoc</a> | Latest Release: 3.0.6.43.25

GraphAware TimeTree is a simple library for representing time in Neo4j as a tree of time instants. The tree is built on-demand,
supports resolutions of one year down to one millisecond and has time zone support. It also supports attaching event nodes to time instants (created on demand).
Expand Down Expand Up @@ -31,15 +31,15 @@ Releases are synced to <a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>timetree</artifactId>o
<version>3.0.6.43.24</version>
<version>3.0.6.43.25</version>
</dependency>
...
</dependencies>

#### Snapshots

To use the latest development version, just clone this repository, run `mvn clean install` and change the version in the
dependency above to 3.0.6.43.25-SNAPSHOT.
dependency above to 3.0.6.43.26-SNAPSHOT.

#### Note on Versioning Scheme

Expand Down
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.0.6.43.25:
- easily register procedures in Embedded mode

3.0.6.43.24:
- upgrade to Neo4j 3.0.6

Expand Down

0 comments on commit 7476c65

Please sign in to comment.