diff --git a/pom.xml b/pom.xml index 419872336829487d6d0d9733d451a4f80e3347c4..49a0a3ccb24e15146ceb91c7d3f7a8dde1746651 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>