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/pom.xml
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/pom.xml')
-rw-r--r--org.eclipse.jdt.apt.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
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