You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/07/24 19:00:50 UTC

[camel] 02/02: Assembly (#10805)

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

gzurowski pushed a commit to branch release/4.0.0-RC2
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2df511f58212cb53ebd953504b92b767922b9d03
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>