Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit ed9e803

Browse files
authored
Bump version number to "fix" dependency problems (#4)
Gradle resolves 1.16.0-POLYPHENY[-SNAPSHOT] to 1.16.0 and thus we do not get the improvements from our changes. Bumping the patch version number solves this.
1 parent 20385a1 commit ed9e803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#
12
# Licensed to the Apache Software Foundation (ASF) under one or more
23
# contributor license agreements. See the NOTICE file distributed with
34
# this work for additional information regarding copyright ownership.
@@ -22,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
2223
# This is version for Calcite Avatica itself
2324
# Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
2425
# Release version can be generated by using -Prelease or -Prc=<int> arguments
25-
calcite.avatica.version=1.16.0-POLYPHENY
26+
calcite.avatica.version=1.16.1-POLYPHENY
2627

2728
# The options below configures the use of local clone (e.g. testing development versions)
2829
# You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>

0 commit comments

Comments
 (0)