Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-06-27 13:59:57 +0000
committerJohn Arthorne2013-06-27 13:59:57 +0000
commit14de0249b7f2694efabfd190653eb9436fec2de6 (patch)
treeeada2c9750985d50653f8825eb000c1fa7d71d43 /bundles/org.eclipse.equinox.simpleconfigurator/pom.xml
parent370347c6e8151af475c2c8eb230dab9dc1bd6e86 (diff)
downloadrt.equinox.p2-14de0249b7f2694efabfd190653eb9436fec2de6.tar.gz
rt.equinox.p2-14de0249b7f2694efabfd190653eb9436fec2de6.tar.xz
rt.equinox.p2-14de0249b7f2694efabfd190653eb9436fec2de6.zip
Bug 411046 - Remove usage of equinox resolver API from simple
configurator
Diffstat (limited to 'bundles/org.eclipse.equinox.simpleconfigurator/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml b/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml
index d06a0b5dd..3d8c6bb1b 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml
+++ b/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.simpleconfigurator</artifactId>
- <version>1.0.400-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top