Переглянути джерело

update pom.xml to v4.0.1-RELEASE

deason 4 роки тому
батько
коміт
caaaa5bfd9

+ 1 - 1
examcloud-core-examwork-api-provider/pom.xml

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

+ 26 - 25
examcloud-core-examwork-base/pom.xml

@@ -1,29 +1,30 @@
 <?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-		<artifactId>examcloud-core-examwork</artifactId>
-		<version>v3.0-RELEASE</version>
-	</parent>
-	<artifactId>examcloud-core-examwork-base</artifactId>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+        <artifactId>examcloud-core-examwork</artifactId>
+        <version>v4.0.1-RELEASE</version>
+    </parent>
+    <artifactId>examcloud-core-examwork-base</artifactId>
 
-	<dependencies>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud</groupId>
-			<artifactId>examcloud-web</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud</groupId>
-			<artifactId>examcloud-support</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud.reports</groupId>
-			<artifactId>examcloud-reports-commons</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>cn.com.qmth.examcloud</groupId>
+            <artifactId>examcloud-web</artifactId>
+            <version>${examcloud.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>cn.com.qmth.examcloud</groupId>
+            <artifactId>examcloud-support</artifactId>
+            <version>${examcloud.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>cn.com.qmth.examcloud.reports</groupId>
+            <artifactId>examcloud-reports-commons</artifactId>
+            <version>${examcloud.version}</version>
+        </dependency>
+    </dependencies>
 
 </project>

+ 21 - 21
examcloud-core-examwork-dao/pom.xml

@@ -1,25 +1,25 @@
 <?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-		<artifactId>examcloud-core-examwork</artifactId>
-		<version>v3.0-RELEASE</version>
-	</parent>
-	<artifactId>examcloud-core-examwork-dao</artifactId>
-	<packaging>jar</packaging>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+        <artifactId>examcloud-core-examwork</artifactId>
+        <version>v4.0.1-RELEASE</version>
+    </parent>
+    <artifactId>examcloud-core-examwork-dao</artifactId>
+    <packaging>jar</packaging>
 
-	<dependencies>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-			<artifactId>examcloud-core-examwork-base</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.scala-lang</groupId>
-			<artifactId>scala-library</artifactId>
-			<version>2.11.0</version>
-		</dependency>
-	</dependencies>
+    <dependencies>
+        <dependency>
+            <groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+            <artifactId>examcloud-core-examwork-base</artifactId>
+            <version>${examcloud.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.scala-lang</groupId>
+            <artifactId>scala-library</artifactId>
+        </dependency>
+    </dependencies>
 
 </project>

+ 1 - 1
examcloud-core-examwork-service/pom.xml

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

+ 1 - 1
examcloud-core-examwork-starter/pom.xml

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

+ 1 - 1
examcloud-core-examwork-starter/shell/start.args

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

+ 1 - 1
examcloud-core-examwork-starter/shell/start.sh

@@ -2,7 +2,7 @@
 
 FILE_PATH=$(cd `dirname $0`; pwd)
 
-APP_MAIN_JAR="examcloud-core-examwork-starter-v3.0-RELEASE.jar"
+APP_MAIN_JAR="examcloud-core-examwork-starter-v4.0.1-RELEASE.jar"
 
 JAVA_OPTS=`cat $FILE_PATH/start.vmoptions`
 APP_ARGS=`cat $FILE_PATH/start.args`

+ 1 - 1
examcloud-core-examwork-starter/shell/start.vmoptions

@@ -1 +1 @@
--server -Xms2g -Xmx2g
+-server -Xms256m -Xmx256m -XX:-UseGCOverheadLimit -Dlog.commonLevel=INFO

+ 1 - 1
examcloud-core-examwork-starter/shell/stop.sh

@@ -2,7 +2,7 @@
 
 FILE_PATH=$(cd `dirname $0`; pwd)
 
-APP_MAIN_JAR="examcloud-core-examwork-starter-v3.0-RELEASE.jar"
+APP_MAIN_JAR="examcloud-core-examwork-starter-v4.0.1-RELEASE.jar"
 
 PID_LIST=`ps -ef|grep $APP_MAIN_JAR|grep java|awk '{print $2}'`
 

+ 21 - 19
pom.xml

@@ -1,22 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>cn.com.qmth.examcloud</groupId>
-		<artifactId>examcloud-parent</artifactId>
-		<version>v3.0-RELEASE</version>
-	</parent>
-	<groupId>cn.com.qmth.examcloud.core.examwork</groupId>
-	<artifactId>examcloud-core-examwork</artifactId>
-	<version>v3.0-RELEASE</version>
-	<packaging>pom</packaging>
+<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>cn.com.qmth.examcloud.core.examwork</groupId>
+    <artifactId>examcloud-core-examwork</artifactId>
+    <version>v4.0.1-RELEASE</version>
+    <packaging>pom</packaging>
 
-	<modules>
-		<module>examcloud-core-examwork-base</module>
-		<module>examcloud-core-examwork-api-provider</module>
-		<module>examcloud-core-examwork-service</module>
-		<module>examcloud-core-examwork-dao</module>
-		<module>examcloud-core-examwork-starter</module>
-	</modules>
+    <parent>
+        <groupId>cn.com.qmth.examcloud</groupId>
+        <artifactId>examcloud-parent</artifactId>
+        <version>v4.0.1-RELEASE</version>
+    </parent>
 
-</project>
+    <modules>
+        <module>examcloud-core-examwork-base</module>
+        <module>examcloud-core-examwork-dao</module>
+        <module>examcloud-core-examwork-service</module>
+        <module>examcloud-core-examwork-api-provider</module>
+        <module>examcloud-core-examwork-starter</module>
+    </modules>
+
+</project>