1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2025-02-07 13:08:25 +00:00

Version of the plugins fixed, maven warnings suppressed.

This commit is contained in:
Maxime Sinclair 2011-12-28 16:34:54 +01:00
parent 40fcdd04e2
commit 8cff4fe41f

View File

@ -11,6 +11,7 @@
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.8</version>
<configuration>
<wtpversion>1.5</wtpversion>
<wtpContextName>plantuml</wtpContextName>
@ -18,6 +19,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>