Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-08-08 08:41:53 +0000
committerDani Megert2014-08-08 08:41:53 +0000
commit10465823bec07312e4fadd6e42b3a30f9f5af164 (patch)
tree6dc58803e3b2c976e9de14ab32de27d3fe905098 /apitools
parent130d7c98701c6e81d942b2099235126ca1c32a09 (diff)
downloadeclipse.pde.ui-10465823bec07312e4fadd6e42b3a30f9f5af164.tar.gz
eclipse.pde.ui-10465823bec07312e4fadd6e42b3a30f9f5af164.tar.xz
eclipse.pde.ui-10465823bec07312e4fadd6e42b3a30f9f5af164.zip
Increased bundle version for Mars
Diffstat (limited to 'apitools')
-rw-r--r--apitools/org.eclipse.pde.api.tools.ui/META-INF/MANIFEST.MF2
-rw-r--r--apitools/org.eclipse.pde.api.tools.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/apitools/org.eclipse.pde.api.tools.ui/META-INF/MANIFEST.MF b/apitools/org.eclipse.pde.api.tools.ui/META-INF/MANIFEST.MF
index 585e992d4d..7ec868242d 100644
--- a/apitools/org.eclipse.pde.api.tools.ui/META-INF/MANIFEST.MF
+++ b/apitools/org.eclipse.pde.api.tools.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.pde.api.tools.ui; singleton:=true
-Bundle-Version: 1.0.600.qualifier
+Bundle-Version: 1.0.700.qualifier
Bundle-Localization: plugin
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
diff --git a/apitools/org.eclipse.pde.api.tools.ui/pom.xml b/apitools/org.eclipse.pde.api.tools.ui/pom.xml
index 07dc7377fc..fa01923961 100644
--- a/apitools/org.eclipse.pde.api.tools.ui/pom.xml
+++ b/apitools/org.eclipse.pde.api.tools.ui/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
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.api.tools.ui</artifactId>
- <version>1.0.600-SNAPSHOT</version>
+ <version>1.0.700-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top