Skip to content

Commit 55fbc8e

Browse files
committed
Bug fix so that the program doesn't hang on completion. This closes #28.
1 parent e7449a0 commit 55fbc8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.switchtrue.jira.changelog</groupId>
66
<artifactId>jira-changelog-builder</artifactId>
7-
<version>1.06</version>
7+
<version>1.06.1</version>
88
<packaging>jar</packaging>
99

1010
<name>JIRAChangelogBuilder</name>

src/com/switchtrue/jira/changelog/Changelog.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,7 @@ public static void main(String[] args) {
173173
clWriter.build(jiraApi.getVersionInfoList(), files, templateRoot, templates, ending);
174174

175175
Logger.log("Done - Success!");
176+
177+
System.exit(0);
176178
}
177179
}

0 commit comments

Comments
 (0)