You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by ch...@apache.org on 2023/01/31 11:51:37 UTC

[incubator-celeborn] branch main updated: [CELEBORN-171][FOLLOWUP] Auto activation jdk-8 profile (#1191)

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

chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 799e13d4 [CELEBORN-171][FOLLOWUP] Auto activation jdk-8 profile (#1191)
799e13d4 is described below

commit 799e13d450320121c668be2d62efcf1300f39c23
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Tue Jan 31 19:51:33 2023 +0800

    [CELEBORN-171][FOLLOWUP] Auto activation jdk-8 profile (#1191)
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index b4e84c87..cc6fcefd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1013,6 +1013,9 @@
 
     <profile>
       <id>jdk-8</id>
+      <activation>
+        <jdk>1.8</jdk>
+      </activation>
       <properties>
         <java.version>8</java.version>
       </properties>