Skip to content

Commit

Permalink
add fury pom project details
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jul 14, 2023
1 parent fa5edbd commit 33073f9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,36 @@
<artifactId>fury-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.0-SNAPSHOT</version>
<name>Fury Project Parent POM</name>
<description>A blazing fast multi-language serialization framework powered by jit and zero-copy.</description>
<url>https://github.com/alipay/fury</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<url>https://github.com/alipay/fury</url>
<connection>[email protected]:alipay/fury.git</connection>
<developerConnection>scm:git:ssh://github.com:alipay/fury.git</developerConnection>
</scm>
<developers>
<developer>
<organizationUrl>https://furyio.org</organizationUrl>
</developer>
</developers>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<modules>
<module>fury-format</module>
<module>fury-core</module>
Expand Down

0 comments on commit 33073f9

Please sign in to comment.