Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-03-15 14:15:48 +0000
committerAlexander Kurtakov2019-03-16 09:12:23 +0000
commit0195c97ec53875f5d39ed0903feccefe5b1ac3b4 (patch)
tree5793d142c5c0adcde5e5a82f5aace321e760786b /features/org.eclipse.equinox.p2.rcp.feature/pom.xml
parente13c71f70b73d9ee5122d1d13267e4a4189c3fc6 (diff)
downloadrt.equinox.p2-0195c97ec53875f5d39ed0903feccefe5b1ac3b4.tar.gz
rt.equinox.p2-0195c97ec53875f5d39ed0903feccefe5b1ac3b4.tar.xz
rt.equinox.p2-0195c97ec53875f5d39ed0903feccefe5b1ac3b4.zip
Add missing Override/Deprecated annotations to p2.repository bundle.
Change-Id: Iec7809dcb1596a843bbc5c8a3b82201b4f15f985 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.equinox.p2.rcp.feature/pom.xml')
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/pom.xml b/features/org.eclipse.equinox.p2.rcp.feature/pom.xml
index 91d6a4ce9..7f8df6fb4 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/pom.xml
+++ b/features/org.eclipse.equinox.p2.rcp.feature/pom.xml
@@ -20,7 +20,7 @@
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.rcp.feature</artifactId>
- <version>1.4.300-SNAPSHOT</version>
+ <version>1.4.400-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top