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/02/04 11:08:06 UTC

[tika] branch main updated: Bump versions-maven-plugin from 2.8.1 to 2.9.0 (#498)

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 28701a9  Bump versions-maven-plugin from 2.8.1 to 2.9.0 (#498)
28701a9 is described below

commit 28701a9932a900f6ed52c63ba2a7d2430219e72c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 4 06:07:59 2022 -0500

    Bump versions-maven-plugin from 2.8.1 to 2.9.0 (#498)
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.8.1 to 2.9.0.
    - [Release notes](https://github.com/mojohaus/versions-maven-plugin/releases)
    - [Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md)
    - [Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.8.1...versions-maven-plugin-2.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 64f535d..7b31928 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -637,7 +637,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
-        <version>2.8.1</version>
+        <version>2.9.0</version>
         <configuration>
           <generateBackupPoms>false</generateBackupPoms>
         </configuration>