Browse Source

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>
tags/v0.10.1
Matthias Sohn 13 years ago
parent
commit
d8834c3834
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit.packaging/pom.xml

+ 1
- 1
org.eclipse.jgit.packaging/pom.xml View File

@@ -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>

Loading…
Cancel
Save