Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-04-20 19:00:17 +0000
committerSam Davis2015-04-20 19:08:39 +0000
commit7fff99cd31140e3189bf30c928616e322da1e7b6 (patch)
tree235fcf15d45fe12ac5eb17ae4f85705d2f5a3518 /org.eclipse.mylyn.wikitext.markdown.core
parent8e38fbf5d4de8be3f4d163e1f4a2d5f5a490b9a9 (diff)
downloadorg.eclipse.mylyn.docs-7fff99cd31140e3189bf30c928616e322da1e7b6.tar.gz
org.eclipse.mylyn.docs-7fff99cd31140e3189bf30c928616e322da1e7b6.tar.xz
org.eclipse.mylyn.docs-7fff99cd31140e3189bf30c928616e322da1e7b6.zip
457394: update o.e.m.docs versions to 2.5.0
Change-Id: Ic489f02d784336eb803c08085bde54d8d2e3190d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457394 Signed-off-by: Sam Davis <sam.davis@tasktop.com>
Diffstat (limited to 'org.eclipse.mylyn.wikitext.markdown.core')
-rw-r--r--org.eclipse.mylyn.wikitext.markdown.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.wikitext.markdown.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.wikitext.markdown.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.wikitext.markdown.core/META-INF/MANIFEST.MF
index c48877177..ca884b36e 100644
--- a/org.eclipse.mylyn.wikitext.markdown.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.wikitext.markdown.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.mylyn.wikitext.markdown.core;singleton:=true
-Bundle-Version: 2.4.0.qualifier
+Bundle-Version: 2.5.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.mylyn.wikitext.core;bundle-version="2.0.0",
diff --git a/org.eclipse.mylyn.wikitext.markdown.core/pom.xml b/org.eclipse.mylyn.wikitext.markdown.core/pom.xml
index 45011223e..7b8f7f5e5 100644
--- a/org.eclipse.mylyn.wikitext.markdown.core/pom.xml
+++ b/org.eclipse.mylyn.wikitext.markdown.core/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.docs-parent</artifactId>
<groupId>org.eclipse.mylyn.docs</groupId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.wikitext.markdown.core</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top