This is an automated email from the ASF dual-hosted git repository.
cshannon 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 b4f0e5c868 Fix reactor build for sources (used by release plugin)
(#2246)
b4f0e5c868 is described below
commit b4f0e5c8689ec2326b7af6c92a3b5b6bcb9ceb2f
Author: JB Onofré <[email protected]>
AuthorDate: Fri Jul 24 16:26:43 2026 +0200
Fix reactor build for sources (used by release plugin) (#2246)
---
activemq-all/pom.xml | 2 +-
activemq-osgi/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index 3c95c7a150..064fffb348 100644
--- a/activemq-all/pom.xml
+++ b/activemq-all/pom.xml
@@ -292,7 +292,7 @@
<dependency>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf</artifactId>
- <version>${activemq-protobuf-version}</version>
+ <version>${project.version}</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 845cce55ff..59c25439b6 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -449,7 +449,7 @@
<dependency>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf</artifactId>
- <version>${activemq-protobuf-version}</version>
+ <version>${project.version}</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact