Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-09-05 10:19:57 +0000
committerDani Megert2013-09-05 10:19:57 +0000
commit7eea698b45b7e157850d9097353d7451e1ad31df (patch)
treebea92da8c5b8612875803ff152ff5ffd9b31025c
parent415c1d61c478cc2bd6ab4b862e1f620afdd432a3 (diff)
downloadeclipse.platform.runtime-I20130906-2000.tar.gz
eclipse.platform.runtime-I20130906-2000.tar.xz
eclipse.platform.runtime-I20130906-2000.zip
-rw-r--r--bundles/org.eclipse.e4.core.contexts/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.e4.core.contexts/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.e4.core.contexts/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.core.contexts/META-INF/MANIFEST.MF
index 58a9c0926..105c62812 100644
--- a/bundles/org.eclipse.e4.core.contexts/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.core.contexts/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.e4.core.contexts
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.3.100.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.e4.core.contexts/pom.xml b/bundles/org.eclipse.e4.core.contexts/pom.xml
index 37c2644b6..6b94bb1be 100644
--- a/bundles/org.eclipse.e4.core.contexts/pom.xml
+++ b/bundles/org.eclipse.e4.core.contexts/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.core.contexts</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top