You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/22 21:14:57 UTC

[sling-tooling-release] 08/08: tooling/release: prepare snapshot generation for Sling 9

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

commit 86c918d3d88f36bb0d809f32d610fdadb949f66a
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Jun 12 06:45:35 2017 +0000

    tooling/release: prepare snapshot generation for Sling 9
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1798418 13f79535-47bb-0310-9956-ffa450edef68
---
 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 6515328..63950a5 100755
--- a/generate_javadoc_for_release.sh
+++ b/generate_javadoc_for_release.sh
@@ -1,8 +1,8 @@
 #!/bin/bash -e
 
-VERSION=8
+VERSION=9
 WORKDIR=out
-ALLOW_SNAPSHOT=1
+ALLOW_SNAPSHOT=0
 
 # create work directory
 if [ ! -d $WORKDIR ] ; then

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.