[PATCH] Fixed: maven version not specified, leads to warning during build

Wald Commits scm-commit at wald.intevation.org
Wed Jun 13 15:36:12 CEST 2018


# HG changeset patch
# User gernotbelger
# Date 1528896966 -7200
# Node ID 673d3bf7eb1126d656be7de34d2404f3e1a6bb17
# Parent  8096dc2afb945683b81db2148d716b9b040c1893
Fixed: maven version not specified, leads to warning during build.

diff -r 8096dc2afb94 -r 673d3bf7eb11 artifacts-common/pom.xml
--- a/artifacts-common/pom.xml	Thu Mar 01 12:11:07 2018 +0100
+++ b/artifacts-common/pom.xml	Wed Jun 13 15:36:06 2018 +0200
@@ -50,6 +50,7 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
+         <version>2.0.2</version>         
          <configuration>
             <source>1.6</source>
             <target>1.6</target>


More information about the Dive4Elements-commits mailing list