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:47:20 UTC

[camel] branch main updated: Assembly (#10805)

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 432397bc88d Assembly (#10805)
432397bc88d is described below

commit 432397bc88d610c04b3268dc8f8f73657e37529b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 24 14:47:14 2023 +0200

    Assembly (#10805)
    
    * Also need atlassian repo due camel-jira is via camel-allcomponents
    
    * 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>