Set Spring Data Build parent POM version to 2.7.3-SNAPSHOT.

Resolves #623.
This commit is contained in:
John Blum
2022-09-14 14:50:06 -07:00
parent c69677d170
commit 65aeae6a3f

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>2.7.3-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>