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.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.tests')
-rw-r--r--org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.apt.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
index b73d6eb98c..ca8c494f5f 100644
--- a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.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.tests; singleton:=true
-Bundle-Version: 3.4.0.qualifier
+Bundle-Version: 3.4.100.qualifier
Bundle-ClassPath: apt.jar,
aptext.jar,
.
diff --git a/org.eclipse.jdt.apt.tests/pom.xml b/org.eclipse.jdt.apt.tests/pom.xml
index f996a84eb5..7f31d1eb73 100644
--- a/org.eclipse.jdt.apt.tests/pom.xml
+++ b/org.eclipse.jdt.apt.tests/pom.xml
@@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.apt.tests</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+ <version>3.4.100-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top