You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/11/03 11:38:52 UTC

[tika] branch main updated: Binary incompatibility with updated maven release plugin, try to update scm and hope for the best.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new aec8029a7 Binary incompatibility with updated maven release plugin, try to update scm and hope for the best.
aec8029a7 is described below

commit aec8029a7e806ae2485c1845eb4b2221ad6d01df
Author: tallison <ta...@apache.org>
AuthorDate: Thu Nov 3 07:38:38 2022 -0400

    Binary incompatibility with updated maven release plugin, try to update scm and hope for the best.
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 76024666f..e42eaf938 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -376,7 +376,7 @@
     <quartz.version>2.3.2</quartz.version>
     <reactor.netty.version>1.0.24</reactor.netty.version>
     <rome.version>1.18.0</rome.version>
-    <scm.version>1.13.0</scm.version>
+    <scm.version>2.0.0-M3</scm.version>
     <sis.version>1.2</sis.version>
     <slf4j.version>2.0.3</slf4j.version>
     <solrj.version>8.11.2</solrj.version>