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

[cassandra-in-jvm-dtest-api] 03/04: Add information about publishing snapshots

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

ifesdjeen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit 29d055b7cffc66a852505660930c980c185138a1
Author: Alex Petrov <ol...@gmail.com>
AuthorDate: Thu Apr 16 12:51:19 2020 +0200

    Add information about publishing snapshots
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 665d904..20e24ee 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,13 @@
 
 Shared API package for in-JVM distributed tests.
 
+# Publishing snapshot
+
+```
+mvn versions:set -DnewVersion=0.0.2-`git rev-parse --short HEAD`-SNAPSHOT
+mvn deploy
+```
+
 # Releasing
 
 1. Prepare the release:


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