Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2017-12-04 13:54:48 +0000
committerJay Arthanareeswaran2017-12-04 13:56:40 +0000
commit06c773cab3ba97bc2666fa4f2f18aba9085db55c (patch)
treef82f4ee82d0bd75cad99fde0f28e772510c22488 /org.eclipse.jdt.annotation/pom.xml
parent2d19e28eb87a29fea3b4dab9b0289a073ee6f30c (diff)
downloadeclipse.jdt.core-06c773cab3ba97bc2666fa4f2f18aba9085db55c.tar.gz
eclipse.jdt.core-06c773cab3ba97bc2666fa4f2f18aba9085db55c.tar.xz
eclipse.jdt.core-06c773cab3ba97bc2666fa4f2f18aba9085db55c.zip
Bundles need version update after addition of automatic module namesI20171205-0250I20171205-0030I20171204-2000
Change-Id: I6c607320463dc7e68dc961d74a627a6c59fd41cf Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.annotation/pom.xml')
-rw-r--r--org.eclipse.jdt.annotation/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.annotation/pom.xml b/org.eclipse.jdt.annotation/pom.xml
index ef233958c1..9388ccce7d 100644
--- a/org.eclipse.jdt.annotation/pom.xml
+++ b/org.eclipse.jdt.annotation/pom.xml
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
- <version>2.1.100-SNAPSHOT</version>
+ <version>2.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top