Commit 7e60c511 authored by tf's avatar tf

deploy

parent 5122997e
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.8.RELEASE</version> <!--<version>1.5.8.RELEASE</version>-->
<!--<version>2.2.6.RELEASE</version>--> <version>2.2.6.RELEASE</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>cn.quantgroup.dinglog</groupId> <groupId>cn.quantgroup.dinglog</groupId>
<artifactId>dinglog-spring-boot-started</artifactId> <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> <name>dinglog-spring-boot-started</name>
<description>dinglog project for Spring Boot</description> <description>dinglog project for Spring Boot</description>
...@@ -91,13 +91,26 @@ ...@@ -91,13 +91,26 @@
</dependencies> </dependencies>
<!--<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
</plugin> </plugin>
</plugins> </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> </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