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/07/24 12:15:40 UTC

[camel] branch assembly created (now 75b75809f86)

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

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


      at 75b75809f86 CAMEL-19643: apache-camel - RC2 should include source tarball

This branch includes the following new commits:

     new 38f20af1be0 Also need atlassian repo due camel-jira is via camel-allcomponents
     new 75b75809f86 CAMEL-19643: apache-camel - RC2 should include source tarball

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.



[camel] 02/02: CAMEL-19643: apache-camel - RC2 should include source tarball

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 75b75809f86155020c76837ff3bee70638a52b17
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 24 14:14:58 2023 +0200

    CAMEL-19643: apache-camel - RC2 should include source tarball
---
 apache-camel/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index ab7334c0fd5..e2bf8a78cd5 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -208,12 +208,7 @@
 
     <profiles>
         <profile>
-            <id>full</id>
-            <activation>
-                <property>
-                    <name>!quickly</name>
-                </property>
-            </activation>
+            <id>release</id>
             <build>
                 <plugins>
                     <plugin>


[camel] 01/02: Also need atlassian repo due camel-jira is via camel-allcomponents

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 38f20af1be005cf3a2f902e217f74c09160fa8fc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 24 14:12:17 2023 +0200

    Also need atlassian repo due camel-jira is via camel-allcomponents
---
 apache-camel/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index aef50b6108d..ab7334c0fd5 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -41,6 +41,20 @@
         <tarLongFileMode>gnu</tarLongFileMode>
     </properties>
 
+    <repositories>
+        <repository>
+            <id>atlassian</id>
+            <url>https://packages.atlassian.com/maven-external/</url>
+            <name>atlassian external repo</name>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
     <dependencies>
 
         <!-- camel core -->