Skip to content

Commit ecdbc90

Browse files
Clearing
1 parent 77a9a6d commit ecdbc90

File tree

156 files changed

+0
-811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+0
-811
lines changed

beer_contracts/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
mavenLocal()
55
maven { url "https://repo.spring.io/snapshot" }
66
maven { url "https://repo.spring.io/milestone" }
7-
maven { url "https://repo.spring.io/release" }
87
}
98
dependencies {
109
classpath "io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE"
@@ -24,7 +23,6 @@ repositories {
2423
mavenLocal()
2524
maven { url "https://repo.spring.io/snapshot" }
2625
maven { url "https://repo.spring.io/milestone" }
27-
maven { url "https://repo.spring.io/release" }
2826
}
2927

3028
ext {

beer_contracts/example/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@
6767
<!-- end::config[] -->
6868

6969
<repositories>
70-
<repository>
71-
<id>sonatype</id>
72-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
73-
<snapshots />
74-
</repository>
7570
<repository>
7671
<id>spring-snapshots</id>
7772
<name>Spring Snapshots</name>
@@ -114,14 +109,6 @@
114109
<enabled>true</enabled>
115110
</snapshots>
116111
</pluginRepository>
117-
<pluginRepository>
118-
<id>spring-plugin-milestones</id>
119-
<name>Spring Milestones</name>
120-
<url>https://repo.spring.io/release</url>
121-
<snapshots>
122-
<enabled>false</enabled>
123-
</snapshots>
124-
</pluginRepository>
125112
</pluginRepositories>
126113

127114
</project>

beer_contracts/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@
101101

102102

103103
<repositories>
104-
<repository>
105-
<id>sonatype</id>
106-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
107-
<snapshots />
108-
</repository>
109104
<repository>
110105
<id>spring-snapshots</id>
111106
<name>Spring Snapshots</name>
@@ -148,14 +143,6 @@
148143
<enabled>true</enabled>
149144
</snapshots>
150145
</pluginRepository>
151-
<pluginRepository>
152-
<id>spring-plugin-milestones</id>
153-
<name>Spring Milestones</name>
154-
<url>https://repo.spring.io/release</url>
155-
<snapshots>
156-
<enabled>false</enabled>
157-
</snapshots>
158-
</pluginRepository>
159146
</pluginRepositories>
160147

161148
</project>

beer_contracts/src/main/resources/contracts/com/example/beer-api-producer-external/1.0.0/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
<!-- end::config[] -->
6262

6363
<repositories>
64-
<repository>
65-
<id>sonatype</id>
66-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
67-
<snapshots />
68-
</repository>
6964
<repository>
7065
<id>spring-snapshots</id>
7166
<name>Spring Snapshots</name>
@@ -108,14 +103,6 @@
108103
<enabled>true</enabled>
109104
</snapshots>
110105
</pluginRepository>
111-
<pluginRepository>
112-
<id>spring-plugin-milestones</id>
113-
<name>Spring Milestones</name>
114-
<url>https://repo.spring.io/release</url>
115-
<snapshots>
116-
<enabled>false</enabled>
117-
</snapshots>
118-
</pluginRepository>
119106
</pluginRepositories>
120107

121108
</project>

beer_contracts/src/main/resources/contracts/com/example/beer-api-producer-external/2.0.0/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
<!-- end::config[] -->
6060

6161
<repositories>
62-
<repository>
63-
<id>sonatype</id>
64-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
65-
<snapshots />
66-
</repository>
6762
<repository>
6863
<id>spring-snapshots</id>
6964
<name>Spring Snapshots</name>
@@ -106,14 +101,6 @@
106101
<enabled>true</enabled>
107102
</snapshots>
108103
</pluginRepository>
109-
<pluginRepository>
110-
<id>spring-plugin-milestones</id>
111-
<name>Spring Milestones</name>
112-
<url>https://repo.spring.io/release</url>
113-
<snapshots>
114-
<enabled>false</enabled>
115-
</snapshots>
116-
</pluginRepository>
117104
</pluginRepositories>
118105

119106
</project>

beer_contracts/src/main/resources/contracts/foo/bar/barService/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464

6565

6666
<repositories>
67-
<repository>
68-
<id>sonatype</id>
69-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
70-
<snapshots />
71-
</repository>
7267
<repository>
7368
<id>spring-snapshots</id>
7469
<name>Spring Snapshots</name>
@@ -111,14 +106,6 @@
111106
<enabled>true</enabled>
112107
</snapshots>
113108
</pluginRepository>
114-
<pluginRepository>
115-
<id>spring-plugin-milestones</id>
116-
<name>Spring Milestones</name>
117-
<url>https://repo.spring.io/release</url>
118-
<snapshots>
119-
<enabled>false</enabled>
120-
</snapshots>
121-
</pluginRepository>
122109
</pluginRepositories>
123110

124111
</project>

beer_contracts/src/main/resources/contracts/foo/bar/bazService/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
</build>
6666

6767
<repositories>
68-
<repository>
69-
<id>sonatype</id>
70-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
71-
<snapshots />
72-
</repository>
7368
<repository>
7469
<id>spring-snapshots</id>
7570
<name>Spring Snapshots</name>
@@ -112,14 +107,6 @@
112107
<enabled>true</enabled>
113108
</snapshots>
114109
</pluginRepository>
115-
<pluginRepository>
116-
<id>spring-plugin-milestones</id>
117-
<name>Spring Milestones</name>
118-
<url>https://repo.spring.io/release</url>
119-
<snapshots>
120-
<enabled>false</enabled>
121-
</snapshots>
122-
</pluginRepository>
123110
</pluginRepositories>
124111

125112
</project>

beer_contracts/src/main/resources/contracts/foo/bar/beer-api-consumer/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
</build>
6666

6767
<repositories>
68-
<repository>
69-
<id>sonatype</id>
70-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
71-
<snapshots />
72-
</repository>
7368
<repository>
7469
<id>spring-snapshots</id>
7570
<name>Spring Snapshots</name>
@@ -112,14 +107,6 @@
112107
<enabled>true</enabled>
113108
</snapshots>
114109
</pluginRepository>
115-
<pluginRepository>
116-
<id>spring-plugin-milestones</id>
117-
<name>Spring Milestones</name>
118-
<url>https://repo.spring.io/release</url>
119-
<snapshots>
120-
<enabled>false</enabled>
121-
</snapshots>
122-
</pluginRepository>
123110
</pluginRepositories>
124111

125112
</project>

beer_contracts/src/main/resources/contracts/foo/bar/fooService/1.2.3/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
</build>
6464

6565
<repositories>
66-
<repository>
67-
<id>sonatype</id>
68-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
69-
<snapshots />
70-
</repository>
7166
<repository>
7267
<id>spring-snapshots</id>
7368
<name>Spring Snapshots</name>
@@ -110,14 +105,6 @@
110105
<enabled>true</enabled>
111106
</snapshots>
112107
</pluginRepository>
113-
<pluginRepository>
114-
<id>spring-plugin-milestones</id>
115-
<name>Spring Milestones</name>
116-
<url>https://repo.spring.io/release</url>
117-
<snapshots>
118-
<enabled>false</enabled>
119-
</snapshots>
120-
</pluginRepository>
121108
</pluginRepositories>
122109

123110
</project>

common/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
mavenLocal()
55
maven { url "https://repo.spring.io/snapshot" }
66
maven { url "https://repo.spring.io/milestone" }
7-
maven { url "https://repo.spring.io/release" }
87
}
98
}
109

@@ -15,7 +14,6 @@ repositories {
1514
mavenLocal()
1615
maven { url "https://repo.spring.io/snapshot" }
1716
maven { url "https://repo.spring.io/milestone" }
18-
maven { url "https://repo.spring.io/release" }
1917
}
2018

2119
apply plugin: 'groovy'

0 commit comments

Comments
 (0)