From 5cbe664ba0e422dc077f40daaefba4be5d7631a4 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 25 Oct 2016 22:04:35 -0400 Subject: [PATCH] Bumping snapshot version. Updated readme. Change-Id: I3eba575fb66560535a0644942308d9ddefabbacc --- CHANGELOG.md | 6 ++++++ pom.xml | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c305ec..e4b5245d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Ferma Changelog +## 3.0.1 + + + ## 3.0.0 * Tinkerpop3 is now supported. +* Removed several of the pipline methods from exiting classes, this is now replaced with the traverse method. +* Ferma specific pipelines are now replaced with Tinkerpop3 traversals. ## 2.2.0 diff --git a/pom.xml b/pom.xml index ea988e85..9305a075 100644 --- a/pom.xml +++ b/pom.xml @@ -12,11 +12,11 @@ <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> <packaging>jar</packaging> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <name>Ferma</name> - <description>An ORM for the Tinkerpop2 graph stack.</description> - <url>http://wiki.syncleus.com/index.php/Ferma</url> + <description>An ORM for the Tinkerpop3 graph stack.</description> + <url>https://github.com/Syncleus/Ferma.git</url> <licenses> <license> @@ -32,19 +32,19 @@ </organization> <scm> - <connection>scm:git:http://gerrit.syncleus.com/Ferma</connection> - <developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/Ferma</developerConnection> - <url>http://gerrit.syncleus.com/Ferma</url> + <connection>scm:git:https://github.com/Syncleus/Ferma</connection> + <developerConnection>scm:git:ssh://github.com/Syncleus/Ferma</developerConnection> + <url>https://github.com/Syncleus/Ferma.git</url> </scm> <ciManagement> - <system>jenkins</system> - <url>http://builds.syncleus.com/</url> + <system>travis</system> + <url>https://travis-ci.org/Syncleus/Ferma/</url> </ciManagement> <issueManagement> - <system>JIRA</system> - <url>http://bugs.syncleus.com/browse/FMA/</url> + <system>GitHub</system> + <url>https://github.com/Syncleus/Ferma/issues</url> </issueManagement> <mailingLists> -- GitLab