From cecbe939216e82cf7dce34fe05ce041294593f02 Mon Sep 17 00:00:00 2001 From: Mark Paluch <mpaluch@vmware.com> Date: Fri, 16 Jun 2023 14:55:56 +0200 Subject: [PATCH] Prepare 2.7.13 (2021.2.13). See #2001 --- parent/pom.xml | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3fd504be..94bb0919 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -140,7 +140,7 @@ <javax-annotation-api>1.3.2</javax-annotation-api> <!-- Used in asciidoc reference documentation --> - <releasetrain>2021.2.13-SNAPSHOT</releasetrain> + <releasetrain>2021.2.13</releasetrain> <!-- To be overridden by individual modules --> <java-module-name/> @@ -277,8 +277,7 @@ <exclude>org.springframework.data:*</exclude> </excludes> </requireReleaseDeps> - <NoSnapshotDependenciesInDependencyManagementRule - implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule"> + <NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule"> <onlyWhenRelease>true</onlyWhenRelease> </NoSnapshotDependenciesInDependencyManagementRule> </rules> @@ -346,7 +345,7 @@ <dependency> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-build-resources</artifactId> - <version>2.7.13-SNAPSHOT</version> + <version>2.7.13</version> <type>zip</type> <optional>true</optional> </dependency> @@ -1321,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>