[utilities COMMIT] /tomcat6-dta-ssl/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 8 12:05:14 EDT 2015
Author: tzeller
Date: Tue Sep 8 12:05:13 2015
New Revision: 818
URL: http://svn.shibboleth.net/view/utilities?rev=818&view=rev
Log:
JCONN-2 - Support Java 6
Modified:
tomcat6-dta-ssl/trunk/pom.xml
Modified: tomcat6-dta-ssl/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/tomcat6-dta-ssl/trunk/pom.xml?rev=818&r1=817&r2=818&view=diff
==============================================================================
--- tomcat6-dta-ssl/trunk/pom.xml (original)
+++ tomcat6-dta-ssl/trunk/pom.xml Tue Sep 8 12:05:13 2015
@@ -32,6 +32,9 @@
<properties>
<svn.relative.location>utilities/tomcat6-dta-ssl</svn.relative.location>
+ <!-- JCONN-2 Support Java 6 -->
+ <maven.compiler.source>1.6</maven.compiler.source>
+ <maven.compiler.target>1.6</maven.compiler.target>
</properties>
<repositories>
More information about the commits
mailing list