From 43b0f9b435262c69b40116f058b880670dc170a4 Mon Sep 17 00:00:00 2001 From: Matthias Betz <matthias.betz@hft-stuttgart.de> Date: Mon, 2 Dec 2019 08:57:35 +0100 Subject: [PATCH] version 0.1.0 release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00c06ad..949e4e6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>eu.simstadt</groupId> <artifactId>RegionChooser</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> -- GitLab