Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-15 18:09:27 +0000
committerMatthias Sohn2011-09-15 18:09:27 +0000
commit2a00504596a5e01570df045a3acb47cb04662790 (patch)
treeecba50123419231ac350faff6b8b679f4c44418d /org.eclipse.mylyn.github.core
parente4331ea7cf37bfb281620221123784e0b4589698 (diff)
downloadegit-github-2a00504596a5e01570df045a3acb47cb04662790.tar.gz
egit-github-2a00504596a5e01570df045a3acb47cb04662790.tar.xz
egit-github-2a00504596a5e01570df045a3acb47cb04662790.zip
Change-Id: Ied55195df9a871a1c64d3cc13dc2ebc2bb67520c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 4fffdd2b..35d13e77 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.0.201109151100-r
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="1.1.0";x-friends:="org.eclipse.mylyn.github.ui",
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index 0fc76195..aad963c0 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0.201109151100-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top