|
1 | | -<?xml version="1.0" encoding="UTF-8" standalone="no"?><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"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 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"> |
2 | 3 |
|
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | 6 | <groupId>org.springframework.data</groupId> |
6 | 7 | <artifactId>spring-data-jpa-parent</artifactId> |
7 | | - <version>4.1.0-SNAPSHOT</version> |
| 8 | + <version>4.1.0</version> |
8 | 9 | <packaging>pom</packaging> |
9 | 10 |
|
10 | 11 | <name>Spring Data JPA Parent</name> |
|
22 | 23 | <parent> |
23 | 24 | <groupId>org.springframework.data.build</groupId> |
24 | 25 | <artifactId>spring-data-parent</artifactId> |
25 | | - <version>4.1.0-SNAPSHOT</version> |
| 26 | + <version>4.1.0</version> |
26 | 27 | </parent> |
27 | 28 |
|
28 | 29 | <properties> |
|
38 | 39 | <mysql-connector-java>9.7.0</mysql-connector-java> |
39 | 40 | <postgresql>42.7.11</postgresql> |
40 | 41 | <oracle>23.26.2.0.0</oracle> |
41 | | - <springdata.commons>4.1.0-SNAPSHOT</springdata.commons> |
| 42 | + <springdata.commons>4.1.0</springdata.commons> |
42 | 43 |
|
43 | 44 | <hibernate.groupId>org.hibernate</hibernate.groupId> |
44 | 45 | <antora-javadoc-artifactId>spring-data-jpa</antora-javadoc-artifactId> |
|
104 | 105 | </goals> |
105 | 106 | <configuration> |
106 | 107 | <includes> |
107 | | - <include>**/Postgres*IntegrationTests.java |
108 | | - </include> |
| 108 | + <include>**/Postgres*IntegrationTests.java</include> |
109 | 109 | </includes> |
110 | 110 | </configuration> |
111 | 111 | </execution> |
|
117 | 117 | </goals> |
118 | 118 | <configuration> |
119 | 119 | <includes> |
120 | | - <include>**/Oracle*IntegrationTests.java |
121 | | - </include> |
| 120 | + <include>**/Oracle*IntegrationTests.java</include> |
122 | 121 | </includes> |
123 | 122 | </configuration> |
124 | 123 | </execution> |
|
189 | 188 | </build> |
190 | 189 |
|
191 | 190 | <repositories> |
192 | | - <repository> |
193 | | - <id>spring-snapshot</id> |
194 | | - <url>https://repo.spring.io/snapshot</url> |
195 | | - <snapshots> |
196 | | - <enabled>true</enabled> |
197 | | - </snapshots> |
198 | | - <releases> |
199 | | - <enabled>false</enabled> |
200 | | - </releases> |
201 | | - </repository> |
202 | | - <repository> |
203 | | - <id>spring-milestone</id> |
204 | | - <url>https://repo.spring.io/milestone</url> |
205 | | - </repository> |
| 191 | + |
| 192 | + |
206 | 193 | </repositories> |
207 | 194 |
|
208 | 195 | <pluginRepositories> |
|
0 commit comments