You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2018/02/06 16:05:56 UTC

[sling-tooling-release] branch SLING-6766 created (now 6363006)

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

kwin pushed a change to branch SLING-6766
in repository https://gitbox.apache.org/repos/asf/sling-tooling-release.git.


      at 6363006  SLING-6766 include all modules in the build (even the ones which do not have sling in their artifact names)

This branch includes the following new commits:

     new 6363006  SLING-6766 include all modules in the build (even the ones which do not have sling in their artifact names)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
kwin@apache.org.

[sling-tooling-release] 01/01: SLING-6766 include all modules in the build (even the ones which do not have sling in their artifact names)

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch SLING-6766
in repository https://gitbox.apache.org/repos/asf/sling-tooling-release.git

commit 6363006864247f42b200379f6aef2026400f2961
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Tue Feb 6 17:05:52 2018 +0100

    SLING-6766 include all modules in the build (even the ones which do not have sling in their artifact names)
---
 generate_javadoc_for_release.sh                                       | 4 ++--
 ...overy.impl-1.0.10 => sling-org.apache.sling.discovery.impl-1.0.10} | 0
 ...scovery.impl-1.1.8 => sling-org.apache.sling.discovery.impl-1.1.8} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/generate_javadoc_for_release.sh b/generate_javadoc_for_release.sh
index 86457ff..5408b7a 100755
--- a/generate_javadoc_for_release.sh
+++ b/generate_javadoc_for_release.sh
@@ -28,10 +28,10 @@ artifacts+="adapter-annotations:1.0.0"
 for artifact in $artifacts; do
     artifact_name=$(echo $artifact | sed 's/:.*//')
     artifact_version=$(echo $artifact | sed 's/.*://')
-    artifact_dir="${artifact_name}-${artifact_version}"
+    branch_name="${artifact_name}-${artifact_version}"
+    artifact_dir="sling-${artifact_name}-${artifact_version}"
     artifact_repo=$(echo $artifact_name | tr '.' '-')
     artifact_repo="sling-${artifact_repo}"
-    branch_name=${artifact_dir}
 
     # - don't document Slingshot sample
     # - threaddump was renamed and tag history is lost
diff --git a/patches/org.apache.sling.discovery.impl-1.0.10 b/patches/sling-org.apache.sling.discovery.impl-1.0.10
similarity index 100%
rename from patches/org.apache.sling.discovery.impl-1.0.10
rename to patches/sling-org.apache.sling.discovery.impl-1.0.10
diff --git a/patches/org.apache.sling.discovery.impl-1.1.8 b/patches/sling-org.apache.sling.discovery.impl-1.1.8
similarity index 100%
rename from patches/org.apache.sling.discovery.impl-1.1.8
rename to patches/sling-org.apache.sling.discovery.impl-1.1.8

-- 
To stop receiving notification emails like this one, please contact
kwin@apache.org.