Skip to content

Commit

Permalink
Merge pull request #205 from Martin-Wegner/master
Browse files Browse the repository at this point in the history
fix #122: update jgit from 3.7.0.201502260915-r to 4.0.0.201506090130-r
  • Loading branch information
TheSnoozer committed Jun 18, 2015
2 parents 3879114 + 099b7e3 commit 98548a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<properties>
<maven-plugin-api.version>3.1.1</maven-plugin-api.version>

<jgit.version>3.7.0.201502260915-r</jgit.version>
<jgit.version>4.0.0.201506090130-r</jgit.version>
<slf4j.version>1.7.12</slf4j.version>
<junit.version>4.12</junit.version>
<mockito.version>2.0.5-beta</mockito.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/pl/project13/jgit/JGitCommon.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ protected Map<ObjectId, List<DatedRevTag>> getCommitIdsToTags(@NotNull LoggerBri
} catch (Exception e) {
loggerBridge.log("Unable to locate tags\n[",Throwables.getStackTraceAsString(e),"]");
} finally {
walk.release();
walk.close();
}
return Collections.emptyMap();
}
Expand Down

0 comments on commit 98548a7

Please sign in to comment.