Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit-updatesite/pom.xml')
-rw-r--r--org.eclipse.egit-updatesite/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.egit-updatesite/pom.xml b/org.eclipse.egit-updatesite/pom.xml
index d0534d13ab..e2b1177013 100644
--- a/org.eclipse.egit-updatesite/pom.xml
+++ b/org.eclipse.egit-updatesite/pom.xml
@@ -23,6 +23,8 @@
<packaging>eclipse-update-site</packaging>
<name>Eclipse Git Plugin Update Site (Incubation)</name>
+ <!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
+ <version>0.6.0</version>
<dependencies>
<dependency>
@@ -37,9 +39,6 @@
</dependency>
</dependencies>
- <!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
- <version>0.6.0</version>
-
<build>
<plugins>
<plugin>

Back to the top