Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-05 21:59:19 +0000
committerMatthias Sohn2014-05-05 21:59:19 +0000
commit871fe52b553429509145f9e8c0e90814aff2f7bb (patch)
tree91e0c0f6409e952def71574b68d4e2535dd028e2 /org.eclipse.mylyn.github-feature
parentbcdf39cca5ef0dd828f960030a2febba1e56a253 (diff)
downloadegit-github-871fe52b553429509145f9e8c0e90814aff2f7bb.tar.gz
egit-github-871fe52b553429509145f9e8c0e90814aff2f7bb.tar.xz
egit-github-871fe52b553429509145f9e8c0e90814aff2f7bb.zip
EGit Github Mylyn connector v3.4.0.201405051725-m7v3.4.0.201405051725-m7
Change-Id: I10c9f2994b069e59648347d502f602f4206fc388 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 c8de4bfc..161dae03 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="3.4.0.qualifier"
+ version="3.4.0.201405051725-m7"
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 d64e9f45..cffd2d82 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>3.4.0-SNAPSHOT</version>
+ <version>3.4.0.201405051725-m7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.feature</artifactId>

Back to the top