Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
qyqcswill authored Sep 23, 2019
1 parent 19b214b commit 6a40754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>io.daocloud.mircoservice</groupId>
<artifactId>collector-client-starter-2x</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -92,15 +92,15 @@
<repositories>
<repository>
<id>labs-snapshots</id>
<url>https://nexus.daocloud.io/repository/labs-snapshot/</url>
<url>https://nexus.daocloud.io/repository/dx-public/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>labs-releases</id>
<url>
https://nexus.daocloud.io/repository/labs/
https://nexus.daocloud.io/repository/dx-public/
</url>
</repository>
</repositories>
Expand Down

0 comments on commit 6a40754

Please sign in to comment.