Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-08-08 13:53:00 +0000
committerDani Megert2016-08-08 13:53:00 +0000
commit89069a81e91d3a6d0efde9c7310f591e8ae338c4 (patch)
tree679d7e115854571275253cc98f49205b7f60ede9 /bundles/org.eclipse.compare/pom.xml
parent78716b09e2acccf9849e2b390ca5d549c87da251 (diff)
downloadeclipse.platform.team-89069a81e91d3a6d0efde9c7310f591e8ae338c4.tar.gz
eclipse.platform.team-89069a81e91d3a6d0efde9c7310f591e8ae338c4.tar.xz
eclipse.platform.team-89069a81e91d3a6d0efde9c7310f591e8ae338c4.zip
Increased bundle version for 4.7 fixes
Diffstat (limited to 'bundles/org.eclipse.compare/pom.xml')
-rw-r--r--bundles/org.eclipse.compare/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/pom.xml b/bundles/org.eclipse.compare/pom.xml
index d9bf68136..55ad2d420 100644
--- a/bundles/org.eclipse.compare/pom.xml
+++ b/bundles/org.eclipse.compare/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2016 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.compare</groupId>
<artifactId>org.eclipse.compare</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top