Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dinglog-spring-boot-started
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VCC
dinglog-spring-boot-started
Commits
7e60c511
Commit
7e60c511
authored
Jan 13, 2021
by
tf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy
parent
5122997e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
7 deletions
+20
-7
pom.xml
pom.xml
+20
-7
No files found.
pom.xml
View file @
7e60c511
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment