This is an automated email from the ASF dual-hosted git repository.

kwin 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 3739897  SLING-8095 list latest sling servlet annotations artifact 
with correct separator
     new 1af5004  Merge branch 'master' of 
g...@github.com:apache/sling-tooling-release.git
3739897 is described below

commit 37398977654e56939fe26487a3990c3170a5fdde
Author: Konrad Windszus <k...@apache.org>
AuthorDate: Mon Nov 12 13:35:17 2018 +0100

    SLING-8095 list latest sling servlet annotations artifact with correct
    separator
---
 generate_javadoc_for_release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/generate_javadoc_for_release.sh b/generate_javadoc_for_release.sh
index 78cdb87..721983c 100755
--- a/generate_javadoc_for_release.sh
+++ b/generate_javadoc_for_release.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 
-VERSION=10
+VERSION=11
 WORKDIR=out
 ALLOW_SNAPSHOT=0
 
@@ -23,7 +23,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+="org.apache.sling.servlets.annotations:1.0.0"
+artifacts+=" org.apache.sling.servlets.annotations:1.1.0"
 
 # checkout tags
 for artifact in $artifacts; do

Reply via email to