Skip to content

Commit 5a03b46

Browse files
committed
prepare release v2.3.0
1 parent a3d0f85 commit 5a03b46

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.3.0 - (2025-10-5)
4+
5+
- added the ability to add custom serialization
6+
- added a task StateSerializer
7+
- added JacksonStateSerializer
8+
- added task SerializationProvider
9+
- improved doc structure
10+
311
## v2.2.4 - (2025-10-01)
412

513
### New features:

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sterl.spring</groupId>
88
<artifactId>spring-persistent-tasks-root</artifactId>
9-
<version>2.2.5-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sterl.spring</groupId>
88
<artifactId>spring-persistent-tasks-root</artifactId>
9-
<version>2.2.5-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.sterl.spring</groupId>
77
<artifactId>spring-persistent-tasks-root</artifactId>
8-
<version>2.2.5-SNAPSHOT</version>
8+
<version>2.3.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<inceptionYear>2024</inceptionYear>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sterl.spring</groupId>
88
<artifactId>spring-persistent-tasks-root</artifactId>
9-
<version>2.2.5-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sterl.spring</groupId>
88
<artifactId>spring-persistent-tasks-root</artifactId>
9-
<version>2.2.5-SNAPSHOT</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)