diff options
author | Dani Megert | 2014-08-08 11:43:18 +0000 |
---|---|---|
committer | Dani Megert | 2014-08-08 11:43:18 +0000 |
commit | 83658c506c79b166c60322cdbc0a2d4df1bb1ba7 (patch) | |
tree | a565e901355461e94137854d211645eba22578cf | |
parent | b7de173ba67d73b7b0711bf5c8093726263215de (diff) | |
download | eclipse.platform.ua-83658c506c79b166c60322cdbc0a2d4df1bb1ba7.tar.gz eclipse.platform.ua-83658c506c79b166c60322cdbc0a2d4df1bb1ba7.tar.xz eclipse.platform.ua-83658c506c79b166c60322cdbc0a2d4df1bb1ba7.zip |
Increased bundle version for Mars
-rw-r--r-- | org.eclipse.help.base/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.help.base/pom.xml | 4 | ||||
-rw-r--r-- | org.eclipse.help.webapp/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.help.webapp/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF index 41cf7163d..998748eb2 100644 --- a/org.eclipse.help.base/META-INF/MANIFEST.MF +++ b/org.eclipse.help.base/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %help_base_plugin_name Bundle-SymbolicName: org.eclipse.help.base; singleton:=true -Bundle-Version: 4.0.200.qualifier +Bundle-Version: 4.0.300.qualifier Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.help.base/pom.xml b/org.eclipse.help.base/pom.xml index d10f8d9a5..4897f547f 100644 --- a/org.eclipse.help.base/pom.xml +++ b/org.eclipse.help.base/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2013 Eclipse Foundation and others. + Copyright (c) 2012, 2014 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,7 +18,7 @@ </parent> <groupId>org.eclipse.help</groupId> <artifactId>org.eclipse.help.base</artifactId> - <version>4.0.200-SNAPSHOT</version> + <version>4.0.300-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> <defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars> diff --git a/org.eclipse.help.webapp/META-INF/MANIFEST.MF b/org.eclipse.help.webapp/META-INF/MANIFEST.MF index f5097ab81..c4b38012e 100644 --- a/org.eclipse.help.webapp/META-INF/MANIFEST.MF +++ b/org.eclipse.help.webapp/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %help_webapp_plugin_name Bundle-SymbolicName: org.eclipse.help.webapp;singleton:=true -Bundle-Version: 3.6.300.qualifier +Bundle-Version: 3.6.400.qualifier Bundle-Activator: org.eclipse.help.internal.webapp.HelpWebappPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml index 27860d484..517ee79fb 100644 --- a/org.eclipse.help.webapp/pom.xml +++ b/org.eclipse.help.webapp/pom.xml @@ -18,7 +18,7 @@ </parent> <groupId>org.eclipse.help</groupId> <artifactId>org.eclipse.help.webapp</artifactId> - <version>3.6.300-SNAPSHOT</version> + <version>3.6.400-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> <plugins> |