[Schmitzm-commits] r1676 - trunk/schmitzm-core
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Aug 16 13:45:48 CEST 2011
Author: alfonx
Date: 2011-08-16 13:45:48 +0200 (Tue, 16 Aug 2011)
New Revision: 1676
Modified:
trunk/schmitzm-core/pom.xml
Log:
Java Compilter Plugin auf Version 2.3.2 erh?\195?\182ht
Modified: trunk/schmitzm-core/pom.xml
===================================================================
--- trunk/schmitzm-core/pom.xml 2011-08-15 21:11:25 UTC (rev 1675)
+++ trunk/schmitzm-core/pom.xml 2011-08-16 11:45:48 UTC (rev 1676)
@@ -121,12 +121,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<excludes>
- <exclude>**/.svn</exclude> ???
+ <exclude>**/.svn</exclude>
</excludes>
</configuration>
</plugin>
More information about the Schmitzm-commits
mailing list