Mercurial > dive4elements > framework
changeset 554:673d3bf7eb11
Fixed: maven version not specified, leads to warning during build.
author | gernotbelger |
---|---|
date | Wed, 13 Jun 2018 15:36:06 +0200 |
parents | 8096dc2afb94 |
children | 408fd2cb7bb5 |
files | artifacts-common/pom.xml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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>