public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/objectweb-asm] rawhide: Hard-code release version in the retrofitter pom
@ 2026-08-04 10:39 Marian Koncek
  0 siblings, 0 replies; only message in thread
From: Marian Koncek @ 2026-08-04 10:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/objectweb-asm
Branch : rawhide
Commit : 0ece4779dddaf0301379e69c1f06a75db3b228c3
Author : Marian Koncek <mkoncek@redhat.com>
Date   : 2026-08-04T12:31:51+02:00
Stats  : +13/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/objectweb-asm/c/0ece4779dddaf0301379e69c1f06a75db3b228c3?branch=rawhide

Log:
Hard-code release version in the retrofitter pom

---
diff --git a/objectweb-asm.spec b/objectweb-asm.spec
index 94b5a42..62b49eb 100644
--- a/objectweb-asm.spec
+++ b/objectweb-asm.spec
@@ -46,7 +46,6 @@ custom complex transformations and code analysis tools.
 cp -p %{SOURCE1} pom.xml
 
 cp -p %{SOURCE10} tools/retrofitter/pom.xml
-%pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin tools/retrofitter '<configuration><source>11</source><target>11</target></configuration>'
 
 # Insert poms into modules
 for pom in asm asm-analysis asm-commons asm-test asm-tree asm-util; do

diff --git a/tools-retrofitter.pom b/tools-retrofitter.pom
index bd1f813..f321a57 100644
--- a/tools-retrofitter.pom
+++ b/tools-retrofitter.pom
@@ -15,4 +15,17 @@
       <version>any</version>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>any</version>
+        <configuration>
+          <release>11</release>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

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

only message in thread, other threads:[~2026-08-04 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 10:39 [rpms/objectweb-asm] rawhide: Hard-code release version in the retrofitter pom Marian Koncek

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