Commit f7cd8a65 by 韩克奇

Update pom.xml

parent 0c9a5a58
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
<repositories> <repositories>
<repository> <repository>
<id>yunSchool</id> <id>group</id>
<url>http://192.168.0.15:8081/repository/yunSchool/</url> <url>${group.repo}/</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
<id>yunSchool-host</id> <id>snapshots</id>
<url>http://192.168.0.15:8081/repository/yunSchool-host/</url> <url>${snapshots.repo}</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
......
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