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.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/org.eclipse.egit-updatesite/pom.xml b/org.eclipse.egit-updatesite/pom.xml
index 8515a1f408..e689a0042a 100644
--- a/org.eclipse.egit-updatesite/pom.xml
+++ b/org.eclipse.egit-updatesite/pom.xml
@@ -22,29 +22,16 @@
<artifactId>org.eclipse.egit-updatesite</artifactId>
<packaging>eclipse-update-site</packaging>
- <name>Eclipse Git Plugin Update Site</name>
+ <name>Eclipse Git Plugin Update Site (Incubation)</name>
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>${jgit-version}</version>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <resolver>p2</resolver>
- <pomDependencies>consider</pomDependencies>
- </configuration>
- </plugin>
- </plugins>
- </build>
<!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
<version>0.6.0</version>

Back to the top