diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c305ec514a20eead2e3342fe43fe03041c1f8c..bb75eec92c27e9a73370271b2e9cdfa0c0cf8ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## 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 ea988e851a3b05520946cd793f3fb3f7a1a3dc2e..aa850b9826880205cbd94d9cb7a899bad1727cd4 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.0</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>