|
@@ -3,13 +3,13 @@
|
|
|
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>
|
|
|
<artifactId>examcloud-core-print</artifactId>
|
|
|
- <version>v4.0.2-RELEASE</version>
|
|
|
+ <version>v4.1.0-SNAPSHOT</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
<parent>
|
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
|
<artifactId>examcloud-parent</artifactId>
|
|
|
- <version>v4.0.2-RELEASE</version>
|
|
|
+ <version>v4.1.0-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
|
|
|
<modules>
|
|
@@ -21,7 +21,7 @@
|
|
|
</modules>
|
|
|
|
|
|
<properties>
|
|
|
- <examcloud.version>v4.0.2-RELEASE</examcloud.version>
|
|
|
+ <examcloud.version>v4.1.0-SNAPSHOT</examcloud.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
</properties>
|