You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ce...@apache.org on 2016/01/19 11:20:48 UTC

svn commit: r1725463 - /gump/metadata/project/santuario.xml

Author: centic
Date: Tue Jan 19 10:20:48 2016
New Revision: 1725463

URL: http://svn.apache.org/viewvc?rev=1725463&view=rev
Log:
Try to apply target JDK setting for xmlsec-test as well

Modified:
    gump/metadata/project/santuario.xml

Modified: gump/metadata/project/santuario.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/santuario.xml?rev=1725463&r1=1725462&r2=1725463&view=diff
==============================================================================
--- gump/metadata/project/santuario.xml (original)
+++ gump/metadata/project/santuario.xml Tue Jan 19 10:20:48 2016
@@ -54,7 +54,9 @@
   <project name="xmlsec-test">
     <package>org.apache.xml.security</package>
 
-    <mvn3/>
+    <mvn3>
+        <property name="targetJdk" value="1.8"/>
+    </mvn3>
 
     <depend project="xmlsec"/>