This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
     new cd432f7cf3 [AMQ-9268] Upgrade to maven-source-plugin 3.3.0
cd432f7cf3 is described below

commit cd432f7cf38cdc3db4d9290383509f133f20a437
Author: JB Onofré <j...@nanthrax.net>
AuthorDate: Tue Jun 27 14:18:53 2023 +0200

    [AMQ-9268] Upgrade to maven-source-plugin 3.3.0
    
    (cherry picked from commit d7fd7540281d3f5dbebf34bbdb1d83b974ffee9d)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2566f18a0b..75e9bfae15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
     <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
     <maven-rar-plugin-version>3.0.0</maven-rar-plugin-version>
     <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
-    <maven-source-plugin-version>3.2.1</maven-source-plugin-version>
+    <maven-source-plugin-version>3.3.0</maven-source-plugin-version>
     <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>
     <maven-install-plugin-version>2.5.2</maven-install-plugin-version>
     <maven-shade-plugin-version>3.4.1</maven-shade-plugin-version>
@@ -1484,7 +1484,7 @@
           <execution>
             <id>attach-sources</id>
             <goals>
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
         </executions>

Reply via email to