Commit ed655b6f authored by ms group dev's avatar ms group dev

4.7.1更新

parent 6d0f7093
This diff is collapsed.
...@@ -3,12 +3,10 @@ ...@@ -3,12 +3,10 @@
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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>mcms</artifactId> <artifactId>mcms</artifactId>
<version>4.7.0-SNAPSHOT</version> <version>4.7.0-SNAPSHOT</version>
<name>ms-mcms</name> <name>ms-mcms</name>
<packaging>jar</packaging>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>
</properties> </properties>
...@@ -40,9 +38,13 @@ ...@@ -40,9 +38,13 @@
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mpeople</artifactId> <artifactId>ms-mpeople</artifactId>
<version>1.0.8-SNAPSHOT</version> <version>1.0.8</version>
</dependency>
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-upgrader</artifactId>
<version>1.0.6-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<finalName>ms-mcms</finalName> <finalName>ms-mcms</finalName>
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
field: 'basicDateTime', field: 'basicDateTime',
title: '发布时间', title: '发布时间',
align: 'center', align: 'center',
width: 90 width: 150
}] }]
}); });
//查询文章标题 //查询文章标题
......
Markdown is supported
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