Skip to content

Commit 12bb78f

Browse files
committed
Release version 3.4.4 (2024.1.4).
See #2497
1 parent 65e1632 commit 12bb78f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: parent/pom.xml

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

@@ -723,7 +723,7 @@
723723
<dependency>
724724
<groupId>org.springframework.data.build</groupId>
725725
<artifactId>spring-data-build-resources</artifactId>
726-
<version>3.4.4-SNAPSHOT</version>
726+
<version>3.4.4</version>
727727
<type>zip</type>
728728
<optional>true</optional>
729729
</dependency>

Diff for: pom.xml

+1-1
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.4.4-SNAPSHOT</version>
7+
<version>3.4.4</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data Build</name>

Diff for: resources/pom.xml

+1-1
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.4.4-SNAPSHOT</version>
11+
<version>3.4.4</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)