This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-release.git
The following commit(s) were added to refs/heads/master by this push:
new 1003837 SLING-6766 - Javadoc: Include package
org.apache.sling.adapter.annotations in the Sling javadocs
1003837 is described below
commit 1003837991b73d322b19f1f5f069736f569390f0
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Feb 12 10:38:19 2018 +0200
SLING-6766 - Javadoc: Include package org.apache.sling.adapter.annotations
in the Sling javadocs
Correct inclusion of adapter-annotations in the Javadocs.
---
generate_javadoc_for_release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generate_javadoc_for_release.sh b/generate_javadoc_for_release.sh
index ad8db7a..9c48fea 100755
--- a/generate_javadoc_for_release.sh
+++ b/generate_javadoc_for_release.sh
@@ -22,7 +22,7 @@ artifacts=$(awk -F '/' '/org.apache.sling\// { print $2 ":"
$3 }' < $WORKDIR/sli
# add additional artifacts which are not part of the launchpad
# https://issues.apache.org/jira/browse/SLING-6766
-artifacts+="adapter-annotations:1.0.0"
+artifacts+=" adapter-annotations:1.0.0"
# checkout tags
for artifact in $artifacts; do
--
To stop receiving notification emails like this one, please contact
[email protected].