Skip to content

Commit 7150804

Browse files
wangchengming666呈铭liujianjun.ljj
authored
fix organization url, the http://www.antfin.com is currently unavailable (#1440)
* fix organization url --------- Co-authored-by: 呈铭 <[email protected]> Co-authored-by: liujianjun.ljj <[email protected]>
1 parent ab83fc3 commit 7150804

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

all/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
</licenses>
2323

2424
<organization>
25-
<name>The Ant Financial</name>
26-
<url>http://www.antfin.com/</url>
25+
<name>SOFAStack</name>
26+
<url>https://www.sofastack.tech/</url>
2727
</organization>
2828

2929
<developers>
3030
<developer>
3131
<name>Geng Zhang</name>
32-
<email>zhanggeng.zg@antfin.com</email>
33-
<organization>The Ant Financial</organization>
32+
<email>zhanggeng.zg@antgroup.com</email>
33+
<organization>SOFAStack</organization>
3434
</developer>
3535
<developer>
3636
<name>Wei Li</name>
37-
<email>lw111072@antfin.com</email>
38-
<organization>The Ant Financial</organization>
37+
<email>lw111072@antgroup.com</email>
38+
<organization>SOFAStack</organization>
3939
</developer>
4040
<developer>
4141
<name>ZhiYuan Lei</name>
42-
<email>zhiyuan.lzy@antfin.com</email>
43-
<organization>The Ant Financial</organization>
42+
<email>zhiyuan.lzy@antgroup.com</email>
43+
<organization>SOFAStack</organization>
4444
</developer>
4545
</developers>
4646

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<artifactId>sofa-rpc-parent</artifactId>
88
<version>${revision}</version>
99
<packaging>pom</packaging>
10-
<name>[SOFA] - RPC Framework</name>
11-
<url>http://www.antfin.com</url>
10+
<name>[SOFA] RPC Framework</name>
11+
<url>https://www.sofastack.tech</url>
1212
<description>[SOFA] RPC Framework of Java.</description>
1313

1414
<organization>
15-
<name>The Ant Financial</name>
16-
<url>http://www.antfin.com/</url>
15+
<name>SOFAStack</name>
16+
<url>https://www.sofastack.tech/</url>
1717
</organization>
1818

1919
<modules>

0 commit comments

Comments
 (0)