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/29 07:26:12 UTC

[cassandra-in-jvm-dtest-api] branch release updated (f2dbed3 -> 5dac62b)

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

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


    from f2dbed3  Add CHANGES file
     new c877f6b  Update README with a simpler release script
     new 5dac62b  [maven-release-plugin] prepare release 0.0.2-f2dbed3

The 2 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.


Summary of changes:
 README.md | 4 +++-
 pom.xml   | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)


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


[cassandra-in-jvm-dtest-api] 01/02: Update README with a simpler release script

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

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

commit c877f6be27bb7627d8fbbd0e0b5dad85773ccd50
Author: Alex Petrov <if...@apache.org>
AuthorDate: Wed Apr 29 09:25:00 2020 +0200

    Update README with a simpler release script
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 20e24ee..00e8647 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ mvn deploy
 
 ```
 mvn release:clean
-mvn release:prepare
+CURRENT=0.0.CURRENT
+NEXT_DEV=0.0.NEXT
+mvn -DreleaseVersion=$CURRENT-`git rev-parse --short HEAD` -Dtag=$CURRENT-`git rev-parse --short HEAD` -DdevelopmentVersion=$NEXT_DEV-SNAPSHOT release:prepare
 mvn release:perform
 ```
 


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


[cassandra-in-jvm-dtest-api] 02/02: [maven-release-plugin] prepare release 0.0.2-f2dbed3

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

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

commit 5dac62b61fe037f1d97cc75dcdaf6ccb92755ce3
Author: Alex Petrov <if...@apache.org>
AuthorDate: Wed Apr 29 09:26:07 2020 +0200

    [maven-release-plugin] prepare release 0.0.2-f2dbed3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 62c90d8..b756eef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cassandra</groupId>
     <artifactId>dtest-api</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>0.0.2-c877f6b</version>
     <name>In JVM Test API</name>
     <description>In JVM Test API</description>
 
@@ -136,7 +136,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git</url>
-      <tag>HEAD</tag>
+      <tag>0.0.2-f2dbed3</tag>
   </scm>
 </project>
 


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