File tree Expand file tree Collapse file tree 7 files changed +27
-20
lines changed Expand file tree Collapse file tree 7 files changed +27
-20
lines changed Original file line number Diff line number Diff line change 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" >
2
3
<parent >
3
4
<artifactId >spring-ws-parent</artifactId >
4
5
<groupId >org.springframework.ws</groupId >
59
60
org.springframework.xml*,
60
61
org.springframework.oxm*,
61
62
org.springframework.ws*,
62
- org.springframework*;version="[ 2.0,2.5] ",
63
+ org.springframework*;version="2.0",
63
64
*;resolution:=optional
64
65
</Import-Package >
65
66
<Implementation-Title >${pom.name} </Implementation-Title >
Original file line number Diff line number Diff line change 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" >
2
3
<parent >
3
4
<artifactId >spring-ws-parent</artifactId >
4
5
<groupId >org.springframework.ws</groupId >
61
62
org.springframework.xml*,
62
63
org.springframework.oxm*,
63
64
org.springframework.ws*,
64
- org.springframework*;version="[ 2.0,2.5] ",
65
+ org.springframework*;version="2.0",
65
66
*;resolution:=optional
66
67
</Import-Package >
67
68
<Implementation-Title >${pom.name} </Implementation-Title >
Original file line number Diff line number Diff line change 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" >
2
3
<parent >
3
4
<artifactId >spring-ws-parent</artifactId >
4
5
<groupId >org.springframework.ws</groupId >
64
65
<configuration >
65
66
<tasks >
66
67
<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" />
69
70
</ant >
70
71
</tasks >
71
72
<testSourceRoot >${project.build.directory} /generated-sources/test/java</testSourceRoot >
95
96
javax.xml.transform*,
96
97
org.springframework.xml*,
97
98
org.springframework.oxm*,
98
- org.springframework*;version="[ 2.0,2.5] ",
99
+ org.springframework*;version="2.0",
99
100
*;resolution:=optional
100
101
</Import-Package >
101
102
<Implementation-Title >${pom.name} </Implementation-Title >
Original file line number Diff line number Diff line change 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" >
2
3
<parent >
3
4
<artifactId >spring-ws-parent</artifactId >
4
5
<groupId >org.springframework.ws</groupId >
39
40
<configuration >
40
41
<tasks >
41
42
<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" />
44
45
</ant >
45
46
</tasks >
46
47
<testSourceRoot >${project.build.directory} /generated-sources/test/java</testSourceRoot >
55
56
<configuration >
56
57
<tasks >
57
58
<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" />
60
61
</ant >
61
62
</tasks >
62
63
</configuration >
91
92
org.w3c.dom*,
92
93
org.springframework.xml*,
93
94
org.springframework.oxm*,
94
- org.springframework*;version="[ 2.0,2.5] ",
95
+ org.springframework*;version="2.0",
95
96
*;resolution:=optional
96
97
</Import-Package >
97
98
<Implementation-Title >${pom.name} </Implementation-Title >
Original file line number Diff line number Diff line change 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" >
2
3
<parent >
3
4
<artifactId >spring-ws-parent</artifactId >
4
5
<groupId >org.springframework.ws</groupId >
74
75
javax.xml.soap*,
75
76
com.sun.xml.wss*,
76
77
org.springframework.ws*,
77
- org.springframework*;version="[ 2.0,2.5] ",
78
+ org.springframework*;version="2.0",
78
79
*;resolution:=optional
79
80
</Import-Package >
80
81
<Implementation-Title >${pom.name} </Implementation-Title >
Original file line number Diff line number Diff line change 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" >
2
3
<parent >
3
4
<artifactId >spring-ws-parent</artifactId >
4
5
<groupId >org.springframework.ws</groupId >
63
64
javax.jms*,
64
65
javax.mail*,
65
66
org.springframework.ws*,
66
- org.springframework*;version="[ 2.0,2.5] ",
67
+ org.springframework*;version="2.0",
67
68
*;resolution:=optional
68
69
</Import-Package >
69
70
<Implementation-Title >${pom.name} </Implementation-Title >
Original file line number Diff line number Diff line change 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" >
2
3
<parent >
3
4
<artifactId >spring-ws-parent</artifactId >
4
5
<groupId >org.springframework.ws</groupId >
43
44
org.xml.sax*,
44
45
org.w3c.dom*,
45
46
org.springframework.xml*,
46
- org.springframework*;version="[ 2.0,2.5] ",
47
+ org.springframework*;version="2.0",
47
48
*;resolution:=optional
48
49
</Import-Package >
49
50
<Implementation-Title >${pom.name} </Implementation-Title >
You can’t perform that action at this time.
0 commit comments