diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-09-16 17:22:37 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-09-16 17:22:37 -0700 |
commit | 5deb5b9a4aebd562a8680167dc6aee93fd7bb5c5 (patch) | |
tree | 3e963186d1f791e8f9f1a2f4113dd94652ea0846 /pom.xml | |
parent | 55714f6e73c9f858eb17eadcb9df05de029017aa (diff) | |
parent | 26f507f0df5822df0f19a5ca16462a4bbfeab5fc (diff) | |
download | jgit-5deb5b9a4aebd562a8680167dc6aee93fd7bb5c5.tar.gz jgit-5deb5b9a4aebd562a8680167dc6aee93fd7bb5c5.zip |
Merge branch 'stable-0.9'
* stable-0.9:
Qualify post-0.9.3 builds
JGit 0.9.3
clone: Correct formatting of init message
Fix cloning of repositories with big objects
Qualify post-0.9.1 builds
JGit 0.9.1
Fix PlotCommitList to set lanes on child-less commits
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> <packaging>pom</packaging> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.4-SNAPSHOT</version> <name>JGit - Parent</name> <url>${jgit-url}</url> |