154155156157158159160161162163164
String tag = commit.getId(); return deployJar(tag, gitCommit, commit.getAttributes()); } catch (IOException e) { throw new RepositoryException(e); } finally { if (gitCommit != null) gitCommit.close(); }
187188189190191192193194195196197
220221222223224225226227228229230