Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2018-02-06 03:37:08 +0000
committerJay Arthanareeswaran2018-02-06 07:10:12 +0000
commit86f7d2f2753fd7b00c4cde0ca2fce05a995dbecf (patch)
tree3c41952546ce807ee3070088f83591ee68666db2 /org.eclipse.jdt.compiler.tool.tests/pom.xml
parent0dc4115e235c23eb7b67e258b70c93e7e0596036 (diff)
downloadeclipse.jdt.core-86f7d2f2753fd7b00c4cde0ca2fce05a995dbecf.tar.gz
eclipse.jdt.core-86f7d2f2753fd7b00c4cde0ca2fce05a995dbecf.tar.xz
eclipse.jdt.core-86f7d2f2753fd7b00c4cde0ca2fce05a995dbecf.zip
Bug 530758 - Build failure in I20180205-2000I20180206-0315
Change-Id: I4064636ce0e613aa6a9e20ae59dc3447605c91f6 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests/pom.xml')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/pom.xml b/org.eclipse.jdt.compiler.tool.tests/pom.xml
index 538510369f..4ea04121ff 100644
--- a/org.eclipse.jdt.compiler.tool.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.tool.tests/pom.xml
@@ -31,7 +31,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>${tycho.version}</version>
<configuration>
<compilerArgs>
<args>-endorseddirs</args>

Back to the top