Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-10-10 06:43:54 +0000
committerAlexander Kurtakov2017-10-10 06:43:54 +0000
commit48f954851c5786c15397c6ebdd2f67adf2d804d3 (patch)
tree878e13575992e56fe62c85950f696aaabcff4757 /bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml
parent0aa14c050b4201458ad17d51dd5370a3a7997a7d (diff)
downloadrt.equinox.p2-48f954851c5786c15397c6ebdd2f67adf2d804d3.tar.gz
rt.equinox.p2-48f954851c5786c15397c6ebdd2f67adf2d804d3.tar.xz
rt.equinox.p2-48f954851c5786c15397c6ebdd2f67adf2d804d3.zip
Bug 525796 - Move transport.ecf to Java 8
* Bump BREE. * Bump minor version. * Enable warnings for newer Java versions. * Add missing Override annotations. * Lambda conversion. * Remove redundant type arguments. * Add missing NON-NLS Change-Id: Ib09042c1913e41fc46e0f7b85e29942b1835f75a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml b/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml
index 67db0beb6..f3d6970e3 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.transport.ecf</artifactId>
- <version>1.1.300-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top