Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2018-02-26 17:34:30 +0000
committerThomas Watson2018-02-26 17:34:30 +0000
commitdfd6be53a4de60253f8c1c80aa312797bb0a9457 (patch)
tree08e3705e3b9312a83c812b90a68474ce7ddd0858 /bundles/org.eclipse.equinox.common/pom.xml
parent1417dc8b29db261234661c82931ae5b4f14428ab (diff)
downloadrt.equinox.bundles-dfd6be53a4de60253f8c1c80aa312797bb0a9457.tar.gz
rt.equinox.bundles-dfd6be53a4de60253f8c1c80aa312797bb0a9457.tar.xz
rt.equinox.bundles-dfd6be53a4de60253f8c1c80aa312797bb0a9457.zip
Bug 483464 - Need to update bundle version for new APII20180227-2000I20180226-2000
Change-Id: Ib1bc3c8c474b3c89708a86fdf98a782c116b85fb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.common/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common/pom.xml b/bundles/org.eclipse.equinox.common/pom.xml
index 349430b1d..a3472878a 100644
--- a/bundles/org.eclipse.equinox.common/pom.xml
+++ b/bundles/org.eclipse.equinox.common/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
- <version>3.9.100-SNAPSHOT</version>
+ <version>3.10.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top