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

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


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 0dde1a15d [AMQ-8980] Align maven-xbean-plugin to xbean version (#854)
0dde1a15d is described below

commit 0dde1a15df6df0530123b5a3f4579c36b24ecb52
Author: Matt Pavlovich <[email protected]>
AuthorDate: Wed Jun 29 09:25:54 2022 -0500

    [AMQ-8980] Align maven-xbean-plugin to xbean version (#854)
    
    Merging to work on getting unit tests going
    
    (cherry picked from commit 1483d1c)
---
 activemq-spring/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml
index ebcc6e41d..dd2e1bb1f 100644
--- a/activemq-spring/pom.xml
+++ b/activemq-spring/pom.xml
@@ -195,7 +195,7 @@
       <plugin>
         <groupId>org.apache.xbean</groupId>
         <artifactId>maven-xbean-plugin</artifactId>
-        <version>3.12</version>
+        <version>${xbean-version}</version>
         <executions>
           <execution>
             <phase>process-classes</phase>
@@ -226,7 +226,7 @@
           <dependency>
             <groupId>com.thoughtworks.qdox</groupId>
             <artifactId>qdox</artifactId>
-            <version>1.12</version>
+            <version>1.12.1</version>
           </dependency>
         </dependencies>
       </plugin>

Reply via email to