Skip to content

Commit 770aa8b

Browse files
Prepare 2.4.5 (2020.0.5).
See #277
1 parent cdfdeb6 commit 770aa8b

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.4.5-SNAPSHOT</version>
12+
<version>2.4.5</version>
1313
<relativePath/>
1414
</parent>
1515

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

4444
<properties>
45-
<springdata.jpa>2.4.5-SNAPSHOT</springdata.jpa>
45+
<springdata.jpa>2.4.5</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-release</id>
114+
<url>https://repo.spring.io/libs-release</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.4.4 (2020.0.4)
1+
Spring Data Envers 2.4.5 (2020.0.5)
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)