From a23109654fb8e73533edbeee3544c956558a4e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20B=C4=85czkowski?= Date: Mon, 5 Aug 2024 01:41:53 +0200 Subject: [PATCH] Change driver.name to ScyllaDB Java Driver Changes the driver.name in Driver.properties file. Fixes #300 --- .../main/resources/com/datastax/oss/driver/Driver.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/com/datastax/oss/driver/Driver.properties b/core/src/main/resources/com/datastax/oss/driver/Driver.properties index 4706afe2da8..a86c5d7185f 100644 --- a/core/src/main/resources/com/datastax/oss/driver/Driver.properties +++ b/core/src/main/resources/com/datastax/oss/driver/Driver.properties @@ -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