Skip to content

Commit 8f1e89f

Browse files
committed
SWS-325
1 parent 9fe8dbb commit 8f1e89f

File tree

7 files changed

+27
-20
lines changed

7 files changed

+27
-20
lines changed

core-tiger/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<parent>
34
<artifactId>spring-ws-parent</artifactId>
45
<groupId>org.springframework.ws</groupId>
@@ -59,7 +60,7 @@
5960
org.springframework.xml*,
6061
org.springframework.oxm*,
6162
org.springframework.ws*,
62-
org.springframework*;version="[2.0,2.5]",
63+
org.springframework*;version="2.0",
6364
*;resolution:=optional
6465
</Import-Package>
6566
<Implementation-Title>${pom.name}</Implementation-Title>

core/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<parent>
34
<artifactId>spring-ws-parent</artifactId>
45
<groupId>org.springframework.ws</groupId>
@@ -61,7 +62,7 @@
6162
org.springframework.xml*,
6263
org.springframework.oxm*,
6364
org.springframework.ws*,
64-
org.springframework*;version="[2.0,2.5]",
65+
org.springframework*;version="2.0",
6566
*;resolution:=optional
6667
</Import-Package>
6768
<Implementation-Title>${pom.name}</Implementation-Title>

oxm-tiger/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<parent>
34
<artifactId>spring-ws-parent</artifactId>
45
<groupId>org.springframework.ws</groupId>
@@ -64,8 +65,8 @@
6465
<configuration>
6566
<tasks>
6667
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
67-
<property name="maven.test.skip" value="${maven.test.skip}" />
68-
<target name="generate-test-sources" />
68+
<property name="maven.test.skip" value="${maven.test.skip}"/>
69+
<target name="generate-test-sources"/>
6970
</ant>
7071
</tasks>
7172
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -95,7 +96,7 @@
9596
javax.xml.transform*,
9697
org.springframework.xml*,
9798
org.springframework.oxm*,
98-
org.springframework*;version="[2.0,2.5]",
99+
org.springframework*;version="2.0",
99100
*;resolution:=optional
100101
</Import-Package>
101102
<Implementation-Title>${pom.name}</Implementation-Title>

oxm/pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<parent>
34
<artifactId>spring-ws-parent</artifactId>
45
<groupId>org.springframework.ws</groupId>
@@ -39,8 +40,8 @@
3940
<configuration>
4041
<tasks>
4142
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
42-
<property name="maven.test.skip" value="${maven.test.skip}" />
43-
<target name="generate-test-sources" />
43+
<property name="maven.test.skip" value="${maven.test.skip}"/>
44+
<target name="generate-test-sources"/>
4445
</ant>
4546
</tasks>
4647
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -55,8 +56,8 @@
5556
<configuration>
5657
<tasks>
5758
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
58-
<property name="maven.test.skip" value="${maven.test.skip}" />
59-
<target name="test-compile" />
59+
<property name="maven.test.skip" value="${maven.test.skip}"/>
60+
<target name="test-compile"/>
6061
</ant>
6162
</tasks>
6263
</configuration>
@@ -91,7 +92,7 @@
9192
org.w3c.dom*,
9293
org.springframework.xml*,
9394
org.springframework.oxm*,
94-
org.springframework*;version="[2.0,2.5]",
95+
org.springframework*;version="2.0",
9596
*;resolution:=optional
9697
</Import-Package>
9798
<Implementation-Title>${pom.name}</Implementation-Title>

security/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<parent>
34
<artifactId>spring-ws-parent</artifactId>
45
<groupId>org.springframework.ws</groupId>
@@ -74,7 +75,7 @@
7475
javax.xml.soap*,
7576
com.sun.xml.wss*,
7677
org.springframework.ws*,
77-
org.springframework*;version="[2.0,2.5]",
78+
org.springframework*;version="2.0",
7879
*;resolution:=optional
7980
</Import-Package>
8081
<Implementation-Title>${pom.name}</Implementation-Title>

support/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<parent>
34
<artifactId>spring-ws-parent</artifactId>
45
<groupId>org.springframework.ws</groupId>
@@ -63,7 +64,7 @@
6364
javax.jms*,
6465
javax.mail*,
6566
org.springframework.ws*,
66-
org.springframework*;version="[2.0,2.5]",
67+
org.springframework*;version="2.0",
6768
*;resolution:=optional
6869
</Import-Package>
6970
<Implementation-Title>${pom.name}</Implementation-Title>

xml/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<parent>
34
<artifactId>spring-ws-parent</artifactId>
45
<groupId>org.springframework.ws</groupId>
@@ -43,7 +44,7 @@
4344
org.xml.sax*,
4445
org.w3c.dom*,
4546
org.springframework.xml*,
46-
org.springframework*;version="[2.0,2.5]",
47+
org.springframework*;version="2.0",
4748
*;resolution:=optional
4849
</Import-Package>
4950
<Implementation-Title>${pom.name}</Implementation-Title>

0 commit comments

Comments
 (0)