You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2019/05/22 19:17:09 UTC

[cassandra] branch cassandra-3.11 updated (a6d32bb -> 2d3157c)

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

mshuler pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from a6d32bb  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 63ff65a  Switch http to https URLs in build.xml
     new fa6b40f  Merge branch 'cassandra-2.2' into cassandra-3.0
     new 2d3157c  Merge branch 'cassandra-3.0' into cassandra-3.11

The 3 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:
 build.properties.default |  4 ++--
 build.xml                | 22 +++++++++++-----------
 2 files changed, 13 insertions(+), 13 deletions(-)


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


[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

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

mshuler pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 2d3157cb8c419f7e647d15969f92a1fffbc7b1fe
Merge: a6d32bb fa6b40f
Author: Michael Shuler <ms...@apache.org>
AuthorDate: Wed May 22 15:15:46 2019 -0400

    Merge branch 'cassandra-3.0' into cassandra-3.11

 build.properties.default |  4 ++--
 build.xml                | 22 +++++++++++-----------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --cc build.xml
index db97d05,2023e11..d8f833a
--- a/build.xml
+++ b/build.xml
@@@ -25,10 -25,10 +25,10 @@@
      <property name="debuglevel" value="source,lines,vars"/>
  
      <!-- default version and SCM information -->
 -    <property name="base.version" value="3.0.19"/>
 +    <property name="base.version" value="3.11.5"/>
-     <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
-     <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
-     <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
+     <property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
+     <property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
+     <property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
  
      <!-- directory details -->
      <property name="basedir" value="."/>


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