Update pom.xml in archetypes to build with java 7

Change-Id: I3ce9753e3f13d108529475e90c9a47a0b7275979
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-11-30 15:51:44 +01:00
parent 8ba03ff10b
commit 8005ae44e4
3 changed files with 6 additions and 6 deletions

View File

@@ -67,8 +67,8 @@ limitations under the License.
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>