From fe96cc45ace9aa20563405977a64cb2349ff297b Mon Sep 17 00:00:00 2001 From: Thorsten Vitt <thorsten.vitt@uni-wuerzburg.de> Date: Tue, 12 Sep 2017 10:17:13 +0200 Subject: [PATCH] Set release version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0af2920..3e03169 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.services</groupId> <artifactId>aggregator</artifactId> - <version>1.4.9-SNAPSHOT</version> + <version>1.4.9</version> <packaging>war</packaging> <name>TextGrid Aggregator Service</name> -- GitLab