Skip to content

Commit

Permalink
Change driver.name to ScyllaDB Java Driver
Browse files Browse the repository at this point in the history
Changes the driver.name in Driver.properties file.

Fixes scylladb#300
  • Loading branch information
Bouncheck committed Aug 5, 2024
1 parent 6d7734b commit a231096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ driver.version=${project.version}
# It would be better to use ${project.parent.name} here, but for some reason the bundle plugin
# prevents that from being resolved correctly (unlike the project-level properties above).
# The value is not likely to change, so we simply hard-code it:
driver.name=Apache Cassandra Java Driver
driver.name=ScyllaDB Java Driver

0 comments on commit a231096

Please sign in to comment.