Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-05-11 12:01:06 +0000
committerAlexander Kurtakov2017-05-11 12:16:14 +0000
commit3ee9b476d4b2fc280f80cafb6c953f9adc6caf6a (patch)
tree116bdb17178cb207fe2a55810fcea4555a04d8a7 /bundles/org.eclipse.equinox.p2.publisher/pom.xml
parente7894fb3d7007c798b441c05bb9992cd8af19f6b (diff)
downloadrt.equinox.p2-3ee9b476d4b2fc280f80cafb6c953f9adc6caf6a.tar.gz
rt.equinox.p2-3ee9b476d4b2fc280f80cafb6c953f9adc6caf6a.tar.xz
rt.equinox.p2-3ee9b476d4b2fc280f80cafb6c953f9adc6caf6a.zip
Bug 516457 - Many of plug-ins need a version increaseI20170514-2000I20170514-1120
Take care of the following: o.e.equinox.p2.publisher - service bump o.e.equinox.p2.publisher.eclipse - service bump o.e.equinox.p2.repository - service bump o.e.equinox.p2.repository.tools - service bump org.eclipse.equinox.p2.touchpoint.natives - service bump org.eclipse.equinox.p2.ui.admin - service bump org.eclipse.equinox.p2.ui.admin.rcp - service bump org.eclipse.equinox.p2.ui.importexport - service bump org.eclipse.equinox.p2.ui.sdk - service bump org.eclipse.equinox.p2.tests - service bump Change-Id: I21578f13200b5c9de6fed6818b16992764f33216 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.publisher/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/pom.xml b/bundles/org.eclipse.equinox.p2.publisher/pom.xml
index bc7800eff..f34dd7036 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.publisher/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.publisher</artifactId>
- <version>1.4.100-SNAPSHOT</version>
+ <version>1.4.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top