Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-07 22:57:38 +0000
committerMatthias Sohn2016-04-07 22:57:38 +0000
commitaf5c8b77f822cd0f7c222abcd098e1c97b782f37 (patch)
tree1aa6279a907cfe81a0f20206041c999d8b4e5775 /org.eclipse.mylyn.github-feature
parentbb06ea81814742f59863124e4ea598b313410cb7 (diff)
downloadegit-github-af5c8b77f822cd0f7c222abcd098e1c97b782f37.tar.gz
egit-github-af5c8b77f822cd0f7c222abcd098e1c97b782f37.tar.xz
egit-github-af5c8b77f822cd0f7c222abcd098e1c97b782f37.zip
EGit Mylyn Github Connector v4.3.0.201604071810-rv4.3.0.201604071810-r
Change-Id: I2bef635cf696377e670e4453d2faeeba53165182 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.github-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index 2fc4492c..a679f5ec 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.github.feature"
label="%featureName"
- version="4.3.0.201604071045-r"
+ version="4.3.0.201604071810-r"
provider-name="%providerName"
plugin="org.eclipse.egit">
diff --git a/org.eclipse.mylyn.github-feature/pom.xml b/org.eclipse.mylyn.github-feature/pom.xml
index 078bba63..697cd71f 100644
--- a/org.eclipse.mylyn.github-feature/pom.xml
+++ b/org.eclipse.mylyn.github-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>4.3.0.201604071045-r</version>
+ <version>4.3.0.201604071810-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top