File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 140
140
<javax-annotation-api >1.3.2</javax-annotation-api >
141
141
142
142
<!-- Used in asciidoc reference documentation -->
143
- <releasetrain >2021.2.13-SNAPSHOT </releasetrain >
143
+ <releasetrain >2021.2.13</releasetrain >
144
144
145
145
<!-- To be overridden by individual modules -->
146
146
<java-module-name />
277
277
<exclude >org.springframework.data:*</exclude >
278
278
</excludes >
279
279
</requireReleaseDeps >
280
- <NoSnapshotDependenciesInDependencyManagementRule
281
- implementation=" de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule" >
280
+ <NoSnapshotDependenciesInDependencyManagementRule implementation =" de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule" >
282
281
<onlyWhenRelease >true</onlyWhenRelease >
283
282
</NoSnapshotDependenciesInDependencyManagementRule >
284
283
</rules >
346
345
<dependency >
347
346
<groupId >org.springframework.data.build</groupId >
348
347
<artifactId >spring-data-build-resources</artifactId >
349
- <version >2.7.13-SNAPSHOT </version >
348
+ <version >2.7.13</version >
350
349
<type >zip</type >
351
350
<optional >true</optional >
352
351
</dependency >
1321
1320
</build >
1322
1321
1323
1322
<repositories >
1324
- <repository >
1325
- <id >spring-snapshot</id >
1326
- <url >https://repo.spring.io/snapshot</url >
1327
- <snapshots >
1328
- <enabled >true</enabled >
1329
- </snapshots >
1330
- <releases >
1331
- <enabled >false</enabled >
1332
- </releases >
1333
- </repository >
1334
- <repository >
1335
- <id >spring-milestone</id >
1336
- <url >https://repo.spring.io/milestone</url >
1337
- </repository >
1323
+
1324
+
1338
1325
</repositories >
1339
1326
1340
1327
</project >
You can’t perform that action at this time.
0 commit comments