Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-08-31 07:36:48 +0000
committerMatthias Sohn2011-09-05 07:24:05 +0000
commit8001b19a8cb59e74041a73956f4b3bbacd7cc31f (patch)
tree5a4ab424e04bc0cab0a7b447963147d6b34d1063 /org.eclipse.jgit.packaging
parent44274434ad79802e24acbf106738ef47078f409f (diff)
downloadjgit-8001b19a8cb59e74041a73956f4b3bbacd7cc31f.tar.gz
jgit-8001b19a8cb59e74041a73956f4b3bbacd7cc31f.tar.xz
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')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml2
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>

Back to the top