Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
upgrade to latest fw
Browse files Browse the repository at this point in the history
  • Loading branch information
bachmanm committed Jun 6, 2016
1 parent 9958621 commit 6e21d11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GraphAware Neo4j Warmup
=======================

[![Build Status](https://travis-ci.org/graphaware/neo4j-warmup.png)](https://travis-ci.org/graphaware/neo4j-warmup) | <a href="http://graphaware.com/downloads/" target="_blank">Downloads</a> | Latest Release: 3.0.1.38.5
[![Build Status](https://travis-ci.org/graphaware/neo4j-warmup.png)](https://travis-ci.org/graphaware/neo4j-warmup) | <a href="http://graphaware.com/downloads/" target="_blank">Downloads</a> | Latest Release: 3.0.2.39.5

GraphAware WarmUp is a simple piece of code that warms up Neo4j caches using a single API call by accessing the entire
graph using all available processors.
Expand Down Expand Up @@ -31,7 +31,7 @@ Releases are synced to <a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>warmup</artifactId>
<version>3.0.1.38.5</version>
<version>3.0.2.39.5</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>module-parent</artifactId>
<version>3.0.2.39-SNAPSHOT</version>
<version>3.0.2.39</version>
</parent>

<name>GraphAware WarmUp Module</name>
Expand Down

0 comments on commit 6e21d11

Please sign in to comment.