Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-12-17 15:01:42 +0000
committerMatthias Sohn2010-12-17 15:01:42 +0000
commit1bee4e72d64a4392ebd2f03af7a6a49e82f98758 (patch)
treec1f9a60814581337c63c1a4c7b223866d4481f9d /org.eclipse.egit-updatesite
parent0111cdddeb5c1488786509e74928c01423a0c8d9 (diff)
downloadegit-1bee4e72d64a4392ebd2f03af7a6a49e82f98758.tar.gz
egit-1bee4e72d64a4392ebd2f03af7a6a49e82f98758.tar.xz
egit-1bee4e72d64a4392ebd2f03af7a6a49e82f98758.zip
Qualify post 0.10 builds
Change-Id: Iab0460e41f14a4399f6da8aeb08bcb2c03f05eac Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-updatesite')
-rw-r--r--org.eclipse.egit-updatesite/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-updatesite/pom.xml b/org.eclipse.egit-updatesite/pom.xml
index dc77f0d37a..2f2aceff31 100644
--- a/org.eclipse.egit-updatesite/pom.xml
+++ b/org.eclipse.egit-updatesite/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>0.10.2-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit-updatesite</artifactId>
@@ -24,7 +24,7 @@
<name>Eclipse Git Plugin Update Site (Incubation)</name>
<!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
- <version>0.10.2-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
<build>
<plugins>

Back to the top