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 /bundles/org.eclipse.compare.core/pom.xml
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 'bundles/org.eclipse.compare.core/pom.xml')
-rw-r--r--bundles/org.eclipse.compare.core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare.core/pom.xml b/bundles/org.eclipse.compare.core/pom.xml
index ba0498b43..35a3bcb1c 100644
--- a/bundles/org.eclipse.compare.core/pom.xml
+++ b/bundles/org.eclipse.compare.core/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.core</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top