From 83ebd4c9cf502ee01bfe48cadbcfc6945743e7b4 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Mon, 26 Mar 2018 16:29:05 +0200 Subject: [PATCH] Bump to next development cycle Signed-off-by: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> --- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4198723..49a0a3c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 - http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -14,7 +11,7 @@ <groupId>ch.unibas.biozentrum.imcf</groupId> <artifactId>NoiSee</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <name>NoiSee</name> <description>An easy-to-use ImageJ macro for measuring SNR.</description> -- GitLab