Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-05-11 11:06:51 +0000
committerAlexander Kurtakov2017-05-11 11:06:51 +0000
commite7894fb3d7007c798b441c05bb9992cd8af19f6b (patch)
tree04040555d72b3d4097fc06f759b6f7a59ea8d909 /bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
parentb90129778619b9be7bbbb9493f00ce43696f8546 (diff)
downloadrt.equinox.p2-e7894fb3d7007c798b441c05bb9992cd8af19f6b.tar.gz
rt.equinox.p2-e7894fb3d7007c798b441c05bb9992cd8af19f6b.tar.xz
rt.equinox.p2-e7894fb3d7007c798b441c05bb9992cd8af19f6b.zip
Bug 516457 - Many of plug-ins need a version increase
Update the following (only service bump): org.eclipse.equinox.p2.artifact.repository org.eclipse.equinox.p2.console org.eclipse.equinox.p2.metadata org.eclipse.equinox.p2.metadata.repository org.eclipse.equinox.p2.operations Change-Id: Ic0eff63a2836ab7068e2c6dc3bef1648c764843a 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 f891c3c15..200e9b8c9 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.300-SNAPSHOT</version>
+ <version>1.2.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top