Skip to content

Commit 3bb5ffc

Browse files
committed
2.2.0 release
1 parent 8e16f6a commit 3bb5ffc

File tree

7 files changed

+8
-6
lines changed

7 files changed

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

doc/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ theme:
66
- content.code.annotate
77
plugins:
88
- search
9+
- sitemap:
10+
site_url: https://spring-persistent-task.sterl.org
911
- tags
1012
- glightbox
1113
markdown_extensions:

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.0-SNAPSHOT</version>
8+
<version>2.2.0</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.0-SNAPSHOT</version>
9+
<version>2.2.0</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.0-SNAPSHOT</version>
9+
<version>2.2.0</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.1.3",
14+
"version": "2.2.0",
1515
"type": "module",
1616
"composite": true,
1717
"outDir": "dist",

0 commit comments

Comments
 (0)