Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
0.0.21: Bugfix for absolute output paths
Browse files Browse the repository at this point in the history
- Fixed a bug where setting an absolute expectedOutput path would
  silently throw an exception and cause the job to hang in a
  "RUNNING" state continuously
  • Loading branch information
Adam Kewley committed Aug 16, 2018
2 parents 21d8361 + 29cdf57 commit b45f0af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jobson-deb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>0.0.20</version>
<version>0.0.21</version>
</parent>

<artifactId>jobson-deb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobson-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>0.0.20</version>
<version>0.0.21</version>
</parent>

<artifactId>jobson-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobson-nix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>0.0.20</version>
<version>0.0.21</version>
</parent>

<artifactId>jobson-nix</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>0.0.20</version>
<version>0.0.21</version>
</parent>

<artifactId>jobson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>0.0.20</version>
<version>0.0.21</version>
<packaging>pom</packaging>

<name>jobson project</name>
Expand Down

0 comments on commit b45f0af

Please sign in to comment.