|
33 | 33 | <packaging>pom</packaging> |
34 | 34 |
|
35 | 35 | <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> |
39 | 39 |
|
40 | 40 | <modules> |
41 | 41 | <module>fastexcel</module> |
|
77 | 77 | </properties> |
78 | 78 |
|
79 | 79 | <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> |
82 | 84 | </scm> |
83 | 85 |
|
84 | 86 | <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> |
87 | 89 | </organization> |
88 | 90 |
|
89 | | - <developers> |
90 | | - <developer> |
91 | | - <id>jipengfei</id> |
92 | | - <name>jipengfei</name> |
93 | | - |
94 | | - </developer> |
95 | | - <developer> |
96 | | - <id>zhuangjiaju</id> |
97 | | - <name>Jiaju Zhuang</name> |
98 | | - |
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 | + |
| 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 | + |
| 108 | + </mailingList> |
| 109 | + </mailingLists> |
101 | 110 |
|
102 | 111 | <licenses> |
103 | 112 | <license> |
104 | 113 | <name>Apache License, Version 2.0</name> |
105 | 114 | <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
106 | | - <distribution>repo</distribution> |
107 | 115 | </license> |
108 | 116 | </licenses> |
109 | 117 |
|
|
112 | 120 | <id>ossrh</id> |
113 | 121 | <url>https://central.sonatype.com/repository/maven-snapshots</url> |
114 | 122 | </snapshotRepository> |
| 123 | + <repository> |
| 124 | + <id>oss</id> |
| 125 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 126 | + </repository> |
115 | 127 | </distributionManagement> |
116 | 128 |
|
117 | 129 | <dependencyManagement> |
|
0 commit comments