Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
4c3b8f6b
Commit
4c3b8f6b
authored
Mar 29, 2018
by
李家智
Browse files
test
parent
f64303ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
admin-console/pom.xml
View file @
4c3b8f6b
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.ibeetl
</groupId>
<artifactId>
admin-console
</artifactId>
<version>
1.
0
</version>
<version>
1.
1
</version>
<packaging>
jar
</packaging>
<parent>
<groupId>
com.ibeetl
</groupId>
...
...
@@ -16,7 +16,7 @@
<dependency>
<groupId>
com.ibeetl
</groupId>
<artifactId>
admin-core
</artifactId>
<version>
1.
0
</version>
<version>
1.
1
</version>
</dependency>
</dependencies>
...
...
admin-core/pom.xml
View file @
4c3b8f6b
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.ibeetl
</groupId>
<artifactId>
admin-core
</artifactId>
<version>
1.
0
</version>
<version>
1.
1
</version>
<packaging>
jar
</packaging>
<properties>
<maven.test.skip>
true
</maven.test.skip>
...
...
@@ -63,7 +63,7 @@
<parent>
<groupId>
com.ibeetl
</groupId>
<artifactId>
admin
</artifactId>
<version>
1.
0
</version>
<version>
1.
1
</version>
</parent>
...
...
Write
Preview
Supports
Markdown
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