Skip to content

Commit 0e552f5

Browse files
committed
Fixed #129
1 parent 2946647 commit 0e552f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.woehlke</groupId>
55
<artifactId>simpleworklist</artifactId>
6-
<version>2.3.14</version>
6+
<version>2.3.14-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<parent>
99
<groupId>org.springframework.boot</groupId>

run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ function runHerokuLocal() {
3333
function main() {
3434
#runGithubTestBuild
3535
#setupHeroku
36-
runHerokuLocal
36+
buildLikeHeroku
37+
#runHerokuLocal
3738
#runDev
3839
#runTest
3940
}

0 commit comments

Comments
 (0)