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 2021/07/08 15:22:43 UTC

[tika] 01/02: fix release version update

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

commit d8779ad66b8981a8f538fa2cc985973d74afa3ec
Author: tallison <ta...@apache.org>
AuthorDate: Thu Jul 8 11:19:01 2021 -0400

    fix release version update
---
 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 ac21ee8..58beae2 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -535,7 +535,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>3.0.0-M5</version>
+        <version>3.0.0-M4</version>
         <configuration>
           <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>