summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-05-26 11:39:19 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2015-05-26 11:39:31 +0200
commit04b3cd0e151d90e5307912d0a7f0e645811e0a93 (patch)
treeb346b1f2c502b04e67689a50733c976d989fdc49 /org.eclipse.jgit.packaging/pom.xml
parented6694bd8902c0b7577a557088145ca496c5e854 (diff)
parent746cf09b33cc36c943a006ac1cf546788c0d9f5f (diff)
downloadjgit-04b3cd0e151d90e5307912d0a7f0e645811e0a93.tar.gz
jgit-04b3cd0e151d90e5307912d0a7f0e645811e0a93.zip
Merge branch 'master' into stable-4.0
* master: Silence non-externalized string warnings in org.eclipse.jgit Externalize translatable texts in org.eclipse.jgit Don't invalidate pack file on InterruptedIOException Update Mars target platforms to use Mars RC2 orbit Update build to use eclipse-jarsigner-plugin 1.1.2 Guard agains null ReflogReader if named ref does not exist FS: Allow to manually set the path to the Git system config file FS: Fix a minor typo in runInShell() docs FS: Improve javadoc of some recently introduced methods Cleanup code and Eclipse compile errors in new gitrepo API Refactor to expose ManifestParser. FS: Remove the gitprefix logic SystemReader: Use discoverGitSystemConfig() in openSystemConfig() FS: Add a method to discover the system-wide config file FS: Extend readPipe() to optionally take additional environment FS: Document readpipe()'s encoding parameter Split discoverGitPrefix() code out into discoverGitExe() Equalize discoverGitPrefix() implementations between POSIX and Win32 Move resolveGrandparentFile() to the base class for wider use Replace deprecated release() methods by close() Use AutoClosable to close resources in bundle org.eclipse.jgit ReceivePack: support quiet capability Fix ObjectReader resources leak Change-Id: I0cd9f7ad57f26f0a0cbf412845d00ba1efbea346 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r--org.eclipse.jgit.packaging/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 5c6d51a4dc..021032cb19 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -214,7 +214,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.1.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>