Browse Source

update to v4.1.1-RELEASE

deason 3 years ago
parent
commit
d46e20fcda
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pom.xml

+ 3 - 3
pom.xml

@@ -3,18 +3,18 @@
          xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>examcloud-oe-tool</artifactId>
-    <version>v4.1.0-RELEASE</version>
+    <version>v4.1.1-RELEASE</version>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>cn.com.qmth.examcloud</groupId>
         <artifactId>examcloud-parent</artifactId>
-        <version>v4.1.0-RELEASE</version>
+        <version>v4.1.1-RELEASE</version>
     </parent>
 
     <properties>
         <!-- 云平台版本 -->
-        <examcloud.version>v4.1.0-RELEASE</examcloud.version>
+        <examcloud.version>v4.1.1-RELEASE</examcloud.version>
     </properties>
 
     <dependencies>