Skip to content

Commit

Permalink
Prepare 2.7.16 (2021.2.16).
Browse files Browse the repository at this point in the history
See #2083
  • Loading branch information
mp911de committed Sep 15, 2023
1 parent 644b967 commit e483c13
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?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">
<?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">

<!--
Expand Down Expand Up @@ -139,7 +140,7 @@
<javax-annotation-api>1.3.2</javax-annotation-api>

<!-- Used in asciidoc reference documentation -->
<releasetrain>2021.2.16-SNAPSHOT</releasetrain>
<releasetrain>2021.2.16</releasetrain>

<!-- To be overridden by individual modules -->
<java-module-name/>
Expand Down Expand Up @@ -344,7 +345,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.7.16-SNAPSHOT</version>
<version>2.7.16</version>
<type>zip</type>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -1319,20 +1320,8 @@
</build>

<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>


</repositories>

</project>

0 comments on commit e483c13

Please sign in to comment.