Skip to content

Commit

Permalink
fix organization url, the http://www.antfin.com is currently unavaila…
Browse files Browse the repository at this point in the history
…ble (#1440)


* fix organization url

---------

Co-authored-by: 呈铭 <[email protected]>
Co-authored-by: liujianjun.ljj <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2024
1 parent ab83fc3 commit 7150804
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
</licenses>

<organization>
<name>The Ant Financial</name>
<url>http://www.antfin.com/</url>
<name>SOFAStack</name>
<url>https://www.sofastack.tech/</url>
</organization>

<developers>
<developer>
<name>Geng Zhang</name>
<email>zhanggeng.zg@antfin.com</email>
<organization>The Ant Financial</organization>
<email>zhanggeng.zg@antgroup.com</email>
<organization>SOFAStack</organization>
</developer>
<developer>
<name>Wei Li</name>
<email>lw111072@antfin.com</email>
<organization>The Ant Financial</organization>
<email>lw111072@antgroup.com</email>
<organization>SOFAStack</organization>
</developer>
<developer>
<name>ZhiYuan Lei</name>
<email>zhiyuan.lzy@antfin.com</email>
<organization>The Ant Financial</organization>
<email>zhiyuan.lzy@antgroup.com</email>
<organization>SOFAStack</organization>
</developer>
</developers>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<artifactId>sofa-rpc-parent</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<name>[SOFA] - RPC Framework</name>
<url>http://www.antfin.com</url>
<name>[SOFA] RPC Framework</name>
<url>https://www.sofastack.tech</url>
<description>[SOFA] RPC Framework of Java.</description>

<organization>
<name>The Ant Financial</name>
<url>http://www.antfin.com/</url>
<name>SOFAStack</name>
<url>https://www.sofastack.tech/</url>
</organization>

<modules>
Expand Down

0 comments on commit 7150804

Please sign in to comment.