|
1 | | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 | | Copyright 2011-2025 the original author or authors. |
4 | 4 | | |
|
13 | 13 | | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 | 14 | | See the License for the specific language governing permissions and |
15 | 15 | | limitations under the License. |
16 | | ---><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"> |
| 16 | +--> |
| 17 | +<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"> |
17 | 18 | <modelVersion>4.0.0</modelVersion> |
18 | 19 |
|
19 | 20 | <parent> |
20 | 21 | <groupId>org.springframework.data.build</groupId> |
21 | 22 | <artifactId>spring-data-parent</artifactId> |
22 | | - <version>3.5.3-SNAPSHOT</version> |
| 23 | + <version>3.5.3</version> |
23 | 24 | </parent> |
24 | 25 |
|
25 | 26 | <groupId>org.springframework.data</groupId> |
|
101 | 102 |
|
102 | 103 | <skipUnitTests>${skipTests}</skipUnitTests> |
103 | 104 |
|
104 | | - <springdata.commons>3.5.3-SNAPSHOT</springdata.commons> |
| 105 | + <springdata.commons>3.5.3</springdata.commons> |
105 | 106 | <junit-pioneer.version>2.2.0</junit-pioneer.version> |
106 | 107 | </properties> |
107 | 108 |
|
|
428 | 429 | </dependencies> |
429 | 430 |
|
430 | 431 | <repositories> |
431 | | - <repository> |
432 | | - <id>spring-snapshot</id> |
433 | | - <url>https://repo.spring.io/snapshot</url> |
434 | | - <snapshots> |
435 | | - <enabled>true</enabled> |
436 | | - </snapshots> |
437 | | - <releases> |
438 | | - <enabled>false</enabled> |
439 | | - </releases> |
440 | | - </repository> |
441 | | - <repository> |
442 | | - <id>spring-milestone</id> |
443 | | - <url>https://repo.spring.io/milestone</url> |
444 | | - </repository> |
| 432 | + |
| 433 | + |
445 | 434 | </repositories> |
446 | 435 |
|
447 | 436 | <build> |
|
0 commit comments