Repository: james-jspf
Updated Branches:
  refs/heads/master 80afbafda -> 2cbc6272b


JSPF-102 Specify java version to 1.6


Project: http://git-wip-us.apache.org/repos/asf/james-jspf/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jspf/commit/2cbc6272
Tree: http://git-wip-us.apache.org/repos/asf/james-jspf/tree/2cbc6272
Diff: http://git-wip-us.apache.org/repos/asf/james-jspf/diff/2cbc6272

Branch: refs/heads/master
Commit: 2cbc6272b69c9ebbc8a980e02287830d241e7e6d
Parents: a367386
Author: benwa <btell...@linagora.com>
Authored: Mon Oct 10 16:48:33 2016 +0200
Committer: benwa <btell...@linagora.com>
Committed: Tue Oct 11 10:51:01 2016 +0200

----------------------------------------------------------------------
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-jspf/blob/2cbc6272/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d9f7bae..4364241 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,18 @@
     </dependencyManagement>
 
      <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.0</version>
+                <configuration>
+                    <optimize>true</optimize>
+                    <source>${target.jdk}</source>
+                    <target>${target.jdk}</target>
+                </configuration>
+            </plugin>
+        </plugins>
         <pluginManagement>
             <plugins>
                 <!-- See 
https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to