diff --git a/spring-batch-core/template.mf b/spring-batch-core/template.mf index 497a81473..8400a07e3 100644 --- a/spring-batch-core/template.mf +++ b/spring-batch-core/template.mf @@ -1,4 +1,4 @@ -Bundle-SymbolicName: com.springframework.batch.core +Bundle-SymbolicName: org.springframework.batch.core Bundle-Name: Spring Batch Core Bundle-Vendor: Spring Bundle-Version: ${version} diff --git a/spring-batch-infrastructure/template.mf b/spring-batch-infrastructure/template.mf index cc9e0c77c..8073642c7 100644 --- a/spring-batch-infrastructure/template.mf +++ b/spring-batch-infrastructure/template.mf @@ -1,4 +1,4 @@ -Bundle-SymbolicName: com.springframework.batch.infrastructure +Bundle-SymbolicName: org.springframework.batch.infrastructure Bundle-Name: Spring Batch Infrastructure Bundle-Vendor: Spring Bundle-Version: ${version} diff --git a/spring-batch-test/template.mf b/spring-batch-test/template.mf index b7794b81a..5f3389987 100644 --- a/spring-batch-test/template.mf +++ b/spring-batch-test/template.mf @@ -1,4 +1,4 @@ -Bundle-SymbolicName: com.springframework.batch.test +Bundle-SymbolicName: org.springframework.batch.test Bundle-Name: Spring Batch Test Bundle-Vendor: Spring Bundle-Version: ${version}