You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2017/09/12 17:10:04 UTC

[geode] branch develop updated: GEODE-3587 Fix the source distribution basename

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 52305a8  GEODE-3587 Fix the source distribution basename
52305a8 is described below

commit 52305a8a7679d761a084f866c1253777345fb29e
Author: Anthony Baker <ab...@apache.org>
AuthorDate: Tue Sep 12 10:09:15 2017 -0700

    GEODE-3587 Fix the source distribution basename
---
 geode-assembly/build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 40e08cc..a0a317e 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -38,10 +38,10 @@ gradle.taskGraph.whenReady( { graph ->
     tar.extension = 'tar.gz'
   }
   tasks.srcDistZip {
-    classifier 'sources'
+    classifier 'src'
   }
   tasks.srcDistTar {
-    classifier 'sources'
+    classifier 'src'
   }
 })
 
@@ -292,7 +292,7 @@ gradle.taskGraph.whenReady( { graph ->
 
 distributions {
   src {
-    baseName = 'apache-geode-src'
+    baseName = 'apache-geode'
     contents {
       from writeBuildInfo
       from (rootDir) {

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