Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-06-11 08:20:40 +0000
committerAlexander Kurtakov2019-06-11 10:08:02 +0000
commit9f8a0b0af461c252a526b84ccf586361daa50297 (patch)
treeafc2ce5646f3c92c07ba1e99e15aeb0f00948589 /bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml
parent1a00f4db72c9202c75f502b152e10d36319440da (diff)
downloadrt.equinox.p2-9f8a0b0af461c252a526b84ccf586361daa50297.tar.gz
rt.equinox.p2-9f8a0b0af461c252a526b84ccf586361daa50297.tar.xz
rt.equinox.p2-9f8a0b0af461c252a526b84ccf586361daa50297.zip
Move away of old non-managed _core jdt formatter.
It fails when formatting new constructs like try-with-resources. Move to the built-in Eclipse profile. Change-Id: Id71d9e38ba12c623cded4a067e9e6a69da991ea4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml b/bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml
index 4efaae805..49063015a 100644
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.ui.importexport</artifactId>
- <version>1.2.100-SNAPSHOT</version>
+ <version>1.2.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top