We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2946647 commit 0e552f5Copy full SHA for 0e552f5
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.woehlke</groupId>
5
<artifactId>simpleworklist</artifactId>
6
- <version>2.3.14</version>
+ <version>2.3.14-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<parent>
9
<groupId>org.springframework.boot</groupId>
run.sh
@@ -33,7 +33,8 @@ function runHerokuLocal() {
33
function main() {
34
#runGithubTestBuild
35
#setupHeroku
36
- runHerokuLocal
+ buildLikeHeroku
37
+ #runHerokuLocal
38
#runDev
39
#runTest
40
}
0 commit comments