Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-demo-single
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
gic_demo
gic-demo-single
Commits
3624097a
Commit
3624097a
authored
Jun 18, 2019
by
朱瑞泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码调整
parent
a3f3d64d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
pom.xml
gic-demo-single-api/pom.xml
+1
-0
pom.xml
gic-demo-single-service/pom.xml
+1
-0
pom.xml
gic-demo-single-web/pom.xml
+1
-0
No files found.
gic-demo-single-api/pom.xml
View file @
3624097a
...
...
@@ -15,6 +15,7 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
<failIfNoTests>
false
</failIfNoTests>
<libraryVersion>
1.0-SNAPSHOT
</libraryVersion>
</properties>
...
...
gic-demo-single-service/pom.xml
View file @
3624097a
...
...
@@ -17,6 +17,7 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<failIfNoTests>
false
</failIfNoTests>
<libraryVersion>
1.0-SNAPSHOT
</libraryVersion>
<gic-sharding-sdk>
3.1-SNAPSHOT
</gic-sharding-sdk>
<!-- api依赖,正式版会在 gic-pom-base 里生成 -->
...
...
gic-demo-single-web/pom.xml
View file @
3624097a
...
...
@@ -18,6 +18,7 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<failIfNoTests>
false
</failIfNoTests>
<libraryVersion>
1.0-SNAPSHOT
</libraryVersion>
<!-- api依赖,正式版会在 gic-pom-base 里生成 -->
<gic-demo-single-api>
1.0-SNAPSHOT
</gic-demo-single-api>
...
...
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