You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jz...@apache.org on 2018/09/28 00:44:46 UTC

cassandra git commit: Enable snapshot artifacts publish

Repository: cassandra
Updated Branches:
  refs/heads/trunk 29f83b888 -> 876666abe


Enable snapshot artifacts publish

So "ant publish" is able to upload snapshot artifacts to artifactory.

patch by Jay Zhuang; reviewed by Mick Semb Wever for CASSANDRA-12704


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/876666ab
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/876666ab
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/876666ab

Branch: refs/heads/trunk
Commit: 876666abe7249f7ad8b11235d61e048735bd6d62
Parents: 29f83b8
Author: Jay Zhuang <ja...@yahoo.com>
Authored: Tue Oct 4 14:26:18 2016 -0700
Committer: Jay Zhuang <ja...@yahoo.com>
Committed: Thu Sep 27 17:39:22 2018 -0700

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 build.xml   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/876666ab/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e227c40..0d3571d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 4.0
+ * Enable snapshot artifacts publish (CASSANDRA-12704)
  * Introduce RangesAtEndpoint.unwrap to simplify StreamSession.addTransferRanges (CASSANDRA-14770)
  * LOCAL_QUORUM may speculate to non-local nodes, resulting in Timeout instead of Unavailable (CASSANDRA-14735)
  * Avoid creating empty compaction tasks after truncate (CASSANDRA-14780)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/876666ab/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 86462f7..28c33bf 100644
--- a/build.xml
+++ b/build.xml
@@ -2038,7 +2038,6 @@
 
   <target name="publish"
           depends="mvn-install"
-          if="release"
           description="Publishes the artifacts to the Maven repository">
 
     <!-- the parent -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org