From c29895586bf26e36c87809d0f3e6ef4fc8e0026d Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 2 Feb 2009 15:16:14 +0000 Subject: [PATCH] RESOLVED - issue BATCH-1054: Maven Build - incompatible bundle manifest version http://jira.springframework.org/browse/BATCH-1054 --- spring-batch-core/template.mf | 1 + spring-batch-infrastructure/template.mf | 1 + spring-batch-test/template.mf | 1 + 3 files changed, 3 insertions(+) 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