Skip to content

Commit 14ca5a8

Browse files
Release version 2.3.7 (Neumann SR7).
See #1315
1 parent 080892e commit 14ca5a8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bom-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.data</groupId>
1111
<artifactId>spring-data-releasetrain</artifactId>
12-
<version>Neumann-BUILD-SNAPSHOT</version>
12+
<version>Neumann-SR7</version>
1313
<relativePath>../bom</relativePath>
1414
</parent>
1515

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-releasetrain</artifactId>
7-
<version>Neumann-BUILD-SNAPSHOT</version>
7+
<version>Neumann-SR7</version>
88
<packaging>pom</packaging>
99

1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-build</artifactId>
13-
<version>2.3.7.BUILD-SNAPSHOT</version>
13+
<version>2.3.7.RELEASE</version>
1414
</parent>
1515

1616
<name>Spring Data Release Train - BOM</name>

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.springframework.data.build</groupId>
2828
<artifactId>spring-data-build</artifactId>
29-
<version>2.3.7.BUILD-SNAPSHOT</version>
29+
<version>2.3.7.RELEASE</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -718,7 +718,7 @@
718718
<dependency>
719719
<groupId>org.springframework.data.build</groupId>
720720
<artifactId>spring-data-build-resources</artifactId>
721-
<version>2.3.7.BUILD-SNAPSHOT</version>
721+
<version>2.3.7.RELEASE</version>
722722
<type>zip</type>
723723
<optional>true</optional>
724724
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data.build</groupId>
66
<artifactId>spring-data-build</artifactId>
7-
<version>2.3.7.BUILD-SNAPSHOT</version>
7+
<version>2.3.7.RELEASE</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data Build</name>

resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data.build</groupId>
1010
<artifactId>spring-data-build</artifactId>
11-
<version>2.3.7.BUILD-SNAPSHOT</version>
11+
<version>2.3.7.RELEASE</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)