public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marian Koncek <mkoncek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/objectweb-asm] rawhide: Hard-code release version in the retrofitter pom
Date: Tue, 04 Aug 2026 10:39:07 GMT [thread overview]
Message-ID: <178583994724.1.16734063074147397600.rpms-objectweb-asm-0ece4779ddda@fedoraproject.org> (raw)
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>
reply other threads:[~2026-08-04 10:39 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=178583994724.1.16734063074147397600.rpms-objectweb-asm-0ece4779ddda@fedoraproject.org \
--to=mkoncek@redhat.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