Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-09-17 01:02:23 +0000
committerShawn O. Pearce2010-09-17 01:02:23 +0000
commita767526786830a53b25bb520a32aeefb11e771c8 (patch)
treec379756e562bf0f0b885d200be7df733fc747f19 /org.eclipse.egit.source-feature
parent7f3860e170c4d0343be66b3117868006c986cd94 (diff)
parentc02b4566ed008b06a7728d2ee575f9e238d94737 (diff)
downloadegit-a767526786830a53b25bb520a32aeefb11e771c8.tar.gz
egit-a767526786830a53b25bb520a32aeefb11e771c8.tar.xz
egit-a767526786830a53b25bb520a32aeefb11e771c8.zip
Merge branch 'stable-0.9'
* stable-0.9: Qualify post-0.9.3 builds EGit 0.9.3 Qualify post-0.9.1 builds EGit 0.9.1 Fix broken <p> tags in html page Update help plugin with 0.9 documentation Include 0.9 news and noteworthy into documentation Take core.filemode into account in for dirty decoration Fix NullPointer in HistoryView
Diffstat (limited to 'org.eclipse.egit.source-feature')
-rw-r--r--org.eclipse.egit.source-feature/feature.xml2
-rw-r--r--org.eclipse.egit.source-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.source-feature/feature.xml b/org.eclipse.egit.source-feature/feature.xml
index 5f78e2ce54..af85c35449 100644
--- a/org.eclipse.egit.source-feature/feature.xml
+++ b/org.eclipse.egit.source-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.source"
label="%featureName"
- version="0.9.0.qualifier"
+ version="0.9.4.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.egit.source-feature/pom.xml b/org.eclipse.egit.source-feature/pom.xml
index 0f14a37cf9..1e1d4c19d4 100644
--- a/org.eclipse.egit.source-feature/pom.xml
+++ b/org.eclipse.egit.source-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.4-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.source-feature</artifactId>

Back to the top