This is an automated email from the ASF dual-hosted git repository.
aloalt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main by this push:
new 0fdb6e2 Upgrade Apache Parent version to 25
new a91bd36 Merge pull request #75 from CalvinKirs/upgrade-maven-version
0fdb6e2 is described below
commit 0fdb6e284b7013bd7fb499cf6d7a87c2e7bc7a40
Author: CalvinKirs <[email protected]>
AuthorDate: Mon Feb 21 23:54:20 2022 +0800
Upgrade Apache Parent version to 25
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7f18594..b9ed5de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>24</version>
+ <version>25</version>
</parent>
<groupId>org.apache.wayang</groupId>