Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-28 11:32:38 +0000
committerMatthias Sohn2015-09-28 11:32:38 +0000
commite7353839371771a8e5ae37c0462636377e55b71d (patch)
tree9aee349786420e351dd23bff74018b3b6bd4c1ff /org.eclipse.mylyn.github.ui
parentd6d0679b5685f50c3c3634fa123c46fdced40698 (diff)
downloadegit-github-e7353839371771a8e5ae37c0462636377e55b71d.tar.gz
egit-github-e7353839371771a8e5ae37c0462636377e55b71d.tar.xz
egit-github-e7353839371771a8e5ae37c0462636377e55b71d.zip
EGit Mylyn Github Connector v4.1.0.201509280440-rv4.1.0.201509280440-r
Change-Id: Ib5180f83ca57113aee65b4615d53d79185fcf861 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 2682cddf..4859403b 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
-Bundle-Version: 4.1.0.qualifier
+Bundle-Version: 4.1.0.201509280440-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index a846f254..35c8f697 100644
--- a/org.eclipse.mylyn.github.ui/pom.xml
+++ b/org.eclipse.mylyn.github.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0.201509280440-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top