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/06/13 17:39:20 UTC

[camel] branch main updated (a55b2826ec1 -> 74b8a298649)

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

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


    from a55b2826ec1 Regen
     new 27f5b959d3e Make sure to use correct angus mail
     new 74b8a298649 Upgrade to angus mail 2.0.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml                  |  2 +-
 components/camel-aws/camel-aws2-ses/pom.xml | 10 +++++-----
 components/camel-mail/pom.xml               | 11 -----------
 parent/pom.xml                              |  2 +-
 4 files changed, 7 insertions(+), 18 deletions(-)


[camel] 01/02: Make sure to use correct angus mail

Posted by da...@apache.org.
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

commit 27f5b959d3e0973ebb47b580d4ed229dffbc54ff
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 13 19:36:36 2023 +0200

    Make sure to use correct angus mail
---
 components/camel-aws/camel-aws2-ses/pom.xml | 10 +++++-----
 components/camel-mail/pom.xml               | 11 -----------
 2 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/components/camel-aws/camel-aws2-ses/pom.xml b/components/camel-aws/camel-aws2-ses/pom.xml
index 9c34b3dcd1d..1a9548f35fc 100644
--- a/components/camel-aws/camel-aws2-ses/pom.xml
+++ b/components/camel-aws/camel-aws2-ses/pom.xml
@@ -40,6 +40,11 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-support</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.angus</groupId>
+            <artifactId>angus-mail</artifactId>
+            <version>${angus-mail-version}</version>
+        </dependency>
         <dependency>
             <groupId>software.amazon.awssdk</groupId>
             <artifactId>ses</artifactId>
@@ -50,11 +55,6 @@
             <artifactId>apache-client</artifactId>
             <version>${aws-java-sdk2-version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.angus</groupId>
-            <artifactId>angus-mail</artifactId>
-            <version>${angus-mail-version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-health</artifactId>
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index 50ef017148a..90fd76acfbd 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -34,17 +34,6 @@
     <properties>
     </properties>
 
-            <repositories>
-                <repository>
-                    <id>central</id>
-                    <url>https://repo1.maven.org/maven2/</url>
-                </repository>
-                <repository>
-                    <id>jenkinsci-releases</id>
-                    <url>https://repo.jenkins-ci.org/releases/</url>
-                </repository>
-            </repositories>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>


[camel] 02/02: Upgrade to angus mail 2.0.2

Posted by da...@apache.org.
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

commit 74b8a298649b162be493d5ef2c2fa9dc46171d1b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 13 19:37:06 2023 +0200

    Upgrade to angus mail 2.0.2
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 4b12ca73758..cc3961f42e7 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -56,7 +56,7 @@
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
         <activemq-artemis-version>2.28.0</activemq-artemis-version>
-        <angus-mail-version>2.0.1</angus-mail-version>
+        <angus-mail-version>2.0.2</angus-mail-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-drill-version>1.21.1</apache-drill-version>
         <apicurio-version>1.1.27</apicurio-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2a2b4350937..f4635ab7f50 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,7 +51,7 @@
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
         <activemq-artemis-version>2.28.0</activemq-artemis-version>
-        <angus-mail-version>2.0.1</angus-mail-version>
+        <angus-mail-version>2.0.2</angus-mail-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-drill-version>1.21.1</apache-drill-version>
         <apicurio-version>1.1.27</apicurio-version>