Skip to content

Commit b6273b7

Browse files
committed
2.2.4 release
1 parent da384f9 commit b6273b7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.4-SNAPSHOT</version>
9+
<version>2.2.4</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.4-SNAPSHOT</version>
9+
<version>2.2.4</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.4-SNAPSHOT</version>
8+
<version>2.2.4</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.4-SNAPSHOT</version>
9+
<version>2.2.4</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.4-SNAPSHOT</version>
9+
<version>2.2.4</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

ui/spt-ui-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ui",
1212
"lib"
1313
],
14-
"version": "2.2.3",
14+
"version": "2.2.4",
1515
"type": "module",
1616
"composite": true,
1717
"outDir": "dist",

0 commit comments

Comments
 (0)