Mercurial > dive4elements > framework
comparison artifacts-common/pom.xml @ 554:673d3bf7eb11
Fixed: maven version not specified, leads to warning during build.
author | gernotbelger |
---|---|
date | Wed, 13 Jun 2018 15:36:06 +0200 |
parents | eab76b8b94b1 |
children | ccd029fbc084 |
comparison
equal
deleted
inserted
replaced
553:8096dc2afb94 | 554:673d3bf7eb11 |
---|---|
48 </resources> | 48 </resources> |
49 <plugins> | 49 <plugins> |
50 <plugin> | 50 <plugin> |
51 <groupId>org.apache.maven.plugins</groupId> | 51 <groupId>org.apache.maven.plugins</groupId> |
52 <artifactId>maven-compiler-plugin</artifactId> | 52 <artifactId>maven-compiler-plugin</artifactId> |
53 <version>2.0.2</version> | |
53 <configuration> | 54 <configuration> |
54 <source>1.6</source> | 55 <source>1.6</source> |
55 <target>1.6</target> | 56 <target>1.6</target> |
56 </configuration> | 57 </configuration> |
57 </plugin> | 58 </plugin> |