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
commit 740eb837a4158ad514c5ecdef74740077fdf17f2 Author: Gary Gregory <[email protected]> AuthorDate: Fri Apr 5 14:52:10 2024 -0400 Set maven-source-plugin version to 3.2.1 to workaround https://issues.apache.org/jira/browse/MSOURCES-143 --- RELEASE-NOTES.txt | 1 + pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 4e85caffe..ebc08c9f7 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -29,6 +29,7 @@ Release Notes - Juneau - Version 9.0.2 * Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2. * Bump org.apache.maven.plugins:maven-shade-plugin from 3.4.1 to 3.5.2 #135. * Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #140. + * Set maven-source-plugin version to 3.2.1 to workaround https://issues.apache.org/jira/browse/MSOURCES-143 Release Notes - Juneau - Version 9.0.1 diff --git a/pom.xml b/pom.xml index a2f3daa4e..4333226ba 100644 --- a/pom.xml +++ b/pom.xml @@ -322,6 +322,12 @@ <version>3.5.2</version> </plugin> + <plugin> + <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.2.1</version> + </plugin> </plugins> </pluginManagement> </build>
