Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2017-02-22 07:26:48 +0000
committerNitin Dahyabhai2017-02-22 07:26:48 +0000
commit211c5c4747e83a0c9b5e3262f4c419e5bce3cf51 (patch)
tree8003607d25ec093332b40805741861e230efefdd
parent3742771f8d12872cb3d18d2c0c0c199743cb241a (diff)
downloadwebtools.sourceediting-211c5c4747e83a0c9b5e3262f4c419e5bce3cf51.tar.gz
webtools.sourceediting-211c5c4747e83a0c9b5e3262f4c419e5bce3cf51.tar.xz
webtools.sourceediting-211c5c4747e83a0c9b5e3262f4c419e5bce3cf51.zip
[nobug] decrement json.core to 1.0.100 for WTP 3.9.0 (pom)
-rw-r--r--bundles/org.eclipse.wst.json.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.json.core/pom.xml b/bundles/org.eclipse.wst.json.core/pom.xml
index 28c05f866e..bf7f2ddf13 100644
--- a/bundles/org.eclipse.wst.json.core/pom.xml
+++ b/bundles/org.eclipse.wst.json.core/pom.xml
@@ -21,6 +21,6 @@
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.json.core</artifactId>
- <version>1.0.102-SNAPSHOT</version>
+ <version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top