JSIEVE-106 JSIEVE should be compiled with JDK 1.6

Project: http://git-wip-us.apache.org/repos/asf/james-jsieve/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jsieve/commit/46ddb099
Tree: http://git-wip-us.apache.org/repos/asf/james-jsieve/tree/46ddb099
Diff: http://git-wip-us.apache.org/repos/asf/james-jsieve/diff/46ddb099

Branch: refs/heads/master
Commit: 46ddb099c0cb279b44c2155d37ad00fcaf4ef999
Parents: af85c90
Author: benwa <btell...@linagora.com>
Authored: Mon Oct 10 16:55:36 2016 +0200
Committer: benwa <btell...@linagora.com>
Committed: Tue Oct 11 14:25:20 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/46ddb099/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c082090..e20af3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,6 +233,16 @@
                     </excludes>
                 </configuration>
             </plugin>
+            <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>
     </build>
 </project>


---------------------------------------------------------------------
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