Commit 0c6aa4eb authored by lihaipeng's avatar lihaipeng

modify pom.xml

parent fd905b5e
......@@ -90,4 +90,18 @@
</plugins>
</build>
<distributionManagement>
<repository>
<id>releases</id>
<name>Internal Releases</name>
<url>http://dev.unififi.com:8081/repository/maven-releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Internal Snapshots</name>
<url>http://dev.unififi.com:8081/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment