Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Anderson2015-01-29 23:54:28 +0000
committerCarl Anderson2015-01-29 23:54:28 +0000
commitd28b4b83851e566d8c5d52e8de6dfa573f3af5bf (patch)
treece4484af71acf44ee4e69ccf1343298c62c8d18a
parent876f893e014faa9830594170757ad6382bdeea9c (diff)
downloadwebtools.common-R3_6_maintenance.tar.gz
webtools.common-R3_6_maintenance.tar.xz
webtools.common-R3_6_maintenance.zip
[436593] ArrayIndexOutOfBoundsException occurs randomly during aR3_6_3R3_6_maintenance
headless build
-rw-r--r--plugins/org.eclipse.wst.common.emf/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.wst.common.emf/pom.xml b/plugins/org.eclipse.wst.common.emf/pom.xml
index 3b72593ed..932efa8b9 100644
--- a/plugins/org.eclipse.wst.common.emf/pom.xml
+++ b/plugins/org.eclipse.wst.common.emf/pom.xml
@@ -22,6 +22,6 @@
<groupId>org.eclipse.webtools.common</groupId>
<artifactId>org.eclipse.wst.common.emf</artifactId>
- <version>1.2.200-SNAPSHOT</version>
+ <version>1.2.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top