Skip to content

Commit 38fd120

Browse files
committed
v1.4.6 - (2025-01-08)
- Trigger history with more details - not waiting for the transaction
1 parent 2e16bb0 commit 38fd120

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

CHANGELOG.md

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

3+
## v1.4.6 - (2025-01-08)
4+
5+
- Trigger history with more details - not waiting for the transaction
6+
37
## v1.4.5 - (2025-01-08)
48

59
- Adjusted path matching to support sub routes for an SPA web app

RUN_AND_BUILD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mvn versions:display-dependency-updates
2-
mvn versions:set -DnewVersion=1.4.5 -DgenerateBackupPoms=false
3-
git tag -a v1.4.5 -m "v1.4.5 release"
4-
mvn versions:set -DnewVersion=1.4.6-SNAPSHOT -DgenerateBackupPoms=false
2+
mvn versions:set -DnewVersion=1.4.6 -DgenerateBackupPoms=false
3+
git tag -a v1.4.6 -m "v1.4. release"
4+
mvn versions:set -DnewVersion=1.4.7-SNAPSHOT -DgenerateBackupPoms=false
55

66
## postgres
77
docker run --name pg-container -e POSTGRES_USER=sa -e POSTGRES_PASSWORD=veryStrong123 -p 5432:5432 -d postgres

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

example/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>1.4.6-SNAPSHOT</version>
9+
<version>1.4.6</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
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.sterl.spring</groupId>
1313
<artifactId>spring-persistent-tasks-root</artifactId>
14-
<version>1.4.6-SNAPSHOT</version>
14+
<version>1.4.6</version>
1515
<packaging>pom</packaging>
1616

1717
<inceptionYear>2024</inceptionYear>

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

0 commit comments

Comments
 (0)