You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/26 07:57:32 UTC

(camel) branch main updated: Revert "Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 (#12603)"

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e26f1a92f68 Revert "Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 (#12603)"
e26f1a92f68 is described below

commit e26f1a92f684dfdcf85c0a0bfbcf845eadd7e00d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 26 08:57:20 2023 +0100

    Revert "Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 (#12603)"
    
    This reverts commit cc1f0f9190e19058f854f247c100e70152d91728.
---
 components/camel-jira/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jira/pom.xml b/components/camel-jira/pom.xml
index ee678ce776f..1a4a5ec3def 100644
--- a/components/camel-jira/pom.xml
+++ b/components/camel-jira/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>com.atlassian.sal</groupId>
             <artifactId>sal-api</artifactId>
-            <version>5.2.0</version>
+            <version>5.1.4</version>
             <!-- force jar type -->
             <type>jar</type>
         </dependency>