Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2017-08-11 06:41:46 +0000
committerVikas Chandra2017-08-11 08:39:35 +0000
commit4b71f7c584d5e4544f3e156f05b6e4c845e4a565 (patch)
treeb2665c31d255b2015841a19a0880bd3ae9d95d86
parent5ff5c0f9595550ef860bc4efb93998dd18d284d8 (diff)
downloadeclipse.pde.ui-4b71f7c584d5e4544f3e156f05b6e4c845e4a565.tar.gz
eclipse.pde.ui-4b71f7c584d5e4544f3e156f05b6e4c845e4a565.tar.xz
eclipse.pde.ui-4b71f7c584d5e4544f3e156f05b6e4c845e4a565.zip
Bug 520870 - Update version number in PDE in 4.8 and 4.7.1
Change-Id: I1e12d9afaf26ca56e7e769e25f5af8d413b8a78c Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--features/org.eclipse.pde-feature/feature.xml2
-rw-r--r--features/org.eclipse.pde-feature/pom.xml4
-rw-r--r--ui/org.eclipse.pde/META-INF/MANIFEST.MF2
-rw-r--r--ui/org.eclipse.pde/pom.xml4
4 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.pde-feature/feature.xml b/features/org.eclipse.pde-feature/feature.xml
index f577eb4a22..3a134f2562 100644
--- a/features/org.eclipse.pde-feature/feature.xml
+++ b/features/org.eclipse.pde-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.pde"
label="%featureName"
- version="3.13.0.qualifier"
+ version="3.13.100.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.pde-feature/pom.xml b/features/org.eclipse.pde-feature/pom.xml
index bfe4fe1160..e5f9efcf41 100644
--- a/features/org.eclipse.pde-feature/pom.xml
+++ b/features/org.eclipse.pde-feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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,7 +19,7 @@
</parent>
<groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde</artifactId>
- <version>3.13.0-SNAPSHOT</version>
+ <version>3.13.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
diff --git a/ui/org.eclipse.pde/META-INF/MANIFEST.MF b/ui/org.eclipse.pde/META-INF/MANIFEST.MF
index b295898e12..81f6b9d924 100644
--- a/ui/org.eclipse.pde/META-INF/MANIFEST.MF
+++ b/ui/org.eclipse.pde/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.pde;singleton:=true
-Bundle-Version: 3.13.0.qualifier
+Bundle-Version: 3.13.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/ui/org.eclipse.pde/pom.xml b/ui/org.eclipse.pde/pom.xml
index 4a18e38f21..05c5bab684 100644
--- a/ui/org.eclipse.pde/pom.xml
+++ b/ui/org.eclipse.pde/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2016 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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,7 +19,7 @@
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde</artifactId>
- <version>3.13.0-SNAPSHOT</version>
+ <version>3.13.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top