You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2018/11/18 20:22:41 UTC

svn commit: r1846856 - /db/derby/code/trunk/build.xml

Author: rhillegas
Date: Sun Nov 18 20:22:41 2018
New Revision: 1846856

URL: http://svn.apache.org/viewvc?rev=1846856&view=rev
Log:
DERBY-6980: Make the release machinery build the docs with the correct minimum JVM version; commit derby-6980-06-aa-updateMinimumJDK-inDocs.diff.

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1846856&r1=1846855&r2=1846856&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Sun Nov 18 20:22:41 2018
@@ -2044,6 +2044,7 @@
        <arg value="-Drelease.id.short=${eversion}"/>
        <arg value="-Drelease.id.long=${release.id.long}"/>
        <arg value="-Dcopyright.year=${copyright.year}"/>
+       <arg value="-Dminimum.jdk=${min.version}"/>
        <arg value="-Dsubversion.revision=${changenumber}"/>
        <arg value="all"/>
      </exec>