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 140140 <javax-annotation-api >1.3.2</javax-annotation-api >
141141
142142 <!-- Used in asciidoc reference documentation -->
143- <releasetrain >2021.2.13-SNAPSHOT </releasetrain >
143+ <releasetrain >2021.2.13</releasetrain >
144144
145145 <!-- To be overridden by individual modules -->
146146 <java-module-name />
277277 <exclude >org.springframework.data:*</exclude >
278278 </excludes >
279279 </requireReleaseDeps >
280- <NoSnapshotDependenciesInDependencyManagementRule
281- implementation=" de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule" >
280+ <NoSnapshotDependenciesInDependencyManagementRule implementation =" de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule" >
282281 <onlyWhenRelease >true</onlyWhenRelease >
283282 </NoSnapshotDependenciesInDependencyManagementRule >
284283 </rules >
346345 <dependency >
347346 <groupId >org.springframework.data.build</groupId >
348347 <artifactId >spring-data-build-resources</artifactId >
349- <version >2.7.13-SNAPSHOT </version >
348+ <version >2.7.13</version >
350349 <type >zip</type >
351350 <optional >true</optional >
352351 </dependency >
13211320 </build >
13221321
13231322 <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+
13381325 </repositories >
13391326
13401327</project >
You can’t perform that action at this time.
0 commit comments