File tree Expand file tree Collapse file tree 14 files changed +25
-32
lines changed
Expand file tree Collapse file tree 14 files changed +25
-32
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"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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/xsd/maven-4.0.0.xsd" >
32 <parent >
43 <artifactId >servlet4-demo</artifactId >
54 <groupId >de.holisticon</groupId >
6- <version >0 .0.1-SNAPSHOT </version >
5+ <version >1 .0.0 </version >
76 </parent >
87 <modelVersion >4.0.0</modelVersion >
98
Original file line number Diff line number Diff line change 11@ SuppressWarnings ({"deprecation" , "removal" })
22 module de .holisticon .servlet4demo .jettyclient {
33
4- requires de .holisticon .servlet4demo ;
4+ requires de .holisticon .servlet4demo . util ;
55
66 requires spring .core ;
77 requires spring .beans ;
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"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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/xsd/maven-4.0.0.xsd" >
32 <parent >
43 <artifactId >servlet4-demo</artifactId >
54 <groupId >de.holisticon</groupId >
6- <version >0 .0.1-SNAPSHOT </version >
5+ <version >1 .0.0 </version >
76 </parent >
87 <modelVersion >4.0.0</modelVersion >
98
Original file line number Diff line number Diff line change 11module de .holisticon .servlet4demo .okhttpclient {
22
3- requires de .holisticon .servlet4demo ;
3+ requires de .holisticon .servlet4demo . util ;
44
55 requires spring .core ;
66 requires spring .expression ;
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"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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/xsd/maven-4.0.0.xsd" >
32 <parent >
43 <artifactId >servlet4-demo</artifactId >
54 <groupId >de.holisticon</groupId >
6- <version >0 .0.1-SNAPSHOT </version >
5+ <version >1 .0.0 </version >
76 </parent >
87 <modelVersion >4.0.0</modelVersion >
98
Original file line number Diff line number Diff line change 1- module de .holisticon .servlet4demo {
1+ module de .holisticon .servlet4demo . util {
22
33 exports de .holisticon .servlet4demo ;
44}
Original file line number Diff line number Diff line change 279279 <flowInitContext >
280280 <masterBranchName >master</masterBranchName >
281281 <developBranchName >development</developBranchName >
282- <featureBranchPrefix >feature/- </featureBranchPrefix >
282+ <featureBranchPrefix >feature/</featureBranchPrefix >
283283 <releaseBranchPrefix >release-</releaseBranchPrefix >
284284 <hotfixBranchPrefix >hotfix-</hotfixBranchPrefix >
285285 <versionTagPrefix >version-</versionTagPrefix >
288288 <password >PASSWORD_FOR_A_GIT_USER</password >
289289 <noDeploy >true</noDeploy >
290290 <squash >true</squash >
291- <scmCommentPrefix >[RELEASE] </scmCommentPrefix >
291+ <scmCommentPrefix >[RELEASE]</scmCommentPrefix >
292292 </configuration >
293293 </plugin >
294294 <plugin >
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"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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/xsd/maven-4.0.0.xsd" >
32 <parent >
43 <artifactId >servlet4-demo</artifactId >
54 <groupId >de.holisticon</groupId >
6- <version >0 .0.1-SNAPSHOT </version >
5+ <version >1 .0.0 </version >
76 </parent >
87 <modelVersion >4.0.0</modelVersion >
98
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >de.holisticon</groupId >
76 <artifactId >servlet4-demo-server-jetty</artifactId >
8- <version >0 .0.1-SNAPSHOT </version >
7+ <version >1 .0.0 </version >
98 <packaging >jar</packaging >
109
1110 <name >servlet4-demo-server-jetty</name >
1413 <parent >
1514 <groupId >de.holisticon</groupId >
1615 <artifactId >servlet4-demo</artifactId >
17- <version >0 .0.1-SNAPSHOT </version >
16+ <version >1 .0.0 </version >
1817 </parent >
1918
2019 <properties >
Original file line number Diff line number Diff line change 11module de .holisticon .servlet4demo .serverjetty {
22
3- requires de .holisticon .servlet4demo ;
3+ requires de .holisticon .servlet4demo . util ;
44
55 requires spring .core ;
66 requires spring .beans ;
You can’t perform that action at this time.
0 commit comments