Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
70da973e
Commit
70da973e
authored
Nov 11, 2021
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor:pom版本修改
parent
619ef169
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
21 deletions
+6
-21
pom.xml
haoban-manage3-api/pom.xml
+3
-6
pom.xml
haoban-manage3-operation-web/pom.xml
+1
-2
pom.xml
haoban-manage3-service/pom.xml
+1
-10
pom.xml
haoban-manage3-web/pom.xml
+1
-2
pom.xml
haoban-manage3-wx/pom.xml
+0
-1
No files found.
haoban-manage3-api/pom.xml
View file @
70da973e
...
...
@@ -14,13 +14,10 @@
<version>
${libraryVersion}
</version>
<name>
haoban-manage3-api
</name>
<!-- FIXME change it to the project's website -->
<url>
http://www.example.com
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.7
</maven.compiler.source>
<haobanService>
1.0-SNAPSHOT
</haobanService>
<maven.compiler.source>
1.8
</maven.compiler.source>
<libraryVersion>
3.0-SNAPSHOT
</libraryVersion>
</properties>
<distributionManagement>
...
...
@@ -63,8 +60,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<encoding>
UTF-8
</encoding>
<source>
1.
7
</source>
<target>
1.
7
</target>
<source>
1.
8
</source>
<target>
1.
8
</target>
</configuration>
</plugin>
<plugin>
...
...
haoban-manage3-operation-web/pom.xml
View file @
70da973e
...
...
@@ -18,9 +18,8 @@
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<haobanService>
1.0-SNAPSHOT
</haobanService>
<commonVersion>
3.0-SNAPSHOT
</commonVersion>
<libraryVersion>
1
.0-SNAPSHOT
</libraryVersion>
<libraryVersion>
3
.0-SNAPSHOT
</libraryVersion>
</properties>
<dependencyManagement>
<dependencies>
...
...
haoban-manage3-service/pom.xml
View file @
70da973e
...
...
@@ -14,13 +14,10 @@
<version>
${libraryVersion}
</version>
<name>
haoban-manage3-service
</name>
<!-- FIXME change it to the project's website -->
<url>
http://www.example.com
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<haobanService>
1.0-SNAPSHOT
</haobanService>
<libraryVersion>
1.0-SNAPSHOT
</libraryVersion>
<libraryVersion>
3.0-SNAPSHOT
</libraryVersion>
</properties>
<dependencyManagement>
<dependencies>
...
...
@@ -107,12 +104,6 @@
<groupId>
log4j
</groupId>
</exclusion>
</exclusions>
<!-- <exclusions> -->
<!-- <exclusion> -->
<!-- <artifactId>jsqlparser</artifactId> -->
<!-- <groupId>com.github.jsqlparser</groupId> -->
<!-- </exclusion> -->
<!-- </exclusions> -->
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
...
...
haoban-manage3-web/pom.xml
View file @
70da973e
...
...
@@ -16,9 +16,8 @@
<name>
haoban-manage3-web Maven Webapp
</name>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<haobanService>
1.0-SNAPSHOT
</haobanService>
<commonVersion>
3.0-SNAPSHOT
</commonVersion>
<libraryVersion>
1
.0-SNAPSHOT
</libraryVersion>
<libraryVersion>
3
.0-SNAPSHOT
</libraryVersion>
</properties>
<dependencyManagement>
<dependencies>
...
...
haoban-manage3-wx/pom.xml
View file @
70da973e
...
...
@@ -20,7 +20,6 @@
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<haobanService>
1.0-SNAPSHOT
</haobanService>
<commonVersion>
3.0-SNAPSHOT
</commonVersion>
<libraryVersion>
3.0-SNAPSHOT
</libraryVersion>
</properties>
...
...
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