Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2009-10-05 21:23:29 +0000
committerShawn O. Pearce2009-10-05 21:23:29 +0000
commitad4d742c1fb8524da72d4ed6b05e4debbc0660d8 (patch)
tree2d064233df48c9fd70e537899875a4d0c5e5f51b /org.eclipse.egit-feature/feature.xml
parente26119c77739cc8068f35ed333f5b003f910cd8a (diff)
downloadegit-ad4d742c1fb8524da72d4ed6b05e4debbc0660d8.tar.gz
egit-ad4d742c1fb8524da72d4ed6b05e4debbc0660d8.tar.xz
egit-ad4d742c1fb8524da72d4ed6b05e4debbc0660d8.zip
Mark EGit plugin for 0.6
Our project plan calls for us to build 0.6 as the next version, so start using that version number in our builds. Change-Id: I739b142cb7656cd735237ba320d45ce93230a476 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r--org.eclipse.egit-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index c3d0e2b036..0b435e14b2 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -2,14 +2,14 @@
<feature
id="org.eclipse.egit"
label="Eclipse Git Feature (Incubation)"
- version="0.5.0.qualifier"
+ version="0.6.0.qualifier"
provider-name="eclipse.org"
plugin="org.eclipse.egit">
<description url="http://www.jgit.org">
An Eclipse Git Plugin in pure Java.
- !!!Uninstall any pre-0.5 plugins!!!
+ !!!Uninstall any pre-0.6 plugins!!!
@buildId@

Back to the top