Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-18 12:38:02 +0000
committerAlexander Kurtakov2017-08-18 12:52:31 +0000
commit5185e9c4d05feb8efb02f1a178640ccae3b33d6a (patch)
tree09e5d59976009a0bc84a3c0d16e17d9e13b1da36 /bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
parent191fe70301dcd993856a1869c08ecb22a4bafa84 (diff)
downloadrt.equinox.p2-5185e9c4d05feb8efb02f1a178640ccae3b33d6a.tar.gz
rt.equinox.p2-5185e9c4d05feb8efb02f1a178640ccae3b33d6a.tar.xz
rt.equinox.p2-5185e9c4d05feb8efb02f1a178640ccae3b33d6a.zip
Bug 521115 - Move p2 metadata.repository to Java 8
Bump minor version, add missing @Override's, remove duplicate type declarations. Change-Id: If8b9098f28662a2a65acead6f8befa56b1524a9a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
index 1d3f58e87..ba309d9e8 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.metadata.repository</artifactId>
- <version>1.2.400-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top