public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jansi-native] epel10: Fix maven-compiler-plugin settings (bz 1987588)
@ 2026-08-20 12:13 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-08-20 12:13 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-20 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 12:13 [rpms/jansi-native] epel10: Fix maven-compiler-plugin settings (bz 1987588) Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox