Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2020-07-13 21:00:41 +0000
committerThomas Watson2020-07-20 19:24:06 +0000
commit1d93634951b407d4371c46407f69be33bdec9639 (patch)
treef65957d3a73544979cd7b54f4ffc9b0162ad599b
parent04003be2e32103c7fa2d5cbf39c4954dff849838 (diff)
downloadrt.equinox.p2-1d93634951b407d4371c46407f69be33bdec9639.tar.gz
rt.equinox.p2-1d93634951b407d4371c46407f69be33bdec9639.tar.xz
rt.equinox.p2-1d93634951b407d4371c46407f69be33bdec9639.zip
Version bumps for 4.17 stream for simpleconfigurator
Change-Id: I687c5013143c83ba618ff49f86e6224d0e78a36d Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.simpleconfigurator/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
index d8a8d0875..43f4fd479 100644
--- a/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.simpleconfigurator/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.equinox.simpleconfigurator;singleton:=true
-Bundle-Version: 1.3.500.qualifier
+Bundle-Version: 1.3.600.qualifier
Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml b/bundles/org.eclipse.equinox.simpleconfigurator/pom.xml
index d7e714cd4..5b477adce 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.3.500-SNAPSHOT</version>
+ <version>1.3.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top