Skip to content

Commit

Permalink
docs: support the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Willam2004 committed Dec 30, 2023
1 parent c20409c commit be262cb
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,19 @@
<name>Rubinhuang9239</name>
<url>https://github.com/Rubinhuang9239</url>
</developer>
<developer>
<id>zhaoyuguang</id>
<name>zhaoyuguang</name>
<url>https://github.com/zhaoyuguang</url>
</developer>
</developers>

<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/alibaba/fast-modeling-language</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<dependencyManagement>
Expand Down

0 comments on commit be262cb

Please sign in to comment.