All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datastax.oss.driver.Driver.properties Maven / Gradle / Ivy

The newest version!
#
# Copyright DataStax, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#   The following only applies to changes made to this file as part of YugaByte development.
#
#      Portions Copyright (c) YugaByte, Inc.
#
#   Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License.  You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
#   Unless required by applicable law or agreed to in writing, software distributed under the
#   License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
#   either express or implied.  See the License for the specific language governing permissions
#   and limitations under the License.

# Note: properties files should be encoded in ISO-8859-1, but we keep this one
# encoded in UTF-8 because that's much easier when building with Maven.

driver.groupId=${project.groupId}
driver.artifactId=${project.artifactId}
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= Java driver for YugabyteDB




© 2015 - 2024 Weber Informatics LLC | Privacy Policy