diff --git a/core/pom.xml b/core/pom.xml
index 7702563b37..90ca7689f7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
spring-security-parent
2.0-SNAPSHOT
- jar
+ bundle
spring-security-core
Spring Security - Core
@@ -140,24 +140,31 @@
-
-
- ${basedir}/../
- META-INF
-
- notice.txt
-
- false
-
-
- ${basedir}/src/main/resources
- /
-
- **/*
-
- false
-
-
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ ${felix.version}
+ true
+
+
+ org.springframework.security.*;version=${pom.version}
+ !org.springframework.security.*
+ ${pom.name}
+ ${pom.version}
+
+ org.springframework*;resolution:=optional;version="[2.0,2.5]",
+ *;resolution:=optional
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index e8aeed3b0e..d03b562def 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
Spring Security
- Interface21, Inc
+ SpringSource, Inc
http://sourceforge.net/projects/acegisecurity
@@ -244,7 +244,7 @@
1.2.2
-
+
org.apache.maven.plugins
maven-help-plugin
@@ -609,12 +609,12 @@
runtime
-
-
+
2.0.6
+ 1.4.0
${basedir}/src/docbkx
- ${basedir}/target/site/guide
+ ${basedir}/target/site/guide