This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 777f38a982 Fix maven-source-plugin version definition
777f38a982 is described below
commit 777f38a982ce8ea8744fc994a581482445beed0c
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jun 17 10:12:30 2025 +0200
Fix maven-source-plugin version definition
---
activemq-all/pom.xml | 1 -
activemq-osgi/pom.xml | 1 -
activemq-rar/pom.xml | 1 -
activemq-run/pom.xml | 1 -
4 files changed, 4 deletions(-)
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index 3c22ea0dcc..9176003618 100644
--- a/activemq-all/pom.xml
+++ b/activemq-all/pom.xml
@@ -164,7 +164,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>${maven-source-plugin-version}</version>
<configuration>
<attach>false</attach>
</configuration>
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 21167a8e3b..74a3de4522 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -327,7 +327,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>${maven-source-plugin-version}</version>
<configuration>
<attach>false</attach>
</configuration>
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index a153fcd765..68a03e447b 100644
--- a/activemq-rar/pom.xml
+++ b/activemq-rar/pom.xml
@@ -394,7 +394,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>${maven-source-plugin-version}</version>
<configuration>
<attach>false</attach>
</configuration>
diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml
index bc14812f1e..e1fc646eb3 100644
--- a/activemq-run/pom.xml
+++ b/activemq-run/pom.xml
@@ -98,7 +98,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>${maven-source-plugin-version}</version>
<configuration>
<attach>false</attach>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact