You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/10/10 12:29:51 UTC

[tomee-tck] branch main updated: Fix typo in activemq version

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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/main by this push:
     new 0474f5d  Fix typo in activemq version
0474f5d is described below

commit 0474f5d0f12c707c2aadb3cf6d3ca008e24f7c39
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Mon Oct 10 14:29:45 2022 +0200

    Fix typo in activemq version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47f7167..30b0d53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <version.maven-dependency-plugin>2.9</version.maven-dependency-plugin>
-    <version.activemq>5.16.6</version.activemq>
+    <version.activemq>5.16.5</version.activemq>
     <version.gmaven-plugin>1.5</version.gmaven-plugin>
   </properties>