File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.data.build</groupId >
16
16
<artifactId >spring-data-parent</artifactId >
17
- <version >2.1.14.BUILD-SNAPSHOT </version >
17
+ <version >2.1.14.RELEASE </version >
18
18
</parent >
19
19
20
20
<properties >
26
26
<mockito >2.19.1</mockito >
27
27
<hibernate .groupId>org.hibernate</hibernate .groupId>
28
28
<jpa >2.0.0</jpa >
29
- <springdata .commons>2.1.14.BUILD-SNAPSHOT </springdata .commons>
29
+ <springdata .commons>2.1.14.RELEASE </springdata .commons>
30
30
31
31
<java-module-name >spring.data.jpa</java-module-name >
32
32
522
522
523
523
<repositories >
524
524
<repository >
525
- <id >spring-libs-snapshot </id >
526
- <url >https://repo.spring.io/libs-snapshot </url >
525
+ <id >spring-libs-release </id >
526
+ <url >https://repo.spring.io/libs-release </url >
527
527
</repository >
528
528
</repositories >
529
529
Original file line number Diff line number Diff line change 1
- Spring Data JPA 2.1.13
1
+ Spring Data JPA 2.1.14
2
2
Copyright (c) [2011-2019] Pivotal Software, Inc.
3
3
4
4
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -8,3 +8,4 @@ This product may include a number of subcomponents with
8
8
separate copyright notices and license terms. Your use of the source
9
9
code for the these subcomponents is subject to the terms and
10
10
conditions of the subcomponent's license, as noted in the LICENSE file.
11
+
You can’t perform that action at this time.
0 commit comments