Skip to content

Commit

Permalink
Release version 3.1.9 (2023.0.9).
Browse files Browse the repository at this point in the history
See #2209
  • Loading branch information
mp911de committed Feb 16, 2024
1 parent 91ed581 commit f015ac5
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.1.9-SNAPSHOT</version>
<version>3.1.9</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -575,7 +575,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.1.9-SNAPSHOT</version>
<version>3.1.9</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.1.9-SNAPSHOT</version>
<version>3.1.9</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.1.9-SNAPSHOT</version>
<version>3.1.9</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit f015ac5

Please sign in to comment.