This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push: new 56ffee1098 QPID-8669: [Broker-J] Fixed build failure when building from source archive 56ffee1098 is described below commit 56ffee109883650928f761d82c690090adc89213 Author: Tomas Vavricka <vavr...@apache.org> AuthorDate: Mon Feb 24 13:17:18 2025 +0100 QPID-8669: [Broker-J] Fixed build failure when building from source archive --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index f584099817..1ed0370e6a 100644 --- a/pom.xml +++ b/pom.xml @@ -1046,6 +1046,7 @@ <configuration> <doCheck>false</doCheck> <doUpdate>false</doUpdate> + <revisionOnScmFailure>N/A</revisionOnScmFailure> </configuration> </plugin> <plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org