Skip to content

Commit 85c4151

Browse files
committed
Merge remote-tracking branch 'origin/3.1.x'
2 parents b7de95e + 6e48199 commit 85c4151

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<artifactId>spring-cloud-openfeign</artifactId>
99
<version>4.0.2-SNAPSHOT</version>
1010
</parent>
11+
<scm>
12+
<url>https://github.com/spring-cloud/spring-cloud-openfeign</url>
13+
</scm>
1114
<artifactId>spring-cloud-openfeign-docs</artifactId>
1215
<packaging>jar</packaging>
1316
<name>Spring Cloud OpenFeign Docs</name>

spring-cloud-openfeign-core/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<version>4.0.2-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
12+
<scm>
13+
<url>https://github.com/spring-cloud/spring-cloud-openfeign</url>
14+
</scm>
1215
<artifactId>spring-cloud-openfeign-core</artifactId>
1316
<packaging>jar</packaging>
1417
<name>Spring Cloud OpenFeign Core</name>

spring-cloud-starter-openfeign/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<version>4.0.2-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
11+
<scm>
12+
<url>https://github.com/spring-cloud/spring-cloud-openfeign</url>
13+
</scm>
1114
<artifactId>spring-cloud-starter-openfeign</artifactId>
1215
<name>Spring Cloud Starter OpenFeign</name>
1316
<description>Spring Cloud Starter OpenFeign</description>

0 commit comments

Comments
 (0)