File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
spring-cloud-openfeign-core
spring-cloud-openfeign-dependencies
spring-cloud-starter-openfeign Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-openfeign</artifactId >
11
- <version >4.2.2-SNAPSHOT </version >
11
+ <version >4.2.2</version >
12
12
<relativePath >..</relativePath >
13
13
</parent >
14
14
<scm >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >spring-cloud-openfeign</artifactId >
7
- <version >4.2.2-SNAPSHOT </version >
7
+ <version >4.2.2</version >
8
8
<packaging >pom</packaging >
9
9
<name >Spring Cloud OpenFeign</name >
10
10
<description >Spring Cloud OpenFeign</description >
13
13
<parent >
14
14
<groupId >org.springframework.cloud</groupId >
15
15
<artifactId >spring-cloud-build</artifactId >
16
- <version >4.2.2-SNAPSHOT </version >
16
+ <version >4.2.2</version >
17
17
<relativePath />
18
18
</parent >
19
19
<scm >
86
86
<properties >
87
87
<main .basedir>${basedir} </main .basedir>
88
88
<jackson .version>2.18.4</jackson .version>
89
- <spring-cloud-commons .version>4.2.2-SNAPSHOT </spring-cloud-commons .version>
89
+ <spring-cloud-commons .version>4.2.2</spring-cloud-commons .version>
90
90
91
91
<!-- Plugin versions -->
92
92
<maven-eclipse-plugin .version>2.10</maven-eclipse-plugin .version>
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-openfeign</artifactId >
9
- <version >4.2.2-SNAPSHOT </version >
9
+ <version >4.2.2</version >
10
10
<relativePath >..</relativePath > <!-- lookup parent from repository -->
11
11
</parent >
12
12
<scm >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >spring-cloud-dependencies-parent</artifactId >
8
8
<groupId >org.springframework.cloud</groupId >
9
- <version >4.2.2-SNAPSHOT </version >
9
+ <version >4.2.2</version >
10
10
<relativePath />
11
11
</parent >
12
12
<artifactId >spring-cloud-openfeign-dependencies</artifactId >
13
- <version >4.2.2-SNAPSHOT </version >
13
+ <version >4.2.2</version >
14
14
<packaging >pom</packaging >
15
15
<name >spring-cloud-openfeign-dependencies</name >
16
16
<description >Spring Cloud OpenFeign Dependencies</description >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.cloud</groupId >
7
7
<artifactId >spring-cloud-openfeign</artifactId >
8
- <version >4.2.2-SNAPSHOT </version >
8
+ <version >4.2.2</version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
<scm >
You can’t perform that action at this time.
0 commit comments