From 78fbab81212261e4b9fedcbc8f57306c378f252a Mon Sep 17 00:00:00 2001 From: Kitwaii <amandine.tournay@outlook.fr> Date: Tue, 24 Nov 2020 22:31:48 +0100 Subject: [PATCH] Updated parent version --- pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 36690dc..9a84f64 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>1.0.4</version> + <version>1.0.6</version> </parent> <artifactId>rsyntaxtextarea</artifactId> @@ -20,14 +20,6 @@ RSyntaxTextArea library for Icy: provides a TextArea component with syntax highlight for different languages. </description> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jdk.version>1.8</jdk.version> - - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> - </properties> - <dependencies> <dependency> <groupId>com.fifesoft</groupId> -- GitLab