Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-06-09 07:31:38 +0000
committerMatthias Sohn2015-06-09 07:31:38 +0000
commitea88babb21b8f1af2eca3bad470cd1b6259e6daf (patch)
treea8a51f91be5a5b0785fa662cc323e2bc5400f29b /org.eclipse.mylyn.github.ui
parent4ec66d5d95c9bb149ed38096957f526357ead261 (diff)
downloadegit-github-ea88babb21b8f1af2eca3bad470cd1b6259e6daf.tar.gz
egit-github-ea88babb21b8f1af2eca3bad470cd1b6259e6daf.tar.xz
egit-github-ea88babb21b8f1af2eca3bad470cd1b6259e6daf.zip
EGit Mylyn Github Connector v4.0.0.201506090130-rv4.0.0.201506090130-r
Change-Id: Id5eb6270be9d85d42a29c2672839b342e8080d3d 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 feb94e36..3167a4ce 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.0.0.qualifier
+Bundle-Version: 4.0.0.201506090130-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 820b7389..7cee969a 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.0.0-SNAPSHOT</version>
+ <version>4.0.0.201506090130-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top