Title: [2307] trunk/pom.xml: Add compile support for Java 9.
Revision
2307
Author
joehni
Date
2015-01-10 17:54:12 -0600 (Sat, 10 Jan 2015)

Log Message

Add compile support for Java 9.

Modified Paths


Diff

Modified: trunk/pom.xml (2306 => 2307)


--- trunk/pom.xml	2015-01-10 23:47:51 UTC (rev 2306)
+++ trunk/pom.xml	2015-01-10 23:54:12 UTC (rev 2307)
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <!--
      Copyright (C) 2006 Joe Walnes.
-     Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 XStream committers.
+     Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015 XStream committers.
      All rights reserved.
      
      The software in this package is published under the terms of the BSD
@@ -34,6 +34,16 @@
 
   <profiles>
     <profile>
+      <id>jdk19</id>
+      <activation>
+        <jdk>1.9</jdk>
+      </activation>
+      <properties>
+        <version.java.source>1.6</version.java.source>
+        <version.java.target>1.6</version.java.target>
+      </properties>
+    </profile>
+    <profile>
       <id>jdk15-ge</id>
       <activation>
         <jdk>[1.5,)</jdk>

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to