Skip to content

Commit 004603c

Browse files
Prepare 2.5 M4 (2021.0.0).
See #280
1 parent ddb8d6f commit 004603c

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-M4</version>
1313
<relativePath/>
1414
</parent>
1515

@@ -42,7 +42,7 @@
4242
</scm>
4343

4444
<properties>
45-
<springdata.jpa>2.5.0-SNAPSHOT</springdata.jpa>
45+
<springdata.jpa>2.5.0-M4</springdata.jpa>
4646
<hibernate.envers>5.4.8</hibernate.envers>
4747
<java-module-name>spring.data.envers</java-module-name>
4848
</properties>
@@ -110,8 +110,8 @@
110110

111111
<repositories>
112112
<repository>
113-
<id>spring-libs-snapshot</id>
114-
<url>https://repo.spring.io/libs-snapshot</url>
113+
<id>spring-libs-milestone</id>
114+
<url>https://repo.spring.io/libs-milestone</url>
115115
</repository>
116116
</repositories>
117117

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 M3 (2021.0.0)
1+
Spring Data Envers 2.5 M4 (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
@@ -24,3 +24,4 @@ subcomponent's license, as noted in the license.txt file.
2424

2525

2626

27+

0 commit comments

Comments
 (0)