Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-22 06:56:06 +0000
committerMatthias Sohn2011-06-22 06:56:45 +0000
commit7045e26cadb002dc4f24689ae21158ea342633d7 (patch)
tree63f9e9ffcab4e24f1266353a7ce0c2bcf0ee1801 /org.eclipse.mylyn.github.core
parent8e4ef7c500be2f7333a9855880bfdbb04afda213 (diff)
downloadegit-github-7045e26cadb002dc4f24689ae21158ea342633d7.tar.gz
egit-github-7045e26cadb002dc4f24689ae21158ea342633d7.tar.xz
egit-github-7045e26cadb002dc4f24689ae21158ea342633d7.zip
Prepare post v1.0.0.201106211955-r builds
Change-Id: Icd9888663d7094f42cfa125653bb899b2a5ae6d1 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 09e1eb98..469f552e 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.0.0.201106211955-r
+Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="1.0.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 e851d3d2..214a7486 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.0.0.201106211955-r</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top