Преглед на файлове

update pom.xml to v4.0.1-RELEASE

deason преди 4 години
родител
ревизия
4fd9e8055f

+ 1 - 1
examcloud-core-oe-admin-api-provider/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud</groupId>
 		<artifactId>examcloud-core-oe-admin</artifactId>
-		<version>v3.0-RELEASE</version>
+		<version>v4.0.1-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-oe-admin-api-provider</artifactId>
 

+ 2 - 7
examcloud-core-oe-admin-base/pom.xml

@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud</groupId>
 		<artifactId>examcloud-core-oe-admin</artifactId>
-		<version>v3.0-RELEASE</version>
+		<version>v4.0.1-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-oe-admin-base</artifactId>
 
@@ -89,13 +89,11 @@
 		<dependency>
 			<groupId>org.json</groupId>
 			<artifactId>json</artifactId>
-			<version>20140107</version>
 		</dependency>
 
 		<dependency>
 			<groupId>org.hibernate</groupId>
 			<artifactId>hibernate-validator</artifactId>
-			<version>5.3.6.Final</version>
 		</dependency>
 
 		<dependency>
@@ -116,18 +114,15 @@
 		<dependency>
 			<groupId>com.upyun</groupId>
 			<artifactId>java-sdk</artifactId>
-			<version>3.16</version>
 		</dependency>
-
 		<dependency>
 			<groupId>com.baidu.aip</groupId>
 			<artifactId>java-sdk</artifactId>
-			<version>4.0.0</version>
 		</dependency>
+
 		<dependency>
 			<groupId>com.esotericsoftware</groupId>
 			<artifactId>reflectasm</artifactId>
-			<version>1.11.3</version>
 		</dependency>
 	</dependencies>
 

+ 1 - 1
examcloud-core-oe-admin-dao/pom.xml

@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud</groupId>
 		<artifactId>examcloud-core-oe-admin</artifactId>
-		<version>v3.0-RELEASE</version>
+		<version>v4.0.1-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-oe-admin-dao</artifactId>
 	

+ 1 - 1
examcloud-core-oe-admin-service/pom.xml

@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud</groupId>
 		<artifactId>examcloud-core-oe-admin</artifactId>
-		<version>v3.0-RELEASE</version>
+		<version>v4.0.1-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-oe-admin-service</artifactId>
 

+ 1 - 1
examcloud-core-oe-admin-starter/pom.xml

@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud</groupId>
 		<artifactId>examcloud-core-oe-admin</artifactId>
-		<version>v3.0-RELEASE</version>
+		<version>v4.0.1-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-oe-admin-starter</artifactId>
 

+ 1 - 1
examcloud-core-oe-admin-starter/shell/start.args

@@ -1 +1 @@
---spring.profiles.active=test
+--spring.profiles.active=dev --examcloud.startup.configCenterHost=192.168.10.39

+ 1 - 1
examcloud-core-oe-admin-starter/shell/start.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-APP_MAIN_JAR="examcloud-core-oe-admin-starter-v3.0-RELEASE.jar"
+APP_MAIN_JAR="examcloud-core-oe-admin-starter-v4.0.1-RELEASE.jar"
 
 FILE_PATH=$(cd `dirname $0`; pwd)
 

+ 1 - 1
examcloud-core-oe-admin-starter/shell/start.vmoptions

@@ -1 +1 @@
--server -Xms512m -Xmx512m
+-server -Xms256m -Xmx256m -XX:-UseGCOverheadLimit -Dlog.commonLevel=INFO

+ 1 - 1
examcloud-core-oe-admin-starter/shell/stop.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-APP_MAIN_JAR="examcloud-core-oe-admin-starter-v3.0-RELEASE.jar"
+APP_MAIN_JAR="examcloud-core-oe-admin-starter-v4.0.1-RELEASE.jar"
 
 FILE_PATH=$(cd `dirname $0`; pwd)
 PID_LIST=`ps -ef|grep $APP_MAIN_JAR|grep java|awk '{print $2}'`

+ 2 - 2
pom.xml

@@ -5,10 +5,10 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud</groupId>
 		<artifactId>examcloud-parent</artifactId>
-		<version>v3.0-RELEASE</version>
+		<version>v4.0.1-RELEASE</version>
 	</parent>
 	<artifactId>examcloud-core-oe-admin</artifactId>
-	<version>v3.0-RELEASE</version>
+	<version>v4.0.1-RELEASE</version>
 	<packaging>pom</packaging>