From ff5ba3a7def0e7d0589ce162d4b21c0d2110108d Mon Sep 17 00:00:00 2001 From: Radek Oslejsek <oslejsek@fi.muni.cz> Date: Tue, 12 May 2020 13:43:07 +0200 Subject: [PATCH] Minor fixes before merge --- MeshModel/pom.xml | 1 - application/pom.xml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/MeshModel/pom.xml b/MeshModel/pom.xml index 630d488f..543c36e1 100644 --- a/MeshModel/pom.xml +++ b/MeshModel/pom.xml @@ -56,7 +56,6 @@ <target>8</target> </configuration> </plugin> - </plugins> </build> <repositories> diff --git a/application/pom.xml b/application/pom.xml index b6442232..7748a6cc 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-nbjunit</artifactId> - <version>RELEASE113</version> + <version>${netbeans.version}</version> <scope>test</scope> <!-- beyond platform cluster, this often needs to be dropped down to compile/runtime, some other modules in IDE clusters depend on it --> </dependency> <!-- To use Jelly Tools in your functional tests, add or replace with: @@ -86,14 +86,14 @@ </systemPropertyVariables> </configuration> </plugin> - <plugin> + <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>9</source> <target>9</target> </configuration> - </plugin> + </plugin> --> </plugins> </build> -- GitLab