Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-18 10:52:34 +0000
committerAlexander Kurtakov2017-08-18 10:52:34 +0000
commit08b1c52015387463c263add217c6807d0aec7dba (patch)
tree4c3b099cfa963f165a65201e9c4d3ee00422480d /bundles/org.eclipse.equinox.p2.core/pom.xml
parent102c8038d5de2c3a0511eb13ebf947f18f046183 (diff)
downloadrt.equinox.p2-08b1c52015387463c263add217c6807d0aec7dba.tar.gz
rt.equinox.p2-08b1c52015387463c263add217c6807d0aec7dba.tar.xz
rt.equinox.p2-08b1c52015387463c263add217c6807d0aec7dba.zip
Bug 521108 - Move p2 core to Java 8
Bump minor version, add missing Override annotations, remove duplicate type declarations, try-with-resources. Change-Id: I4dc835c94677520b8219b9eae1157cfd41f37ab6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.core/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/pom.xml b/bundles/org.eclipse.equinox.p2.core/pom.xml
index 11720d736..8014ca9bc 100644
--- a/bundles/org.eclipse.equinox.p2.core/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.core/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.core</artifactId>
- <version>2.4.100-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top