Skip to content

Commit

Permalink
Release version 3.3 RC1 (2024.0.0).
Browse files Browse the repository at this point in the history
See #2262
  • Loading branch information
mp911de committed Apr 12, 2024
1 parent 9b0cdd3 commit 3a7dd81
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.0-SNAPSHOT</version>
<version>3.3.0-RC1</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.0-SNAPSHOT</version>
<version>3.3.0-RC1</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.0-SNAPSHOT</version>
<version>3.3.0-RC1</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.0-SNAPSHOT</version>
<version>3.3.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 3a7dd81

Please sign in to comment.