Author: rdonkin
Date: Thu May 28 08:58:59 2009
New Revision: 779490
URL: http://svn.apache.org/viewvc?rev=779490&view=rev
Log:
MAILETSTANDARD-1 Consolidate target version into property.
https://issues.apache.org/jira/browse/MAILETSTANDARD-1
Modified:
james/mailet/standard/trunk/pom.xml
Modified: james/mailet/standard/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=779490&r1=779489&r2=779490&view=diff
==============================================================================
--- james/mailet/standard/trunk/pom.xml (original)
+++ james/mailet/standard/trunk/pom.xml Thu May 28 08:58:59 2009
@@ -61,7 +61,8 @@
<james.standardmailets.www>${james.www}/mailet/standard/</james.standardmailets.www>
<!-- Overridding this value allows single set of loopback settings to be
maintained -->
<james.www.id>standard-mailet-website</james.www.id>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <target.jdk>1.4</target.jdk>
</properties>
<distributionManagement>
@@ -169,8 +170,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<optimize>true</optimize>
- <source>1.4</source>
- <target>1.4</target>
+ <source>${target.jdk}</source>
+ <target>${target.jdk}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]