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:52:07 UTC

[incubator-celeborn] branch branch-0.2 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 branch-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


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

commit 6c66e47855a3083b25e19005533a509c0a52ce2d
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 891b5560..372b9bd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -961,6 +961,9 @@
 
     <profile>
       <id>jdk-8</id>
+      <activation>
+        <jdk>1.8</jdk>
+      </activation>
       <properties>
         <java.version>8</java.version>
       </properties>