Skip to content

Commit

Permalink
Bug fix so that the program doesn't hang on completion. This closes #28.
Browse files Browse the repository at this point in the history
  • Loading branch information
switchtrue committed Dec 9, 2014
1 parent e7449a0 commit 55fbc8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.switchtrue.jira.changelog</groupId>
<artifactId>jira-changelog-builder</artifactId>
<version>1.06</version>
<version>1.06.1</version>
<packaging>jar</packaging>

<name>JIRAChangelogBuilder</name>
Expand Down
2 changes: 2 additions & 0 deletions src/com/switchtrue/jira/changelog/Changelog.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,7 @@ public static void main(String[] args) {
clWriter.build(jiraApi.getVersionInfoList(), files, templateRoot, templates, ending);

Logger.log("Done - Success!");

System.exit(0);
}
}

0 comments on commit 55fbc8e

Please sign in to comment.