Skip to content

Commit 37ba210

Browse files
committed
v1.4.1 release
1 parent 0466ee6 commit 37ba210

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

CHANGELOG.md

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

3-
## v1.4.1 - (2025-01-02)
3+
## v1.4.1 - (2025-01-06)
44

55
- Added state to the TriggerLifeCycleEvent
66
- @Transactional annotation is taken from the method first
77

8-
## v1.4.0 - (2025-01-02)
8+
## v1.4.0 - (2025-01-05)
99

1010
- @Transactional Annotation support
1111
- PersistentTask instead of Task or SpringBeanTask

RUN_AND_BUILD.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
mvn versions:display-dependency-updates
2-
mvn versions:set -DnewVersion=1.4.0-SNAPSHOT -DgenerateBackupPoms=false
3-
mvn versions:set -DnewVersion=1.4.0 -DgenerateBackupPoms=false
2+
mvn versions:set -DnewVersion=1.4.2-SNAPSHOT -DgenerateBackupPoms=false
3+
mvn versions:set -DnewVersion=1.4.1 -DgenerateBackupPoms=false
4+
git tag -a v1.4.1 -m "v1.4.1 release"
45

56
## postgres
67
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.0-SNAPSHOT</version>
9+
<version>1.4.1</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.0-SNAPSHOT</version>
9+
<version>1.4.1</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.0-SNAPSHOT</version>
9+
<version>1.4.1</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.0-SNAPSHOT</version>
14+
<version>1.4.1</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.0-SNAPSHOT</version>
9+
<version>1.4.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)