You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2017/12/08 16:23:49 UTC

svn commit: r1817525 - in /commons/proper/daemon/trunk: build.properties.sample build.xml src/changes/changes.xml

Author: sebb
Date: Fri Dec  8 16:23:49 2017
New Revision: 1817525

URL: http://svn.apache.org/viewvc?rev=1817525&view=rev
Log:
DAEMON-379 - Unable to build with java-9 using ant; dropped Ant build files

Removed:
    commons/proper/daemon/trunk/build.properties.sample
    commons/proper/daemon/trunk/build.xml
Modified:
    commons/proper/daemon/trunk/src/changes/changes.xml

Modified: commons/proper/daemon/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/changes/changes.xml?rev=1817525&r1=1817524&r2=1817525&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/changes/changes.xml (original)
+++ commons/proper/daemon/trunk/src/changes/changes.xml Fri Dec  8 16:23:49 2017
@@ -39,6 +39,9 @@
   </properties>
   <body>
     <release version="1.1.1" date="TBD" description="Bug fix release">
+      <action issue="DAEMON-379" type="fix" dev="sebb">
+        Unable to build with java-9 using ant; dropped Ant build files
+      </action>
     </release>
     <release version="1.1.0" date="2017-11-15" description="Feature and bug fix release">
       <action issue="DAEMON-368" type="add" dev="ggregory">