Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-15 22:00:33 +0000
committerAlexander Kurtakov2019-02-15 22:42:59 +0000
commitc06dd9982b13af77221de77d68c92de21e6646f5 (patch)
treed6cf75bc89a6f0cfbe391975233bcf8a9a8cf5aa /bundles/org.eclipse.equinox.p2.repository/pom.xml
parent316302a75a0f962cbb62829bf1781a5047e4b945 (diff)
downloadrt.equinox.p2-I20190216-0600.tar.gz
rt.equinox.p2-I20190216-0600.tar.xz
rt.equinox.p2-I20190216-0600.zip
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I06b05f4c190658ed8c8d79b1e1d33ac534f1adb3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/pom.xml b/bundles/org.eclipse.equinox.p2.repository/pom.xml
index a5ce45cf7..7343feb8c 100644
--- a/bundles/org.eclipse.equinox.p2.repository/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.repository/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.repository</artifactId>
- <version>2.4.200-SNAPSHOT</version>
+ <version>2.4.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top