mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 19:06:39 +08:00
v1.0.4
This commit is contained in:
parent
e55e1b2f33
commit
215556f73a
@ -1 +0,0 @@
|
||||
admin的项目采用maven bom和maven module的形式
|
@ -4,10 +4,14 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.gangquan360</groupId>
|
||||
<artifactId>smart-admin-parent</artifactId>
|
||||
<artifactId>smart-admin-service-parent</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>smart-admin-api</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<hibernate.annotations.version>3.3.0.ga</hibernate.annotations.version>
|
@ -2,8 +2,9 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<groupId>com.gangquan360</groupId>
|
||||
<artifactId>smart-admin-parent</artifactId>
|
||||
<artifactId>smart-admin-service-parent</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user