You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/01/13 18:00:04 UTC

[cassandra-in-jvm-dtest-api] branch trunk updated (2aea316 -> 207d6ce)

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

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


    from 2aea316  Add IInstance.isValid() with default true return value
     new e9c5f42  Update CHANGES.txt
     new 207d6ce  [maven-release-plugin] prepare release 0.0.12

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:
 CHANGES.txt | 9 +++++++++
 pom.xml     | 4 ++--
 2 files changed, 11 insertions(+), 2 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] 02/02: [maven-release-plugin] prepare release 0.0.12

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

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

commit 207d6cee2d01552f794d322ec05a7577bcab08e0
Author: mck <mc...@apache.org>
AuthorDate: Thu Jan 13 19:00:00 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index ae48a32..ff0b247 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.12-SNAPSHOT</version>
+    <version>0.0.12</version>
     <name>In JVM Test API</name>
     <description>In JVM Test API</description>
 
@@ -158,7 +158,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.12</tag>
   </scm>
 </project>
 

---------------------------------------------------------------------
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 CHANGES.txt

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

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

commit e9c5f42a15136314ae35f247aaabdc8a13a0b0cd
Author: mck <mc...@apache.org>
AuthorDate: Thu Jan 13 18:56:49 2022 +0100

    Update CHANGES.txt
---
 CHANGES.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index d14a175..31963b0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+# 0.0.12
+
+CASSANDRA-17214:Add IInstance.isValid() with default true return value
+
+# 0.0.11
+
+CASSANDRA-17064: Option to start nodes with blank gossip state
+CASSANDRA-17050: fix Upgrade tests failing with UnsupportedOperationException
+
 # 0.0.10
 
 CASSANDRA-17013: CEP-10 Simulator Improvements

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