Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2017-05-11 14:08:09 +0000
committerJay Arthanareeswaran2017-05-11 14:08:09 +0000
commit2f237565131a82ca117237057293771bc9fc9723 (patch)
tree96020fec94539ca74e0e172d4fe05b81583d9162 /org.eclipse.jdt.apt.pluggable.tests
parentec68d4e81079e41fe140afad91cbb6a0d82b561e (diff)
downloadeclipse.jdt.core-2f237565131a82ca117237057293771bc9fc9723.tar.gz
eclipse.jdt.core-2f237565131a82ca117237057293771bc9fc9723.tar.xz
eclipse.jdt.core-2f237565131a82ca117237057293771bc9fc9723.zip
Bug 516457 - Many of plug-ins need a version increaseI20170516-0800I20170515-2000I20170515-0910I20170515-0800
Change-Id: I5ebc1554911b652d63d4cb6a9e490efa0202ef9e Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.apt.pluggable.tests')
-rw-r--r--org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.apt.pluggable.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF
index c3874e9342..3622d1d6a3 100644
--- a/org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.pluggable.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.apt.pluggable.tests;singleton:=true
-Bundle-Version: 3.4.100.qualifier
+Bundle-Version: 3.4.200.qualifier
Bundle-Activator: org.eclipse.jdt.apt.pluggable.tests.Apt6TestsPlugin
Bundle-Localization: plugin
Require-Bundle: org.junit,
diff --git a/org.eclipse.jdt.apt.pluggable.tests/pom.xml b/org.eclipse.jdt.apt.pluggable.tests/pom.xml
index 63fafd14bd..0d83678f46 100644
--- a/org.eclipse.jdt.apt.pluggable.tests/pom.xml
+++ b/org.eclipse.jdt.apt.pluggable.tests/pom.xml
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.apt.pluggable.tests</artifactId>
- <version>3.4.100-SNAPSHOT</version>
+ <version>3.4.200-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top