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
The following commit(s) were added to refs/heads/branch_1x by this push:
new 91375cc fix version in tika-fuzzing module
91375cc is described below
commit 91375cc864af3e383a61f484d809c27bc116bce8
Author: tallison <[email protected]>
AuthorDate: Mon Jun 22 14:06:12 2020 -0400
fix version in tika-fuzzing module
---
tika-fuzzing/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-fuzzing/pom.xml b/tika-fuzzing/pom.xml
index 19c89ed..6d1b037 100644
--- a/tika-fuzzing/pom.xml
+++ b/tika-fuzzing/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.25-SNAPSHOT</version>
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>