Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-03-18 12:55:29 +0000
committerAlexander Kurtakov2019-03-18 13:20:28 +0000
commitf8826cbd2118a82aa411e3618be87949383b703e (patch)
tree0acd7a70af24b9af7be5320041655c25826cf3da /bundles/org.eclipse.equinox.p2.engine/pom.xml
parent0195c97ec53875f5d39ed0903feccefe5b1ac3b4 (diff)
downloadrt.equinox.p2-f8826cbd2118a82aa411e3618be87949383b703e.tar.gz
rt.equinox.p2-f8826cbd2118a82aa411e3618be87949383b703e.tar.xz
rt.equinox.p2-f8826cbd2118a82aa411e3618be87949383b703e.zip
Fix p2 javadoc warnings. Change-Id: I4f9cd9c79917a70f9b69e75557d6a137cfaa1473 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.engine/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.engine/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.engine/pom.xml b/bundles/org.eclipse.equinox.p2.engine/pom.xml
index 614350e6b..5a260334e 100644
--- a/bundles/org.eclipse.equinox.p2.engine/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.engine/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.engine</artifactId>
- <version>2.6.200-SNAPSHOT</version>
+ <version>2.6.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top