Skip to content

Commit

Permalink
Refer to the the TinkerPop 3.3.1 release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthick Sankarachary committed Dec 27, 2017
1 parent f285f2f commit 8a5588a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gremlin-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.github.karthicks</groupId>
<artifactId>gremlin-ogm</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<artifactId>gremlin-objects</artifactId>
<name>Gremlin OGM :: Gremlin Objects</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1</version>
</parent>
<groupId>com.github.karthicks</groupId>
<artifactId>gremlin-ogm</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Gremlin OGM</name>
<description>An Object Graph Mapping Library</description>
Expand All @@ -53,7 +53,7 @@ limitations under the License.
<module>tinkergraph-test</module>
</modules>
<properties>
<tinkerpop.version>3.3.0-SNAPSHOT</tinkerpop.version>
<tinkerpop.version>3.3.1</tinkerpop.version>
<hamcrest.version>1.3</hamcrest.version>
<java.tuples.version>1.2</java.tuples.version>
<log4j.version>1.2.17</log4j.version>
Expand Down
2 changes: 1 addition & 1 deletion tinkergraph-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.github.karthicks</groupId>
<artifactId>gremlin-ogm</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<artifactId>tinkergraph-test</artifactId>
<name>Gremlin OGM :: TinkerGraph Test</name>
Expand Down

0 comments on commit 8a5588a

Please sign in to comment.