You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2023/06/11 06:15:51 UTC

[tika] 02/02: TIKA-4064: update maven-release-plugin

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

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

commit 235e6841308e6df8f744b2303db4b17064862d45
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun Jun 11 08:15:35 2023 +0200

    TIKA-4064: update maven-release-plugin
---
 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 b275aba87..764109351 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1122,7 +1122,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.1</version>
         <configuration>
           <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>