diff --git a/spring-batch-core/template.mf b/spring-batch-core/template.mf index 3fddecb24..36d93a390 100644 --- a/spring-batch-core/template.mf +++ b/spring-batch-core/template.mf @@ -2,6 +2,7 @@ Bundle-SymbolicName: com.springframework.batch.core Bundle-Name: Spring Batch Core Bundle-Vendor: Spring Bundle-Version: ${version} +Bundle-ManifestVersion: 2 Ignored-Existing-Headers: Import-Package, Export-Package diff --git a/spring-batch-infrastructure/template.mf b/spring-batch-infrastructure/template.mf index 0a87c6581..cc9e0c77c 100644 --- a/spring-batch-infrastructure/template.mf +++ b/spring-batch-infrastructure/template.mf @@ -2,6 +2,7 @@ Bundle-SymbolicName: com.springframework.batch.infrastructure Bundle-Name: Spring Batch Infrastructure Bundle-Vendor: Spring Bundle-Version: ${version} +Bundle-ManifestVersion: 2 Ignored-Existing-Headers: Import-Package, Export-Package diff --git a/spring-batch-test/template.mf b/spring-batch-test/template.mf index 8bd9eeea2..e01ba3ccb 100644 --- a/spring-batch-test/template.mf +++ b/spring-batch-test/template.mf @@ -2,6 +2,7 @@ Bundle-SymbolicName: com.springframework.batch.test Bundle-Name: Spring Batch Test Bundle-Vendor: Spring Bundle-Version: ${version} +Bundle-ManifestVersion: 2 Ignored-Existing-Headers: Import-Package, Export-Package