Author: handyande
Date: Sun Jun 3 13:26:03 2007
New Revision: 543982
URL: http://svn.apache.org/viewvc?view=rev&rev=543982
Log:
Set the code compliance
Modified:
maven/sandbox/trunk/enterprise/pom.xml
Modified: maven/sandbox/trunk/enterprise/pom.xml
URL:
http://svn.apache.org/viewvc/maven/sandbox/trunk/enterprise/pom.xml?view=diff&rev=543982&r1=543981&r2=543982
==============================================================================
--- maven/sandbox/trunk/enterprise/pom.xml (original)
+++ maven/sandbox/trunk/enterprise/pom.xml Sun Jun 3 13:26:03 2007
@@ -56,6 +56,18 @@
</dependencies>
</dependencyManagement>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<!-- snapshot of appserver -->
<pluginRepositories>
<pluginRepository>