This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 8f4edc085 Set maven-source-plugin to 3.2.1 for
https://issues.apache.org/jira/browse/MSOURCES-143
8f4edc085 is described below
commit 8f4edc0852ee211ea825807426b980048886bb30
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 14 10:01:02 2024 -0400
Set maven-source-plugin to 3.2.1 for
https://issues.apache.org/jira/browse/MSOURCES-143
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 07f588725..c50b9d860 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,7 +326,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<!-- version > 3.3.0 suffers from
https://issues.apache.org/jira/browse/MSOURCES-143 -->
- <version>3.3.1</version>
+ <version>3.2.1</version>
</plugin>
</plugins>
</pluginManagement>