You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2019/05/22 14:56:48 UTC

svn commit: r1859728 - /xmlbeans/trunk/build.xml

Author: fanningpj
Date: Wed May 22 14:56:48 2019
New Revision: 1859728

URL: http://svn.apache.org/viewvc?rev=1859728&view=rev
Log:
revert use of https due to build issues

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1859728&r1=1859727&r2=1859728&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Wed May 22 14:56:48 2019
@@ -19,10 +19,10 @@
     <property name="ant.build.javac.source" value="1.6"/>
     <property name="ant.build.javac.target" value="1.6"/>
 
-    <property name="version.base" value="3.1.0"/>
+    <property name="version.base" value="3.1.1"/>
     <property name="version.rc" value=""/>
 
-    <property name="repository.m2" value="https://repo1.maven.org"/>
+    <property name="repository.m2" value="http://repo1.maven.org"/>
     <property environment="ENV"/>
 
     <property name="compile.lib" location="compile-lib"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org