Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-07-04 04:24:10 +0000
committerJayaprakash Arthanareeswaran2014-07-04 06:25:14 +0000
commite48df5b6608f0202b357a604ceceda77bab3caf3 (patch)
tree8ef154a8bb86cbe13042e937bd899173ad171a94 /org.eclipse.jdt.apt.tests
parentcd0a80a09976b15cc71df0d78ee21db16b25b8c5 (diff)
downloadeclipse.jdt.core-e48df5b6608f0202b357a604ceceda77bab3caf3.tar.gz
eclipse.jdt.core-e48df5b6608f0202b357a604ceceda77bab3caf3.tar.xz
eclipse.jdt.core-e48df5b6608f0202b357a604ceceda77bab3caf3.zip
Updating bundle versions for Mars (4.5)
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 cd3c342dea..89f637071d 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.3.500.qualifier
+Bundle-Version: 3.3.600.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 a25d6e8aa5..e35eb15baf 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.3.500-SNAPSHOT</version>
+ <version>3.3.600-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top