From 3e54ed76b29b752f2c17baa98901adf47e5897d1 Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Fri, 9 Apr 2021 09:17:17 +0200 Subject: [PATCH] Don't put apidocs (javadoc) into the binary artifact patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-15561 --- CHANGES.txt | 1 + build.xml | 14 +++++--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e9159ee934..8a9a1c4f2a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.11.11 + * Binary releases no longer bundle the apidocs (javadoc) (CASSANDRA-16557) * Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks, removing lib/ directory from version control (CASSANDRA-16557) * Make cqlsh use the same set of reserved keywords than the server uses (CASSANDRA-15663) * Optimize bytes skipping when reading SSTable files (CASSANDRA-14415) diff --git a/build.xml b/build.xml index 9f4f98289e..7f811e574e 100644 --- a/build.xml +++ b/build.xml @@ -847,7 +847,7 @@ - + @@ -869,9 +869,7 @@ - - + @@ -897,7 +895,7 @@ - @@ -911,10 +909,8 @@ - - - - + +