Commit 7e60c511 authored by tf's avatar tf

deploy

parent 5122997e
......@@ -5,13 +5,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.8.RELEASE</version>
<!--<version>2.2.6.RELEASE</version>-->
<!--<version>1.5.8.RELEASE</version>-->
<version>2.2.6.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>cn.quantgroup.dinglog</groupId>
<artifactId>dinglog-spring-boot-started</artifactId>
<version>2021.01.12.1-SNAPSHOT</version>
<version>2021.01.12.1</version>
<name>dinglog-spring-boot-started</name>
<description>dinglog project for Spring Boot</description>
......@@ -91,13 +91,26 @@
</dependencies>
<!--<build>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
</plugins>
</build>-->
</build>
<distributionManagement>
<repository>
<id>Releases</id>
<name>Releases Repository</name>
<url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-releases/</url>
</repository>
<snapshotRepository>
<id>Snapshots</id>
<name>Snapshots Repository</name>
<url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-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