You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/08/25 08:05:19 UTC

[lucene] 04/12: Upgrade palantir's plugin.

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 72f373791e7d290b3fea830a5d6d8f046118a483
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Mon Aug 23 18:14:10 2021 +0200

    Upgrade palantir's plugin.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a7541a8..e37498c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ import java.time.format.DateTimeFormatter
 
 plugins {
   id "base"
-  id "com.palantir.consistent-versions" version "1.28.0"
+  id "com.palantir.consistent-versions" version "2.0.0"
   id "org.owasp.dependencycheck" version "5.3.0"
   id 'de.thetaphi.forbiddenapis' version '3.1' apply false
   id "de.undercouch.download" version "4.1.1" apply false