From bf5acc1d5d542f1477db084b91b6f3c93172f8d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 17 Jun 2017 05:22:59 -0400 Subject: [PATCH] Releasing version 2.2.2 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0f3b5e83..880c491a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> <packaging>jar</packaging> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.2</version> <name>Ferma</name> <description>An ORM for the Tinkerpop3 graph stack.</description> @@ -34,6 +34,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>v2.2.2</tag> </scm> <ciManagement> -- GitLab