Bladeren bron

update project version

deason 3 jaren geleden
bovenliggende
commit
e9938bfcb2

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

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

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

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

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

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