Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2016-09-14 07:15:45 +0000
committerSravan Kumar Lakkimsetti2016-09-14 07:16:35 +0000
commitf98e2d60d99847731b6b043e5d6df92647eddd70 (patch)
tree1c2f11929a88dd3cc316f720791244c96097b7e3 /bundles/org.eclipse.equinox.launcher/pom.xml
parent423fa0001fb07c3d832b2366e7e3ff77745904ab (diff)
downloadrt.equinox.framework-f98e2d60d99847731b6b043e5d6df92647eddd70.tar.gz
rt.equinox.framework-f98e2d60d99847731b6b043e5d6df92647eddd70.tar.xz
rt.equinox.framework-f98e2d60d99847731b6b043e5d6df92647eddd70.zip
As this is causing build failures This reverts commit 423fa0001fb07c3d832b2366e7e3ff77745904ab. Change-Id: I12aa67cfcc58a2fe333a10f513cb3e20aca99b9d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.launcher/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/pom.xml b/bundles/org.eclipse.equinox.launcher/pom.xml
index fa139cfd8..3bbd11952 100644
--- a/bundles/org.eclipse.equinox.launcher/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.launcher</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.3.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top