Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-06-14 06:25:17 +0000
committerSarika Sinha2019-06-14 06:25:17 +0000
commit655f765644ef0144d85608a914424d794a0d298f (patch)
treee4042d79b8de1b251afb080db3a8c0e38ab9ad0f
parent39d4c7c5e9fa46c0af885e77080b99c7267dc02f (diff)
downloadeclipse.jdt.core-655f765644ef0144d85608a914424d794a0d298f.tar.gz
eclipse.jdt.core-655f765644ef0144d85608a914424d794a0d298f.tar.xz
eclipse.jdt.core-655f765644ef0144d85608a914424d794a0d298f.zip
Service segment bump for 4.13
Change-Id: If309290cda1524de35bb14db2756c10b70a022fa Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
-rw-r--r--org.eclipse.jdt.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core/META-INF/MANIFEST.MF b/org.eclipse.jdt.core/META-INF/MANIFEST.MF
index 1c02974528..75de8d609c 100644
--- a/org.eclipse.jdt.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Main-Class: org.eclipse.jdt.internal.compiler.batch.Main
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.core; singleton:=true
-Bundle-Version: 3.18.0.qualifier
+Bundle-Version: 3.18.100.qualifier
Bundle-Activator: org.eclipse.jdt.core.JavaCore
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index 247802bb82..f6a19a6851 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2018 Eclipse Foundation and others.
+ Copyright (c) 2012, 2019 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,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
- <version>3.18.0-SNAPSHOT</version>
+ <version>3.18.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>

Back to the top