Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-10-09 06:34:38 +0000
committerAlexander Kurtakov2017-10-09 06:34:38 +0000
commita64ad46b0c7bd1d48664b01abc05fe16156a0a85 (patch)
tree8c7c7902e03e7043289948ffec2a6281b2ad540e /bundles/org.eclipse.equinox.p2.operations/pom.xml
parentc57f0da20d8de7f1e8d1cbb211ce476a516b3b71 (diff)
downloadrt.equinox.p2-a64ad46b0c7bd1d48664b01abc05fe16156a0a85.tar.gz
rt.equinox.p2-a64ad46b0c7bd1d48664b01abc05fe16156a0a85.tar.xz
rt.equinox.p2-a64ad46b0c7bd1d48664b01abc05fe16156a0a85.zip
Bug 525733 - Move operations bundle to Java 8
* Bump BREE. * Bump minor version. * Enable warnings for newer versions. * Lambda conversion. * Rename parameters to not collide with parent variables. * Remove redundant type arguments Change-Id: I5d022021db56baa19b5b7185bd679170159f6de9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.operations/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/pom.xml b/bundles/org.eclipse.equinox.p2.operations/pom.xml
index cfcd963f6..6659b210f 100644
--- a/bundles/org.eclipse.equinox.p2.operations/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.operations/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.operations</artifactId>
- <version>2.4.300-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top