Commit e3ca09c9 authored by 铭飞's avatar 铭飞 Committed by Gitee
Browse files

!235 修改people版本

Merge pull request !235 from 灰色DT/5.0.1
parents c4428f60 520446dd
Showing with 6 additions and 11 deletions
+6 -11
...@@ -2,13 +2,7 @@ ...@@ -2,13 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <modelVersion>4.0.0</modelVersion>
<groupId>net.mingsoft</groupId>
<artifactId>ms-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mcms</artifactId> <artifactId>ms-mcms</artifactId>
<version>5.0.1-SNAPSHOT</version> <version>5.0.1-SNAPSHOT</version>
...@@ -76,8 +70,9 @@ ...@@ -76,8 +70,9 @@
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mpeople</artifactId> <artifactId>ms-mpeople</artifactId>
<version>1.0.21</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
...@@ -176,7 +171,7 @@ ...@@ -176,7 +171,7 @@
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
...@@ -198,7 +193,7 @@ ...@@ -198,7 +193,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
...@@ -236,4 +231,4 @@ ...@@ -236,4 +231,4 @@
<finalName>ms-mcms</finalName> <finalName>ms-mcms</finalName>
</build> </build>
</project> </project>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment