Skip to content

Commit

Permalink
Fix SCM URL links
Browse files Browse the repository at this point in the history
patch by Jack Green; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-19422
  • Loading branch information
JackPGreen authored and smiklosovic committed Feb 23, 2024
1 parent 5be5782 commit 98eea87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,4 +1,5 @@
3.0.30
* Fix SCM URL link (CASSANDRA-19422)
* Backport CASSANDRA-16418 to 3.x (CASSANDRA-18824)
* Suppress CVE-2023-6378 (CASSANDRA-19142)
* Do not set RPC_READY to false on transports shutdown in order to not fail counter updates for deployments with coordinator and storage nodes with transports turned off (CASSANDRA-18935)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -37,7 +37,7 @@
<property name="base.version" value="3.0.30"/>
<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"/>
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>

<!-- directory details -->
<property name="basedir" value="."/>
Expand Down

0 comments on commit 98eea87

Please sign in to comment.