Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2020-09-15 06:27:14 +0000
committerVikas Chandra2020-09-15 06:27:14 +0000
commitd3b538b5bfc8dc51dd4a56beea8823b0b1ec7c0f (patch)
tree9cc447b9e181925dcb27290c7f96e5127ff18b83
parent4751587f2948830926b2f402c09df9043eae060e (diff)
downloadeclipse.pde.build-d3b538b5bfc8dc51dd4a56beea8823b0b1ec7c0f.tar.gz
eclipse.pde.build-d3b538b5bfc8dc51dd4a56beea8823b0b1ec7c0f.tar.xz
eclipse.pde.build-d3b538b5bfc8dc51dd4a56beea8823b0b1ec7c0f.zip
Change-Id: I23d344e22b341925b469d4d113bac6a462133ea6 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--org.eclipse.pde.build/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.pde.build/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.pde.build/META-INF/MANIFEST.MF b/org.eclipse.pde.build/META-INF/MANIFEST.MF
index 72298794..aa77fc5b 100644
--- a/org.eclipse.pde.build/META-INF/MANIFEST.MF
+++ b/org.eclipse.pde.build/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.pde.build;singleton:=true
-Bundle-Version: 3.10.800.qualifier
+Bundle-Version: 3.10.850.qualifier
Bundle-ClassPath: pdebuild.jar
Bundle-Activator: org.eclipse.pde.internal.build.BuildActivator
Bundle-Vendor: %providerName
diff --git a/org.eclipse.pde.build/pom.xml b/org.eclipse.pde.build/pom.xml
index c0f089aa..21992629 100644
--- a/org.eclipse.pde.build/pom.xml
+++ b/org.eclipse.pde.build/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.build</artifactId>
- <version>3.10.800-SNAPSHOT</version>
+ <version>3.10.850-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top