Bug 574722 - Version increment for jdt bundles

Change-Id: I773ec50c201745aa468585caa35d1aaaa7a634e1
Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.core.binaries/+/183008
Tested-by: JDT Bot <jdt-bot@eclipse.org>
diff --git a/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF b/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF
index bae804d..cd7933a 100644
--- a/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jdt.core.tests.binaries
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.0.250.qualifier
 Bundle-Vendor: %providerName
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Eclipse-BundleShape: dir
diff --git a/org.eclipse.jdt.core.tests.binaries/pom.xml b/org.eclipse.jdt.core.tests.binaries/pom.xml
index 1cd3240..000f8d5 100644
--- a/org.eclipse.jdt.core.tests.binaries/pom.xml
+++ b/org.eclipse.jdt.core.tests.binaries/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2016 Eclipse Foundation and others.
+  Copyright (c) 2012, 2021 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -18,6 +18,6 @@
   </parent>
   <groupId>org.eclipse.jdt</groupId>
   <artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
-  <version>1.0.200-SNAPSHOT</version>
+  <version>1.0.250-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 </project>