diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-08-31 09:36:48 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-05 09:24:05 +0200 |
commit | 8001b19a8cb59e74041a73956f4b3bbacd7cc31f (patch) | |
tree | 5a4ab424e04bc0cab0a7b447963147d6b34d1063 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite | |
parent | 44274434ad79802e24acbf106738ef47078f409f (diff) | |
download | jgit-8001b19a8cb59e74041a73956f4b3bbacd7cc31f.tar.gz jgit-8001b19a8cb59e74041a73956f4b3bbacd7cc31f.zip |
Remove workarounds for fixed Tycho bugs
This removes the workaround for Tycho bug
- http://issues.sonatype.org/browse/TYCHO-313
which has been fixed.
Change-Id: I54a8de885ae3e6c45a778171dad6f6e5e9322114
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml index 07638a7829..0d8d622df4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml @@ -57,8 +57,6 @@ <packaging>eclipse-update-site</packaging> <name>Eclipse JGit Plugin Update Site</name> - <!-- see http://issues.sonatype.org/browse/TYCHO-313 --> - <version>1.1.0-SNAPSHOT</version> <dependencies> <dependency> |