File tree Expand file tree Collapse file tree 27 files changed +34
-46
lines changed
starter-jersey-client-gson
starter-jersey-undertow-gson
starter-resteasy-client-gson
starter-resteasy-undertow-gson
starter-resteasy-undertow Expand file tree Collapse file tree 27 files changed +34
-46
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.holon-platform.jaxrs</groupId >
66 <artifactId >holon-jaxrs-root</artifactId >
7- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
88 </parent >
99
1010 <artifactId >holon-jaxrs-bom</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.holon-platform.jaxrs</groupId >
66 <artifactId >holon-jaxrs-root</artifactId >
7- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
88 </parent >
99
1010 <artifactId >holon-jaxrs-client-reactor</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.holon-platform.jaxrs</groupId >
66 <artifactId >holon-jaxrs-root</artifactId >
7- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
88 </parent >
99
1010 <artifactId >holon-jaxrs-client</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.holon-platform.jaxrs</groupId >
66 <artifactId >holon-jaxrs-root</artifactId >
7- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
88 </parent >
99
1010 <artifactId >holon-jaxrs-commons</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.holon-platform.jaxrs</groupId >
66 <artifactId >holon-jaxrs-root</artifactId >
7- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
88 </parent >
99
1010 <artifactId >documentation-jaxrs</artifactId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <parent >
119
1210 <groupId >com.holon-platform.jaxrs</groupId >
1311 <artifactId >holon-jaxrs-root</artifactId >
14- <version >5.3.1-SNAPSHOT </version >
12+ <version >5.4.0 </version >
1513 <packaging >pom</packaging >
1614
1715 <name >${project.groupId} :${project.artifactId} </name >
5048 <connection >scm:git:https://github.com/holon-platform/holon-jaxrs.git</connection >
5149 <url >https://github.com/holon-platform/holon-jaxrs</url >
5250 <developerConnection >scm:git:https://github.com/holon-platform/holon-jaxrs.git</developerConnection >
53- <tag >HEAD </tag >
51+ <tag >5.4.0 </tag >
5452 </scm >
5553
5654 <properties >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.holon-platform.jaxrs</groupId >
66 <artifactId >holon-jaxrs-root</artifactId >
7- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
88 </parent >
99
1010 <artifactId >holon-jaxrs-server</artifactId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <parent >
75 <groupId >com.holon-platform.jaxrs</groupId >
86 <artifactId >holon-jaxrs-root</artifactId >
9- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
108 </parent >
119
1210 <artifactId >holon-jaxrs-spring-boot-client</artifactId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <parent >
75 <groupId >com.holon-platform.jaxrs</groupId >
86 <artifactId >holon-jaxrs-root</artifactId >
9- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
108 </parent >
119
1210 <artifactId >holon-jaxrs-spring-boot-jersey</artifactId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <parent >
75 <groupId >com.holon-platform.jaxrs</groupId >
86 <artifactId >holon-jaxrs-root</artifactId >
9- <version >5.3.1-SNAPSHOT </version >
7+ <version >5.4.0 </version >
108 </parent >
119
1210 <artifactId >holon-jaxrs-spring-boot-resteasy</artifactId >
You can’t perform that action at this time.
0 commit comments