Browse Source

SEC-753: Changed Spring version range in felix plugin to [2.0,2.6) to allow use with minor 2.5 versions.

Luke Taylor 17 năm trước cách đây
mục cha
commit
6d1932da33
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      core-tiger/pom.xml
  2. 1 1
      core/pom.xml

+ 1 - 1
core-tiger/pom.xml

@@ -74,7 +74,7 @@
                         <Implementation-Title>${pom.name}</Implementation-Title>
                         <Implementation-Version>${pom.version}</Implementation-Version>
                         <Import-Package>
-                            org.springframework*;resolution:=optional;version="[2.0,2.5]",
+                            org.springframework*;resolution:=optional;version="[2.0,2.6)",
                             *;resolution:=optional
                         </Import-Package>
                     </instructions>

+ 1 - 1
core/pom.xml

@@ -157,7 +157,7 @@
                         <Implementation-Title>${pom.name}</Implementation-Title>
                         <Implementation-Version>${pom.version}</Implementation-Version>
                         <Import-Package>
-                            org.springframework*;resolution:=optional;version="[2.0,2.5]",
+                            org.springframework*;resolution:=optional;version="[2.0,2.6)",
                         	*;resolution:=optional
                         </Import-Package>
 <!--