File tree Expand file tree Collapse file tree 11 files changed +19
-33
lines changed
services-transport-parent
services-transport-jackson
services-transport-rsocket Expand file tree Collapse file tree 11 files changed +19
-33
lines changed 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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <parent >
119 </parent >
1210
1311 <artifactId >scalecube-services-parent</artifactId >
14- <version >2.12.7-SNAPSHOT </version >
12+ <version >2.12.7</version >
1513 <packaging >pom</packaging >
1614 <name >ScaleCube-Services</name >
1715
5553 <connection >scm:git:https://github.com/scalecube/scalecube-services.git</connection >
5654 <developerConnection >scm:git:https://github.com/scalecube/scalecube-services.git
5755 </developerConnection >
58- <tag >HEAD </tag >
56+ <tag >release-2.12.7 </tag >
5957 </scm >
6058
6159 <properties >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53
64 <modelVersion >4.0.0</modelVersion >
75
86 <parent >
97 <groupId >io.scalecube</groupId >
108 <artifactId >scalecube-services-parent</artifactId >
11- <version >2.12.7-SNAPSHOT </version >
9+ <version >2.12.7</version >
1210 </parent >
1311
1412 <artifactId >scalecube-services-api</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 >io.scalecube</groupId >
86 <artifactId >scalecube-services-parent</artifactId >
9- <version >2.12.7-SNAPSHOT </version >
7+ <version >2.12.7</version >
108 </parent >
119
1210 <artifactId >scalecube-services-discovery</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.scalecube</groupId >
77 <artifactId >scalecube-services-parent</artifactId >
8- <version >2.12.7-SNAPSHOT </version >
8+ <version >2.12.7</version >
99 </parent >
1010
1111 <artifactId >scalecube-services-examples</artifactId >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <parent >
86 <groupId >io.scalecube</groupId >
97 <artifactId >scalecube-services-parent</artifactId >
10- <version >2.12.7-SNAPSHOT </version >
8+ <version >2.12.7</version >
119 </parent >
1210
1311 <artifactId >scalecube-services-gateway</artifactId >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <parent >
86 <groupId >io.scalecube</groupId >
97 <artifactId >scalecube-services-parent</artifactId >
10- <version >2.12.7-SNAPSHOT </version >
8+ <version >2.12.7</version >
119 </parent >
1210
1311 <artifactId >scalecube-services-security</artifactId >
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <parent >
86 <groupId >io.scalecube</groupId >
97 <artifactId >scalecube-services-parent</artifactId >
10- <version >2.12.7-SNAPSHOT </version >
8+ <version >2.12.7</version >
119 </parent >
1210
1311 <artifactId >scalecube-services-testlib</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.scalecube</groupId >
77 <artifactId >scalecube-services-parent</artifactId >
8- <version >2.12.7-SNAPSHOT </version >
8+ <version >2.12.7</version >
99 </parent >
1010
1111 <artifactId >scalecube-services-transport-parent</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.scalecube</groupId >
66 <artifactId >scalecube-services-transport-parent</artifactId >
7- <version >2.12.7-SNAPSHOT </version >
7+ <version >2.12.7</version >
88 </parent >
99
1010 <artifactId >scalecube-services-transport-jackson</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.scalecube</groupId >
66 <artifactId >scalecube-services-transport-parent</artifactId >
7- <version >2.12.7-SNAPSHOT </version >
7+ <version >2.12.7</version >
88 </parent >
99
1010 <artifactId >scalecube-services-transport-rsocket</artifactId >
You can’t perform that action at this time.
0 commit comments