Upgrade samples to better support current Spring Boot + Spring WS.
* Ensure each module is pointed back at the parent. * Parent now carries the version of Spring Boot. * Migrate one Axis JAR file. * Override Spring Boot's version of Spring WS, ensuring we are buliding against latest snapshot. * Point Jenkinsfile at Spring WS's main job.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.5.7</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<artifactId>spring-ws-samples</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../</relativePath> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
|
||||
Reference in New Issue
Block a user