You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/02/22 03:22:19 UTC

[dolphinscheduler] branch dev updated: [Improve]Upgrade Apache Parent version to 25 (#8478)

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

kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new dce63f7  [Improve]Upgrade Apache Parent version to 25 (#8478)
dce63f7 is described below

commit dce63f74c55c9b3231299bad88c60179b37fd28b
Author: Kirs <ki...@apache.org>
AuthorDate: Tue Feb 22 11:22:11 2022 +0800

    [Improve]Upgrade Apache Parent version to 25 (#8478)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10c1fe3..cbc7e21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>25</version>
     </parent>
 
     <properties>