Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2017-05-18 12:47:18 +0000
committerMickael Istria2017-09-08 11:02:12 +0000
commit4c519144c9f59cb4c5b40bc9b375d94fdf9fd285 (patch)
tree822ea88aa02ef418e7a85c1aaed762619a2364f7 /org.eclipse.jface.text/pom.xml
parentc40615d48f10a760873dd7857883fac588438d39 (diff)
downloadeclipse.platform.text-4c519144c9f59cb4c5b40bc9b375d94fdf9fd285.tar.gz
eclipse.platform.text-4c519144c9f59cb4c5b40bc9b375d94fdf9fd285.tar.xz
eclipse.platform.text-4c519144c9f59cb4c5b40bc9b375d94fdf9fd285.zip
Including API fix Change-Id: Ieb35e68eef0f67ea3610645505843c5060ab3d31 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.jface.text/pom.xml')
-rw-r--r--org.eclipse.jface.text/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/pom.xml b/org.eclipse.jface.text/pom.xml
index 67c700590b4..2ea44349300 100644
--- a/org.eclipse.jface.text/pom.xml
+++ b/org.eclipse.jface.text/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.text</artifactId>
- <version>3.12.100-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top