Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2015-01-01 19:35:15 +0000
committerStephan Herrmann2016-03-15 01:16:49 +0000
commit88a45b4cdaba70d85fde12789bf3e65564dcb2b8 (patch)
tree00d92a61bd853bf78d61ae04c7d8aff9544098b6 /org.eclipse.jdt.annotation/pom.xml
parentdab8dedf3b21231eb47e062a070096fe3ec843b9 (diff)
downloadeclipse.jdt.core-88a45b4cdaba70d85fde12789bf3e65564dcb2b8.tar.gz
eclipse.jdt.core-88a45b4cdaba70d85fde12789bf3e65564dcb2b8.tar.xz
eclipse.jdt.core-88a45b4cdaba70d85fde12789bf3e65564dcb2b8.zip
Bug 442103 - [null] Enhancements to org.eclipse.jdt.annotation packageI20160315-0800
Change-Id: Ifa4e33957d7779c9cf9c51f6e20828c9524398b1 Signed-off-by: Stephan Herrmann <stephan.herrmann@berlin.de>
Diffstat (limited to 'org.eclipse.jdt.annotation/pom.xml')
-rw-r--r--org.eclipse.jdt.annotation/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.annotation/pom.xml b/org.eclipse.jdt.annotation/pom.xml
index 95d10b0554..304aa60713 100644
--- a/org.eclipse.jdt.annotation/pom.xml
+++ b/org.eclipse.jdt.annotation/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2014 Eclipse Foundation and others.
+ Copyright (c) 2012, 2016 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
- <version>2.0.100-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top