You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/03/24 10:06:05 UTC

[camel-k] 03/03: chore(build): fix package_artifact.sh script call

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit cc9f468548e05eb67728f89c6e92854475dba6ee
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Fri Mar 20 17:40:04 2020 +0100

    chore(build): fix package_artifact.sh script call
---
 build/maven/pom-runtime.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml
index 3afdd4a..748bcdb 100644
--- a/build/maven/pom-runtime.xml
+++ b/build/maven/pom-runtime.xml
@@ -327,14 +327,14 @@
             <id>staging</id>
             <activation>
                 <property>
-                    <name>env.STAGING_RUNTIME_REPO</name>
+                    <name>staging.repo</name>
                 </property>
             </activation>
 
             <repositories>
                 <repository>
                     <id>staging</id>
-                    <url>${env.STAGING_RUNTIME_REPO}</url>
+                    <url>${staging.repo}</url>
                     <releases>
                         <enabled>true</enabled>
                     </releases>
@@ -347,7 +347,7 @@
             <pluginRepositories>
                 <pluginRepository>
                     <id>staging</id>
-                    <url>${env.STAGING_RUNTIME_REPO}</url>
+                    <url>${staging.repo}</url>
                     <releases>
                         <enabled>true</enabled>
                     </releases>