File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
43
54 <modelVersion >4.0.0</modelVersion >
65
1615 <parent >
1716 <groupId >org.springframework.data.build</groupId >
1817 <artifactId >spring-data-parent</artifactId >
19- <version >2.4.8-SNAPSHOT </version >
18+ <version >2.4.8</version >
2019 </parent >
2120
2221 <properties >
2322 <dist .id>spring-data-jdbc</dist .id>
24- <springdata .commons>2.4.8-SNAPSHOT </springdata .commons>
23+ <springdata .commons>2.4.8</springdata .commons>
2524 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
2625
2726 <!-- dependency versions -->
278277
279278 <repositories >
280279 <repository >
281- <id >spring-libs-snapshot </id >
282- <url >https://repo.spring.io/libs-snapshot </url >
280+ <id >spring-libs-release </id >
281+ <url >https://repo.spring.io/libs-release </url >
283282 </repository >
284283 </repositories >
285284
Original file line number Diff line number Diff line change 1- Spring Data JDBC 2.1.7 (2020.0.7 )
1+ Spring Data JDBC 2.1.8 (2020.0.8 )
22Copyright (c) [2017-2019] Pivotal Software, Inc.
33
44This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -27,3 +27,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
2727
2828
2929
30+
You can’t perform that action at this time.
0 commit comments