public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jansi-native] epel10: Fix maven-compiler-plugin settings (bz 1987588)
Date: Thu, 20 Aug 2026 12:13:32 GMT [thread overview]
Message-ID: <178722801297.1.10842658326906985471.rpms-jansi-native-126e788a38bd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jansi-native
Branch : epel10
Commit : 126e788a38bdde7c85358d4ae89fce8a0b53105b
Author : Jerry James <loganjerry@gmail.com>
Date : 2021-08-02T13:12:53-06:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/jansi-native/c/126e788a38bdde7c85358d4ae89fce8a0b53105b?branch=epel10
Log:
Fix maven-compiler-plugin settings (bz 1987588)
---
diff --git a/jansi-native.spec b/jansi-native.spec
index aa07975..165390c 100644
--- a/jansi-native.spec
+++ b/jansi-native.spec
@@ -39,8 +39,9 @@ This package contains the API documentation for %{name}.
%mvn_alias :jansi-linux%{bits} :jansi-linux
%mvn_file :jansi-linux%{bits} %{name}/jansi-linux%{bits} %{name}/jansi-linux
-# remove hard-coded compiler settings
-%pom_remove_plugin :maven-compiler-plugin
+# use more modern source and target settings
+%pom_xpath_set //pom:source 1.8
+%pom_xpath_set //pom:target 1.8
# fix javadoc generation for java 11
%pom_remove_plugin :maven-javadoc-plugin
@@ -67,6 +68,9 @@ This package contains the API documentation for %{name}.
%license license.txt
%changelog
+* Mon Aug 2 2021 Jerry James <loganjerry@gmail.com> - 1.8-7
+- Fix maven-compiler-plugin settings (bz 1987588)
+
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
reply other threads:[~2026-08-20 12:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178722801297.1.10842658326906985471.rpms-jansi-native-126e788a38bd@fedoraproject.org \
--to=loganjerry@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox