Skip to content

Commit

Permalink
Release version 3.3.1 (2024.0.1).
Browse files Browse the repository at this point in the history
See #2304
  • Loading branch information
mp911de committed Jun 14, 2024
1 parent d12f6e0 commit ef4ed57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -690,7 +690,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<type>zip</type>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<packaging>pom</packaging>

<name>Spring Data Build</name>
Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ef4ed57

Please sign in to comment.