From 52c2682d08137b884ba5a65bb09fbf765842c0ce Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 2 Sep 2018 01:35:26 +0200 Subject: [PATCH] Releasing v3.3.0. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6112daac..3e620ef3 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>com.syncleus.ferma</groupId> <artifactId>ferma</artifactId> <packaging>jar</packaging> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <prerequisites> <maven>3.0.4</maven> @@ -39,6 +39,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.3.0</tag> </scm> <ciManagement> -- GitLab