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.core
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.core')
-rw-r--r--org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.apt.core/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF
index 1f3a4476e8..c10d20cfd4 100644
--- a/org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.apt.core; singleton:=true
-Bundle-Version: 3.3.600.qualifier
+Bundle-Version: 3.3.500.qualifier
Bundle-Localization: plugin
Export-Package: com.sun.mirror.apt,
com.sun.mirror.declaration,
diff --git a/org.eclipse.jdt.apt.core/pom.xml b/org.eclipse.jdt.apt.core/pom.xml
index 8716032847..15ada34302 100644
--- a/org.eclipse.jdt.apt.core/pom.xml
+++ b/org.eclipse.jdt.apt.core/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.core</artifactId>
- <version>3.3.600-SNAPSHOT</version>
+ <version>3.3.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top