diff options
author | Dani Megert | 2015-07-31 17:48:11 +0000 |
---|---|---|
committer | Dani Megert | 2015-07-31 17:48:11 +0000 |
commit | 640a951fb3590b823fcfd721c565fbd88a9d2fe8 (patch) | |
tree | d49d81102b0914a0236a1445abcead8bfadf4f32 /org.eclipse.ui.editors | |
parent | 0236d3306946294401bf0d025b1ee4ec2ad28cb6 (diff) | |
download | eclipse.platform.text-640a951fb3590b823fcfd721c565fbd88a9d2fe8.tar.gz eclipse.platform.text-640a951fb3590b823fcfd721c565fbd88a9d2fe8.tar.xz eclipse.platform.text-640a951fb3590b823fcfd721c565fbd88a9d2fe8.zip |
Increased bundle version for Neon
Diffstat (limited to 'org.eclipse.ui.editors')
-rw-r--r-- | org.eclipse.ui.editors/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.ui.editors/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ui.editors/META-INF/MANIFEST.MF b/org.eclipse.ui.editors/META-INF/MANIFEST.MF index 8f704fda3..6dc39a9ed 100644 --- a/org.eclipse.ui.editors/META-INF/MANIFEST.MF +++ b/org.eclipse.ui.editors/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.ui.editors; singleton:=true -Bundle-Version: 3.9.0.qualifier +Bundle-Version: 3.9.100.qualifier Bundle-Activator: org.eclipse.ui.internal.editors.text.EditorsPlugin Bundle-ActivationPolicy: lazy Bundle-Vendor: %providerName diff --git a/org.eclipse.ui.editors/pom.xml b/org.eclipse.ui.editors/pom.xml index f64c16330..ce9bd3b2e 100644 --- a/org.eclipse.ui.editors/pom.xml +++ b/org.eclipse.ui.editors/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2014 Eclipse Foundation and others. + Copyright (c) 2012, 2015 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 @@ -18,6 +18,6 @@ </parent> <groupId>org.eclipse.ui</groupId> <artifactId>org.eclipse.ui.editors</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> |