update pom.xml.

Signed-off-by: 清河木子 <fyw_wu@sina.com>
pull/42/head
清河木子 3 years ago committed by Gitee
parent 7eebf5520f
commit ccbfe0c273
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -130,6 +130,16 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement>
<snapshotRepository>
<id>oss</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>oss</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile> </profile>
</profiles> </profiles>
</project> </project>
Loading…
Cancel
Save