File tree 5 files changed +8
-8
lines changed
spring-cloud-openfeign-core
spring-cloud-openfeign-dependencies
spring-cloud-starter-openfeign
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.3.0-M3 </version >
11
+ <version >4.3.0-SNAPSHOT </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.3.0-M3 </version >
7
+ <version >4.3.0-SNAPSHOT </version >
8
8
<packaging >pom</packaging >
9
9
<name >Spring Cloud OpenFeign</name >
10
10
<description >Spring Cloud OpenFeign</description >
11
11
<parent >
12
12
<groupId >org.springframework.cloud</groupId >
13
13
<artifactId >spring-cloud-build</artifactId >
14
- <version >4.3.0-M3 </version >
14
+ <version >4.3.0-SNAPSHOT </version >
15
15
<relativePath />
16
16
</parent >
17
17
<scm >
26
26
<properties >
27
27
<main .basedir>${basedir} </main .basedir>
28
28
<jackson .version>2.18.3</jackson .version>
29
- <spring-cloud-commons .version>4.3.0-M3 </spring-cloud-commons .version>
29
+ <spring-cloud-commons .version>4.3.0-SNAPSHOT </spring-cloud-commons .version>
30
30
31
31
<!-- Plugin versions -->
32
32
<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.3.0-M3 </version >
9
+ <version >4.3.0-SNAPSHOT </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.3.0-M3 </version >
9
+ <version >4.3.0-SNAPSHOT </version >
10
10
<relativePath />
11
11
</parent >
12
12
<artifactId >spring-cloud-openfeign-dependencies</artifactId >
13
- <version >4.3.0-M3 </version >
13
+ <version >4.3.0-SNAPSHOT </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.3.0-M3 </version >
8
+ <version >4.3.0-SNAPSHOT </version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
<scm >
You can’t perform that action at this time.
0 commit comments