You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/09/23 03:50:29 UTC

[phoenix] branch master updated: PHOENIX-6537 Fix CI pipeline and upgrade Yetus (addendum: fix pomment in pom)

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b5a67e  PHOENIX-6537 Fix CI pipeline and upgrade Yetus (addendum: fix pomment in pom)
7b5a67e is described below

commit 7b5a67e43d92d208bfc2ca472e9aba57ac55cb36
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Sep 23 05:49:55 2021 +0200

    PHOENIX-6537 Fix CI pipeline and upgrade Yetus (addendum: fix pomment in pom)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 664ad93..d71840a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1500,7 +1500,6 @@
   </dependencyManagement>
 
   <profiles>
-    <!-- this profile should be activated for release builds -->
     <profile>
       <id>shade-and-assembly</id>
       <activation>
@@ -1516,6 +1515,7 @@
         <module>phoenix-assembly</module>
       </modules>
     </profile>
+    <!-- this profile should be activated for release builds -->
     <profile>
       <id>release</id>
       <build>