2
0
Эх сурвалжийг харах

SEC-755: Updated bundle names in line with Christian's recommendations.

Luke Taylor 17 жил өмнө
parent
commit
2d3bc27d06
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      core-tiger/pom.xml
  2. 1 1
      core/pom.xml

+ 1 - 1
core-tiger/pom.xml

@@ -68,7 +68,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-SymbolicName>org.springframework.security.core-tiger</Bundle-SymbolicName>
+                        <Bundle-SymbolicName>org.springframework.bundle.security.core.tiger</Bundle-SymbolicName>
                         <Export-Package>org.springframework.security.*;version=${pom.version}</Export-Package>
                         <Private-Package>!org.springframework.security.*</Private-Package>
                         <Implementation-Title>${pom.name}</Implementation-Title>

+ 1 - 1
core/pom.xml

@@ -151,7 +151,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-SymbolicName>org.springframework.security.core</Bundle-SymbolicName>
+                        <Bundle-SymbolicName>org.springframework.bundle.security.core</Bundle-SymbolicName>
                         <Export-Package>org.springframework.security.*;version=${pom.version}</Export-Package>
                         <Private-Package>!org.springframework.security.*</Private-Package>
                         <Implementation-Title>${pom.name}</Implementation-Title>