Skip to content

Commit

Permalink
[release] prepare release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Nov 30, 2024
1 parent 3899704 commit df71272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.dataspray</groupId>
<artifactId>single-table-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.2</version>
<packaging>pom</packaging>

<name>Single Table Parent</name>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:[email protected]:datasprayio/single-table.git</connection>
<developerConnection>scm:git:[email protected]:datasprayio/single-table.git</developerConnection>
<url>https://github.com/datasprayio/single-table</url>
<tag>HEAD</tag>
<tag>2.3.2</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion single-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dataspray</groupId>
<artifactId>single-table-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.2</version>
</parent>

<artifactId>single-table</artifactId>
Expand Down

0 comments on commit df71272

Please sign in to comment.