From de9e8bfa0717f6415cc770d1f0a938f9f49016e4 Mon Sep 17 00:00:00 2001 From: Matthias Betz <matthias.betz@hft-stuttgart.de> Date: Mon, 2 Dec 2019 12:31:09 +0100 Subject: [PATCH] change version to 0.2.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 949e4e6..a17e7ea 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</version> + <version>0.2.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> -- GitLab