You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2020/04/26 18:16:00 UTC

[geode-examples] branch develop updated: GEODE-8026: name src release artifacts consistently

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

onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/develop by this push:
     new d91fc37  GEODE-8026: name src release artifacts consistently
d91fc37 is described below

commit d91fc370064fc399147bea73d80c81a87160199e
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Sun Apr 26 11:15:47 2020 -0700

    GEODE-8026: name src release artifacts consistently
---
 gradle/release.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gradle/release.gradle b/gradle/release.gradle
index c1bff13..ef1f464 100644
--- a/gradle/release.gradle
+++ b/gradle/release.gradle
@@ -62,8 +62,9 @@ gradle.taskGraph.whenReady { taskGraph ->
 }
 
 distributions {
-  main {
-    baseName = 'apache-' + baseName
+  src {
+    baseName = 'apache-geode-examples'
+    version = version + '-src'
     contents {
       from (rootDir) {
         exclude 'KEYS'