Skip to content

Commit 47fa700

Browse files
Prepare 2.2.13 (Moore SR13).
See #267
1 parent 853a212 commit 47fa700

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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.2.13.BUILD-SNAPSHOT</version>
12+
<version>2.2.13.RELEASE</version>
1313
<relativePath/>
1414
</parent>
1515

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

4444
<properties>
45-
<springdata.jpa>2.2.13.BUILD-SNAPSHOT</springdata.jpa>
45+
<springdata.jpa>2.2.13.RELEASE</springdata.jpa>
4646
<hibernate.envers>5.2.11</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

0 commit comments

Comments
 (0)