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/08 17:17:15 UTC

[tika] branch branch_1x updated (9a69b9a -> db69d63)

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

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


    from 9a69b9a  bump slf4j (TIKA-3671)
     add d5d53c2  [maven-release-plugin] prepare release 1.28.1-rc1
     new db69d63  [maven-release-plugin] prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                    | 2 +-
 tika-app/pom.xml           | 2 +-
 tika-batch/pom.xml         | 2 +-
 tika-bundle/pom.xml        | 2 +-
 tika-core/pom.xml          | 2 +-
 tika-dl/pom.xml            | 2 +-
 tika-eval/pom.xml          | 2 +-
 tika-example/pom.xml       | 2 +-
 tika-fuzzing/pom.xml       | 2 +-
 tika-java7/pom.xml         | 2 +-
 tika-langdetect/pom.xml    | 2 +-
 tika-nlp/pom.xml           | 2 +-
 tika-parent/pom.xml        | 4 ++--
 tika-parsers/pom.xml       | 2 +-
 tika-serialization/pom.xml | 2 +-
 tika-server/pom.xml        | 2 +-
 tika-translate/pom.xml     | 2 +-
 tika-xmp/pom.xml           | 2 +-
 18 files changed, 19 insertions(+), 19 deletions(-)

[tika] 01/01: [maven-release-plugin] prepare for next development iteration

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit db69d63abb10c74f476d6d0fde7afb8e4de6c820
Author: tallison <ta...@apache.org>
AuthorDate: Tue Feb 8 12:17:05 2022 -0500

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05d335e..70a4d30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>1.28.1</version>
+    <version>1.28.2-SNAPSHOT</version>
     <relativePath>tika-parent/pom.xml</relativePath>
   </parent>