summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2010-09-17 21:58:26 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2010-09-17 22:01:40 +0200
commitd8834c3834920382173b64134dfabd9c54231acf (patch)
tree53ecd77367d2684a083edfb1ae384e3edd2a8e2b /org.eclipse.jgit.packaging
parent6cc5a589156cd928f398e59731f732e0d9af18ea (diff)
downloadjgit-d8834c3834920382173b64134dfabd9c54231acf.tar.gz
jgit-d8834c3834920382173b64134dfabd9c54231acf.zip
Fix dependency to jgit source bundle
Missed to update version from 0.9.4 to 0.10.0 Change-Id: I50e4955141ef9dd0e1293f8c8c2c0dc7c3c7fd3f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-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 d4360986da..b6012d26c0 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>0.9.4-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
</dependencies>