Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2017-05-16 08:20:26 +0000
committerAndrey Loskutov2017-05-16 08:20:26 +0000
commit84ceecf2ae911df9217a8bdf580476f24d65b94a (patch)
tree4b907d0f9e6661d2040e1016da62b2856bb47e05 /examples
parent7bb9c4b9505dcded03ed113b35b52afe9fd83bdc (diff)
downloadeclipse.platform.team-84ceecf2ae911df9217a8bdf580476f24d65b94a.tar.gz
eclipse.platform.team-84ceecf2ae911df9217a8bdf580476f24d65b94a.tar.xz
eclipse.platform.team-84ceecf2ae911df9217a8bdf580476f24d65b94a.zip
Bug 516457 - bump version for platform.team bundlesI20170516-2000I20170516-0800
Change-Id: I7bcaeab1231b9c1d2be7d322e93be4483884d9e7 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF2
-rw-r--r--examples/org.eclipse.compare.examples/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF b/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
index d9d2edb74..dac37e020 100644
--- a/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.compare.examples/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare.examples; singleton:=true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.2.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.compare.examples.structurecreator
diff --git a/examples/org.eclipse.compare.examples/pom.xml b/examples/org.eclipse.compare.examples/pom.xml
index 209b7c61c..f2c0b740a 100644
--- a/examples/org.eclipse.compare.examples/pom.xml
+++ b/examples/org.eclipse.compare.examples/pom.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
-
+
Contributors:
Igor Fedorenko - initial implementation
-->
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.compare</groupId>
<artifactId>org.eclipse.compare.examples</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top