diff --git a/README.md b/README.md index 2cea5db97e292922657176c451d2a93c8f14336f..bcbaa76e6d56a895f915c149090f0f48c54c6b6d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To include Ferma in your project of choice include the following Maven dependenc <dependency> <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> - <version>2.0.6</version> + <version>2.1.0</version> </dependency> diff --git a/pom.xml b/pom.xml index 686b8972e5e3642b99789e331ce521b49c408b59..4f107a9f4a3839704040fe94411a3e2ddaf5d770 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>com.syncleus</groupId> <artifactId>syncleus</artifactId> - <version>2-SNAPSHOT</version> + <version>2</version> </parent> <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> <packaging>jar</packaging> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <name>Ferma</name> <description>An ORM for the Tinkerpop2 graph stack.</description> @@ -52,6 +52,7 @@ <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> + <tag>v2.1.0</tag> </scm> <ciManagement>