Skip to content

Commit a231096

Browse files
committed
Change driver.name to ScyllaDB Java Driver
Changes the driver.name in Driver.properties file. Fixes #300
1 parent 6d7734b commit a231096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/com/datastax/oss/driver/Driver.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ driver.version=${project.version}
2525
# It would be better to use ${project.parent.name} here, but for some reason the bundle plugin
2626
# prevents that from being resolved correctly (unlike the project-level properties above).
2727
# The value is not likely to change, so we simply hard-code it:
28-
driver.name=Apache Cassandra Java Driver
28+
driver.name=ScyllaDB Java Driver

0 commit comments

Comments
 (0)