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

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


The following commit(s) were added to refs/heads/activemq-6.3.x by this push:
     new 413bdf9436 Fix reactor build for sources
413bdf9436 is described below

commit 413bdf943605c25c6f190ba01e28057fc5a385c8
Author: JB Onofré <[email protected]>
AuthorDate: Fri Jul 24 08:03:40 2026 +0200

    Fix reactor build for sources
---
 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


Reply via email to