Skip to content

Commit e483c13

Browse files
committed
Prepare 2.7.16 (2021.2.16).
See #2083
1 parent 644b967 commit e483c13

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

parent/pom.xml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23

34
<!--
45
@@ -139,7 +140,7 @@
139140
<javax-annotation-api>1.3.2</javax-annotation-api>
140141

141142
<!-- Used in asciidoc reference documentation -->
142-
<releasetrain>2021.2.16-SNAPSHOT</releasetrain>
143+
<releasetrain>2021.2.16</releasetrain>
143144

144145
<!-- To be overridden by individual modules -->
145146
<java-module-name/>
@@ -344,7 +345,7 @@
344345
<dependency>
345346
<groupId>org.springframework.data.build</groupId>
346347
<artifactId>spring-data-build-resources</artifactId>
347-
<version>2.7.16-SNAPSHOT</version>
348+
<version>2.7.16</version>
348349
<type>zip</type>
349350
<optional>true</optional>
350351
</dependency>
@@ -1319,20 +1320,8 @@
13191320
</build>
13201321

13211322
<repositories>
1322-
<repository>
1323-
<id>spring-snapshot</id>
1324-
<url>https://repo.spring.io/snapshot</url>
1325-
<snapshots>
1326-
<enabled>true</enabled>
1327-
</snapshots>
1328-
<releases>
1329-
<enabled>false</enabled>
1330-
</releases>
1331-
</repository>
1332-
<repository>
1333-
<id>spring-milestone</id>
1334-
<url>https://repo.spring.io/milestone</url>
1335-
</repository>
1323+
1324+
13361325
</repositories>
13371326

13381327
</project>

0 commit comments

Comments
 (0)