Commit 9653101b by Yiming Liu

Add github as internal repo

parent 8e50ff29
...@@ -277,12 +277,6 @@ ...@@ -277,12 +277,6 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<repositories>
<repository>
<id>cat.repo</id>
<url>https://raw.github.com/ctripcorp/apollo/mvn-repo/</url>
</repository>
</repositories>
</profile> </profile>
<profile> <profile>
<id>ctrip</id> <id>ctrip</id>
...@@ -319,6 +313,10 @@ ...@@ -319,6 +313,10 @@
<enabled>false</enabled> <enabled>false</enabled>
</snapshots> </snapshots>
</repository> </repository>
<repository>
<id>internal.repo</id>
<url>https://raw.github.com/ctripcorp/apollo/mvn-repo/</url>
</repository>
</repositories> </repositories>
<reporting> <reporting>
......
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