Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-07 22:17:58 +0000
committerMatthias Sohn2016-04-07 22:25:55 +0000
commit50981d84a417f0a3b2d5c48ac80e07354381b660 (patch)
tree5e0684e69ad1ba505d40555561adab18e838c479 /org.eclipse.egit-feature
parent12c83c088c2a656a0f2f39cecb8e43f6c91ed742 (diff)
downloadegit-50981d84a417f0a3b2d5c48ac80e07354381b660.tar.gz
egit-50981d84a417f0a3b2d5c48ac80e07354381b660.tar.xz
egit-50981d84a417f0a3b2d5c48ac80e07354381b660.zip
Change-Id: If4a677af68862a663b1fc0cdc56b867f9c7193b8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml2
-rw-r--r--org.eclipse.egit-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index cf3b87e71d..aaf082c91f 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit"
label="%featureName"
- version="4.3.0.201604071045-r"
+ version="4.3.0.201604071810-r"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index 6b62a9df78..a692526e9f 100644
--- a/org.eclipse.egit-feature/pom.xml
+++ b/org.eclipse.egit-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.3.0.201604071045-r</version>
+ <version>4.3.0.201604071810-r</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top