Skip to content

Commit dc86d65

Browse files
authored
chore: update the pom to reflect that the project is now at Apache (#604)
* chore: update project metadata * chore: update project description and repository id
1 parent 2e8d25a commit dc86d65

File tree

3 files changed

+32
-68
lines changed

3 files changed

+32
-68
lines changed

.editorconfig

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

pom.xml

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<packaging>pom</packaging>
3434

3535
<name>fastexcel-parent</name>
36-
<description>Fastexcel is an Excel handle tools written in Java</description>
37-
<url>https://github.com/fast-excel/fastexcel</url>
38-
<inceptionYear>2024</inceptionYear>
36+
<description>Fesod is a high-performance and memory-efficient Java library for reading and writing Excel files, designed to simplify development and ensure reliability.</description>
37+
<url>https://github.com/apache/fesod</url>
38+
<inceptionYear>2025</inceptionYear>
3939

4040
<modules>
4141
<module>fastexcel</module>
@@ -77,33 +77,41 @@
7777
</properties>
7878

7979
<scm>
80-
<url>https://github.com/fast-excel/fastexcel</url>
81-
<connection>scm:git:https://[email protected]/fast-excel/fastexcel.git</connection>
80+
<connection>scm:git:git://github.com/apache/fesod.git</connection>
81+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/fesod.git</developerConnection>
82+
<url>scm:git:[email protected]:apache/fesod.git</url>
83+
<tag>HEAD</tag>
8284
</scm>
8385

8486
<organization>
85-
<name>fast-excel</name>
86-
<url>https://github.com/fast-excel</url>
87+
<name>Apache Software Foundation</name>
88+
<url>https://www.apache.org</url>
8789
</organization>
8890

89-
<developers>
90-
<developer>
91-
<id>jipengfei</id>
92-
<name>jipengfei</name>
93-
<email>[email protected]</email>
94-
</developer>
95-
<developer>
96-
<id>zhuangjiaju</id>
97-
<name>Jiaju Zhuang</name>
98-
<email>[email protected]</email>
99-
</developer>
100-
</developers>
91+
<issueManagement>
92+
<system>GitHub</system>
93+
<url>https://github.com/apache/fesod/issues</url>
94+
</issueManagement>
95+
96+
<mailingLists>
97+
<mailingList>
98+
<name>Fesod Developer List</name>
99+
<post>[email protected]</post>
100+
<subscribe>[email protected]</subscribe>
101+
<unsubscribe>[email protected]</unsubscribe>
102+
</mailingList>
103+
<mailingList>
104+
<name>Fesod Commits List</name>
105+
<subscribe>[email protected]</subscribe>
106+
<unsubscribe>[email protected]</unsubscribe>
107+
<post>[email protected]</post>
108+
</mailingList>
109+
</mailingLists>
101110

102111
<licenses>
103112
<license>
104113
<name>Apache License, Version 2.0</name>
105114
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
106-
<distribution>repo</distribution>
107115
</license>
108116
</licenses>
109117

@@ -112,6 +120,10 @@
112120
<id>ossrh</id>
113121
<url>https://central.sonatype.com/repository/maven-snapshots</url>
114122
</snapshotRepository>
123+
<repository>
124+
<id>oss</id>
125+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
126+
</repository>
115127
</distributionManagement>
116128

117129
<dependencyManagement>

0 commit comments

Comments
 (0)