Bläddra i källkod

update pom.xml to v4.0.1-RELEASE

deason 4 år sedan
förälder
incheckning
68742838af

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

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

+ 1 - 1
examcloud-core-reports-base/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.com.qmth.examcloud.core.reports</groupId>
 		<groupId>cn.com.qmth.examcloud.core.reports</groupId>
 		<artifactId>examcloud-core-reports</artifactId>
 		<artifactId>examcloud-core-reports</artifactId>
-		<version>v3.0-RELEASE</version>
+		<version>v4.0.1-RELEASE</version>
 	</parent>
 	</parent>
 	<artifactId>examcloud-core-reports-base</artifactId>
 	<artifactId>examcloud-core-reports-base</artifactId>
 	<name>examcloud-core-reports-base</name>
 	<name>examcloud-core-reports-base</name>

+ 1 - 1
examcloud-core-reports-dao/pom.xml

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

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

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

+ 2 - 5
examcloud-core-reports-starter/pom.xml

@@ -7,15 +7,11 @@
 	<parent>
 	<parent>
 		<groupId>cn.com.qmth.examcloud.core.reports</groupId>
 		<groupId>cn.com.qmth.examcloud.core.reports</groupId>
 		<artifactId>examcloud-core-reports</artifactId>
 		<artifactId>examcloud-core-reports</artifactId>
-		<version>v3.0-RELEASE</version>
+		<version>v4.0.1-RELEASE</version>
 	</parent>
 	</parent>
 	<artifactId>examcloud-core-reports-starter</artifactId>
 	<artifactId>examcloud-core-reports-starter</artifactId>
 
 
 	<dependencies>
 	<dependencies>
-		<dependency>
-			<groupId>com.github.xiaoymin</groupId>
-			<artifactId>swagger-bootstrap-ui</artifactId>
-		</dependency>
 		<dependency>
 		<dependency>
 			<groupId>cn.com.qmth.examcloud.core.reports</groupId>
 			<groupId>cn.com.qmth.examcloud.core.reports</groupId>
 			<artifactId>examcloud-core-reports-api-provider</artifactId>
 			<artifactId>examcloud-core-reports-api-provider</artifactId>
@@ -42,6 +38,7 @@
 						<exclude>*.properties</exclude>
 						<exclude>*.properties</exclude>
 						<exclude>*.xml </exclude>
 						<exclude>*.xml </exclude>
 						<exclude>*.conf </exclude>
 						<exclude>*.conf </exclude>
+						<exclude>classpath.location</exclude>
 					</excludes>
 					</excludes>
 				</configuration>
 				</configuration>
 			</plugin>
 			</plugin>

+ 1 - 1
examcloud-core-reports-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-reports-starter/shell/start.sh

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

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

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

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

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

+ 21 - 30
pom.xml

@@ -1,33 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?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.reports</groupId>
-	<artifactId>examcloud-core-reports</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.reports</groupId>
+    <artifactId>examcloud-core-reports</artifactId>
+    <version>v4.0.1-RELEASE</version>
+    <packaging>pom</packaging>
 
 
+    <parent>
+        <groupId>cn.com.qmth.examcloud</groupId>
+        <artifactId>examcloud-parent</artifactId>
+        <version>v4.0.1-RELEASE</version>
+    </parent>
 
 
-	<modules>
-		<module>examcloud-core-reports-base</module>
-		<module>examcloud-core-reports-dao</module>
-		<module>examcloud-core-reports-service</module>
-		<module>examcloud-core-reports-api-provider</module>
-		<module>examcloud-core-reports-starter</module>
-	</modules>
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>com.github.xiaoymin</groupId>
-				<artifactId>swagger-bootstrap-ui</artifactId>
-				<version>1.9.3</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
-</project>
+    <modules>
+        <module>examcloud-core-reports-base</module>
+        <module>examcloud-core-reports-dao</module>
+        <module>examcloud-core-reports-service</module>
+        <module>examcloud-core-reports-api-provider</module>
+        <module>examcloud-core-reports-starter</module>
+    </modules>
+
+</project>