File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
spring-data-couchbase-distribution Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 32
32
<plugin >
33
33
<groupId >org.asciidoctor</groupId >
34
34
<artifactId >asciidoctor-maven-plugin</artifactId >
35
- <configuration >
36
- <attributes >
37
- </attributes >
38
- </configuration >
39
35
</plugin >
40
36
</plugins >
41
37
Original file line number Diff line number Diff line change 219
219
220
220
</dependencies >
221
221
222
- <repositories >
223
- <repository >
224
- <id >spring-libs-snapshot</id >
225
- <url >https://repo.spring.io/libs-snapshot</url >
226
- </repository >
227
- <repository >
228
- <id >sonatype-snapshot</id >
229
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
230
- <snapshots >
231
- <enabled >true</enabled >
232
- </snapshots >
233
- <releases >
234
- <enabled >false</enabled >
235
- </releases >
236
- </repository >
237
- </repositories >
238
-
239
- <pluginRepositories >
240
- <pluginRepository >
241
- <id >spring-plugins-release</id >
242
- <url >https://repo.spring.io/plugins-release</url >
243
- </pluginRepository >
244
- </pluginRepositories >
245
-
246
222
<build >
247
223
<plugins >
248
224
<plugin >
You can’t perform that action at this time.
0 commit comments