From c2fd479f2e501f2bb81852bdd28e139b04884c6f Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 17 Jun 2017 05:32:32 -0400 Subject: [PATCH] Releasing version 3.0.3. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a85344a5..13f1379a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> <packaging>jar</packaging> - <version>3.0.3-SNAPSHOT</version> + <version>3.0.3</version> <name>Ferma</name> <description>An ORM for the Tinkerpop3 graph stack.</description> @@ -35,6 +35,7 @@ <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> + <tag>v3.0.3</tag> </scm> <ciManagement> -- GitLab