Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
path: root/jpa/tests
diff options
context:
space:
mode:
authornhauge2011-10-14 19:23:43 +0000
committernhauge2011-10-14 19:23:43 +0000
commit075a4a871e343b6abbdca2ec574b6dccaa5f6fc8 (patch)
treeb89c9de9dfd4fb3a7debf90c48a3437ff011b2f6 /jpa/tests
parent8ebbae1c2c432349e184702fa4638fbe3088276c (diff)
downloadwebtools.dali-075a4a871e343b6abbdca2ec574b6dccaa5f6fc8.tar.gz
webtools.dali-075a4a871e343b6abbdca2ec574b6dccaa5f6fc8.tar.xz
webtools.dali-075a4a871e343b6abbdca2ec574b6dccaa5f6fc8.zip
Fix for versioning blunder in maintenance stream. Maintenance was incremented too high.
Diffstat (limited to 'jpa/tests')
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.core.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/tests/org.eclipse.jpt.jpa.core.tests/META-INF/MANIFEST.MF b/jpa/tests/org.eclipse.jpt.jpa.core.tests/META-INF/MANIFEST.MF
index f4f20acfbc..3e5ee6c357 100644
--- a/jpa/tests/org.eclipse.jpt.jpa.core.tests/META-INF/MANIFEST.MF
+++ b/jpa/tests/org.eclipse.jpt.jpa.core.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.jpa.core.tests;singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.100.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.commands;bundle-version="[3.4.0,4.0.0)",

Back to the top