소스 검색

update project version

deason 3 년 전
부모
커밋
9c5b065b73
3개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 0
      examcloud-core-print-starter/pom.xml
  2. 1 1
      examcloud-core-print-starter/shell/start.sh
  3. 1 1
      examcloud-core-print-starter/shell/stop.sh

+ 2 - 0
examcloud-core-print-starter/pom.xml

@@ -43,6 +43,8 @@
     </dependencies>
 
     <build>
+        <finalName>${project.artifactId}</finalName>
+
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

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

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-PROJECT_JAR="examcloud-core-print-starter-v4.1.0-SNAPSHOT.jar"
+PROJECT_JAR="examcloud-core-print-starter-v4.1.1-SNAPSHOT.jar"
 
 PROJECT_JVM_ARGS=`cat start.vmoptions`
 

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

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-PROJECT_JAR="examcloud-core-print-starter-v4.1.0-SNAPSHOT.jar"
+PROJECT_JAR="examcloud-core-print-starter-v4.1.1-SNAPSHOT.jar"
 
 ps -ef | grep $PROJECT_JAR | grep java | awk '{printf("kill -15 %s\n",$2)}' | sh
 BUILD_ID=DONTKILLME