Commit 16f1158d authored by 董建华's avatar 董建华

提交到私服

parent 7a37e868
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<relativePath/> <relativePath/>
<!-- lookup parent from repository --> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>cn.quangroup</groupId> <groupId>cn.quantgroup</groupId>
<artifactId>spring-boot-starter-sentry-ext</artifactId> <artifactId>spring-boot-starter-sentry-ext</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>spring-boot-starter-sentry-ext</name> <name>spring-boot-starter-sentry-ext</name>
...@@ -112,11 +112,17 @@ ...@@ -112,11 +112,17 @@
<profile> <profile>
<id>product</id> <id>product</id>
<distributionManagement> <distributionManagement>
<repository> <snapshotRepository>
<id>Releases</id> <id>Snapshots</id>
<name>Releases Repository</name> <name>Snapshots Repository</name>
<url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-releases/</url> <url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-snapshots/</url>
</repository> </snapshotRepository>
<!--<repository>-->
<!--<id>Releases</id>-->
<!--<name>Releases Repository</name>-->
<!--<url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-public/</url>-->
<!--</repository>-->
</distributionManagement> </distributionManagement>
</profile> </profile>
</profiles> </profiles>
......
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