Skip to content

Commit 9fd8f0b

Browse files
committed
Release version 3.2.3 (2023.1.3).
See #2210
1 parent 410c1d7 commit 9fd8f0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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>3.2.3-SNAPSHOT</version>
29+
<version>3.2.3</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -691,7 +691,7 @@
691691
<dependency>
692692
<groupId>org.springframework.data.build</groupId>
693693
<artifactId>spring-data-build-resources</artifactId>
694-
<version>3.2.3-SNAPSHOT</version>
694+
<version>3.2.3</version>
695695
<type>zip</type>
696696
<optional>true</optional>
697697
</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>3.2.3-SNAPSHOT</version>
7+
<version>3.2.3</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>3.2.3-SNAPSHOT</version>
11+
<version>3.2.3</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)