Skip to content

Commit

Permalink
bumped to point to TinkerPop 2.0.0-SNAPSHOT classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed May 15, 2012
1 parent 19677bd commit c483262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -41,17 +41,17 @@
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core</artifactId>
<version>1.3-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>pipes</artifactId>
<version>1.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.tinkerpop.gremlin</groupId>
<artifactId>gremlin-java</artifactId>
<version>1.6-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- TESTING -->
<dependency>
Expand Down

0 comments on commit c483262

Please sign in to comment.