File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 <groupId >org.springframework.data</groupId >
77 <artifactId >spring-data-commons</artifactId >
8- <version >4.1.0-SNAPSHOT </version >
8+ <version >4.1.0</version >
99
1010 <name >Spring Data Core</name >
1111 <description >Core Spring concepts underpinning every Spring Data module.</description >
1212 <url >https://spring.io/projects/spring-data</url >
1313 <scm >
14- <connection >scm:git:https://github.com/spring-projects/spring-data-commons.git
15- </connection >
14+ <connection >scm:git:https://github.com/spring-projects/spring-data-commons.git</connection >
1615 <developerConnection >
1716 scm:git:git@github.com:spring-projects/spring-data-commons.git
1817 </developerConnection >
2524 <parent >
2625 <groupId >org.springframework.data.build</groupId >
2726 <artifactId >spring-data-parent</artifactId >
28- <version >4.1.0-SNAPSHOT </version >
27+ <version >4.1.0</version >
2928 </parent >
3029
3130 <properties >
428427 </goals >
429428 <configuration >
430429 <sourceDirs >
431- <sourceDir >${project.basedir} /src/main/kotlin
432- </sourceDir >
433- <sourceDir >${project.basedir} /src/main/java
434- </sourceDir >
430+ <sourceDir >${project.basedir} /src/main/kotlin</sourceDir >
431+ <sourceDir >${project.basedir} /src/main/java</sourceDir >
435432 </sourceDirs >
436433 </configuration >
437434 </execution >
465462 </profiles >
466463
467464 <repositories >
468- <repository >
469- <id >spring-snapshot</id >
470- <url >https://repo.spring.io/snapshot</url >
471- <snapshots >
472- <enabled >true</enabled >
473- </snapshots >
474- <releases >
475- <enabled >false</enabled >
476- </releases >
477- </repository >
478- <repository >
479- <id >spring-milestone</id >
480- <url >https://repo.spring.io/milestone</url >
481- </repository >
465+
466+
482467 </repositories >
483468
484469</project >
Original file line number Diff line number Diff line change 1- Spring Data Commons 4.1 RC1 (2026.0.0)
1+ Spring Data Commons 4.1 GA (2026.0.0)
22Copyright (c) [2010-2021] Pivotal Software, Inc.
33
44This product is licensed to you under the Apache License, Version 2.0 (the "License").
You can’t perform that action at this time.
0 commit comments