Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-08-29 08:40:43 +0000
committerJayaprakash Arthanareeswaran2013-08-29 08:40:43 +0000
commitf18f7c02b98c146e8137b7662982e2d6df05d49c (patch)
tree819b844bad6c1b5c06979b461c87daf043d8e1e3 /org.eclipse.jdt.apt.tests
parentc2496f796cd207989b65a8ad853b4e5f882566e7 (diff)
downloadeclipse.jdt.core-f18f7c02b98c146e8137b7662982e2d6df05d49c.tar.gz
eclipse.jdt.core-f18f7c02b98c146e8137b7662982e2d6df05d49c.tar.xz
eclipse.jdt.core-f18f7c02b98c146e8137b7662982e2d6df05d49c.zip
Adjusting the version in pom and MANIFEST to reflect R4_3_maintenance
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.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.tests/META-INF/MANIFEST.MF
index c9b1545ef2..6ddc5efc80 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.400.qualifier
Bundle-ClassPath: apt.jar,
aptext.jar
Bundle-Activator: org.eclipse.jdt.apt.tests.plugin.AptTestsPlugin
diff --git a/org.eclipse.jdt.apt.tests/pom.xml b/org.eclipse.jdt.apt.tests/pom.xml
index 4f3d7bb5a5..5f4bed137b 100644
--- a/org.eclipse.jdt.apt.tests/pom.xml
+++ b/org.eclipse.jdt.apt.tests/pom.xml
@@ -14,10 +14,10 @@
<parent>
<artifactId>eclipse.jdt.core</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.apt.tests</artifactId>
- <version>3.3.500-SNAPSHOT</version>
+ <version>3.3.400-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top