From 1446f1adb5c5e3061c460ddb3f1c18e2df43277e Mon Sep 17 00:00:00 2001 From: fstrba <> Date: Sep 20 2023 12:41:17 +0000 Subject: Update aho-corasick-double-array-trie to version 1.2.1 / rev 3 via SR 1112226 https://build.opensuse.org/request/show/1112226 by user fstrba + dimstar_suse Do not require maven-javadoc-plugin that we don't use --- diff --git a/.files b/.files index a6f3fc2..e46680b 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 6dd7973..3dbe756 100644 --- a/.rev +++ b/.rev @@ -15,4 +15,12 @@ Build with source/target levels 8 963721 + + ac40c327e860ece92ec0c978b987af03 + 1.2.1 + + dimstar_suse + Do not require maven-javadoc-plugin that we don't use + 1112226 + diff --git a/aho-corasick-double-array-trie.changes b/aho-corasick-double-array-trie.changes index eef9b73..2b49b30 100644 --- a/aho-corasick-double-array-trie.changes +++ b/aho-corasick-double-array-trie.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Sep 19 10:56:20 UTC 2023 - Fridrich Strba + +- Do not require maven-javadoc-plugin that we don't use + +------------------------------------------------------------------- Mon Mar 21 14:34:17 UTC 2022 - Fridrich Strba - Build with maven.compiler.release=8 on any JDK >= 9 diff --git a/aho-corasick-double-array-trie.spec b/aho-corasick-double-array-trie.spec index beaf3a6..e5daff4 100644 --- a/aho-corasick-double-array-trie.spec +++ b/aho-corasick-double-array-trie.spec @@ -1,7 +1,7 @@ # # spec file for package aho-corasick-double-array-trie # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,6 +43,7 @@ This package contains javadoc for %{name}. cp %{SOURCE1} . %pom_remove_plugin :maven-source-plugin +%pom_remove_plugin :maven-javadoc-plugin %build %{mvn_build} -f -- \