Skip to content

Commit cecbe93

Browse files
committed
Prepare 2.7.13 (2021.2.13).
See #2001
1 parent 70fdb53 commit cecbe93

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

parent/pom.xml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
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/>
@@ -277,8 +277,7 @@
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>
@@ -346,7 +345,7 @@
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>
@@ -1321,20 +1320,8 @@
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>

0 commit comments

Comments
 (0)