Skip to content

Commit

Permalink
v1.4.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp committed Jan 8, 2025
1 parent 38fd120 commit 88551cd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RUN_AND_BUILD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mvn versions:display-dependency-updates
mvn versions:set -DnewVersion=1.4.6 -DgenerateBackupPoms=false
git tag -a v1.4.6 -m "v1.4. release"
git tag -a v1.4.6 -m "v1.4.6 release"
mvn versions:set -DnewVersion=1.4.7-SNAPSHOT -DgenerateBackupPoms=false

## postgres
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sterl.spring</groupId>
<artifactId>spring-persistent-tasks-root</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sterl.spring</groupId>
<artifactId>spring-persistent-tasks-root</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sterl.spring</groupId>
<artifactId>spring-persistent-tasks-root</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.sterl.spring</groupId>
<artifactId>spring-persistent-tasks-root</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<packaging>pom</packaging>

<inceptionYear>2024</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sterl.spring</groupId>
<artifactId>spring-persistent-tasks-root</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 88551cd

Please sign in to comment.