Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2019-03-22 04:50:59 +0000
committerManoj Palat2019-03-22 04:50:59 +0000
commit0aca1a5fa4cd20f42bc0e3e5ca7e6c0bdd8570d6 (patch)
treee9357533c471adc26563b2b8db8ea0f40336deb2 /org.eclipse.jdt.compiler.tool/pom.xml
parent9322de8284baa1f4c31390b4753796fd570bcd00 (diff)
downloadeclipse.jdt.core-0aca1a5fa4cd20f42bc0e3e5ca7e6c0bdd8570d6.tar.gz
eclipse.jdt.core-0aca1a5fa4cd20f42bc0e3e5ca7e6c0bdd8570d6.tar.xz
eclipse.jdt.core-0aca1a5fa4cd20f42bc0e3e5ca7e6c0bdd8570d6.zip
Bug 545638 - IUs in current repo that increase versions but withI20190322-1800
qualifier only Change-Id: I3bc56a9e59225e991e686f36688979a652a5ae18 Signed-off-by: Manoj Palat <manpalat@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.compiler.tool/pom.xml')
-rw-r--r--org.eclipse.jdt.compiler.tool/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool/pom.xml b/org.eclipse.jdt.compiler.tool/pom.xml
index 957a24560f..fca782803d 100644
--- a/org.eclipse.jdt.compiler.tool/pom.xml
+++ b/org.eclipse.jdt.compiler.tool/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.tool</artifactId>
- <version>1.2.500-SNAPSHOT</version>
+ <version>1.2.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top