Path: blob/main/databases/cassandra4/files/maven/build-cqlsh.xml
46786 views
<?xml version="1.0" encoding="UTF-8" standalone="no"?>1<!--2Licensed to the Apache Software Foundation (ASF) under one3or more contributor license agreements. See the NOTICE file4distributed with this work for additional information5regarding copyright ownership. The ASF licenses this file6to you under the Apache License, Version 2.0 (the7"License"); you may not use this file except in compliance8with the License. You may obtain a copy of the License at910http://www.apache.org/licenses/LICENSE-2.01112Unless required by applicable law or agreed to in writing, software13distributed under the License is distributed on an "AS IS" BASIS,14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.15See the License for the specific language governing permissions and16limitations under the License.17-->18<project basedir="." name="apache-cassandra-cqlsh-tasks"19xmlns:if="ant:if">20<target name="set-cqlsh-version">21<echo file="pylib/cqlshlib/serverversion.py" append="false">version = "${base.version}"${line.separator}</echo>22</target>23</project>242526