From ff4f793594983ef819642cad3037a171395a0bb1 Mon Sep 17 00:00:00 2001
From: Stephan Knull <s.knull@t-online.de>
Date: Sat, 20 Apr 2024 18:27:29 +0200
Subject: [PATCH] Downgrade mvn-source plugin

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b294e9..6ed2e44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-        <version>3.3.0</version> <!-- do not update to 3.3.0 due to a bug regarding multi module builds -->
+        <version>3.2.1</version> <!-- do not update to 3.3.0 due to a bug regarding multi module builds -->
         <executions>
           <execution>
             <id>attach-sources</id>