Skip to content

Commit a7f366c

Browse files
committed
Prepare 2.5 M5 (2021.0.0).
See #285
1 parent e630ce1 commit a7f366c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.data.build</groupId>
1111
<artifactId>spring-data-parent</artifactId>
12-
<version>2.5.0-SNAPSHOT</version>
12+
<version>2.5.0-M5</version>
1313
<relativePath/>
1414
</parent>
1515

@@ -48,7 +48,7 @@
4848
</scm>
4949

5050
<properties>
51-
<springdata.jpa>2.5.0-SNAPSHOT</springdata.jpa>
51+
<springdata.jpa>2.5.0-M5</springdata.jpa>
5252
<hibernate.envers>5.4.8</hibernate.envers>
5353
<java-module-name>spring.data.envers</java-module-name>
5454
</properties>
@@ -116,8 +116,8 @@
116116

117117
<repositories>
118118
<repository>
119-
<id>spring-libs-snapshot</id>
120-
<url>https://repo.spring.io/libs-snapshot</url>
119+
<id>spring-libs-milestone</id>
120+
<url>https://repo.spring.io/libs-milestone</url>
121121
</repository>
122122
</repositories>
123123

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Envers 2.5 M4 (2021.0.0)
1+
Spring Data Envers 2.5 M5 (2021.0.0)
22
Copyright (c) 2015-2019 Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0
@@ -25,3 +25,4 @@ subcomponent's license, as noted in the license.txt file.
2525

2626

2727

28+

0 commit comments

Comments
 (0)