Skip to content

Commit

Permalink
Release version 2021.2.18 (2021.2.18).
Browse files Browse the repository at this point in the history
See #184
  • Loading branch information
mp911de committed Nov 17, 2023
1 parent b81f744 commit dd36072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2021.2.18-SNAPSHOT</version>
<version>2021.2.18</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/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</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2021.2.18-SNAPSHOT</version>
<version>2021.2.18</version>
<packaging>pom</packaging>

<name>Spring Data Release Train - BOM</name>
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</groupId>
<artifactId>spring-data-bom-parent</artifactId>
<version>2021.2.18-SNAPSHOT</version>
<version>2021.2.18</version>
<packaging>pom</packaging>

<name>Spring Data Release Train - BOM Infrastructure</name>
Expand Down

0 comments on commit dd36072

Please sign in to comment.