Skip to content

Commit e00e589

Browse files
Release version 4.1 GA (2026.0.0).
See #3478
1 parent 29ea489 commit e00e589

2 files changed

Lines changed: 8 additions & 23 deletions

File tree

pom.xml

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
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>
@@ -25,7 +24,7 @@
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>
@@ -428,10 +427,8 @@
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>
@@ -465,20 +462,8 @@
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>

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 4.1 RC1 (2026.0.0)
1+
Spring Data Commons 4.1 GA (2026.0.0)
22
Copyright (c) [2010-2021] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

0 commit comments

Comments
 (0)