Repository: calcite-avatica Updated Branches: refs/heads/master a8617e035 -> c427d2c22
[CALCITE-2680] Downgrade maven-scm-provider to 1.10.0 due to API incompatibility bug that is preventing releases from building correctly Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/c427d2c2 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/c427d2c2 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/c427d2c2 Branch: refs/heads/master Commit: c427d2c220d4a4658d2d48f36d0ad5f166652750 Parents: a8617e0 Author: Francis Chuang <[email protected]> Authored: Sun Nov 18 10:23:48 2018 +1100 Committer: Francis Chuang <[email protected]> Committed: Sun Nov 18 10:23:48 2018 +1100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/c427d2c2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 03f8590..b43d0e8 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ limitations under the License. <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version> <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> <maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version> - <maven-scm-provider.version>1.11.1</maven-scm-provider.version> + <maven-scm-provider.version>1.10.0</maven-scm-provider.version> <!-- ASF 21 provides 3.1.1 but need 3.2.0 due to MSHADE-289 --> <maven-shade-plugin.version>3.2.0</maven-shade-plugin.version> <mockito.version>2.22.0</mockito.version>
