Skip to content

Commit 876b9c3

Browse files
Start next development iteration 1.1.1-SNAPSHOT
Applied manually: the release workflow's push to main is rejected by branch protection, so the version bump follows the release as a PR.
1 parent f7d40df commit 876b9c3

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

examples/email-smtp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<java.version>25</java.version>
21-
<spring-notify.version>1.1.0-SNAPSHOT</spring-notify.version>
21+
<spring-notify.version>1.1.1-SNAPSHOT</spring-notify.version>
2222
</properties>
2323

2424
<dependencyManagement>

examples/outbox-email/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<java.version>25</java.version>
21-
<spring-notify.version>1.1.0-SNAPSHOT</spring-notify.version>
21+
<spring-notify.version>1.1.1-SNAPSHOT</spring-notify.version>
2222
</properties>
2323

2424
<dependencyManagement>

examples/push-apns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<java.version>25</java.version>
21-
<spring-notify.version>1.1.0-SNAPSHOT</spring-notify.version>
21+
<spring-notify.version>1.1.1-SNAPSHOT</spring-notify.version>
2222
</properties>
2323

2424
<dependencyManagement>

notify-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>sk.solodev</groupId>
77
<artifactId>spring-notify-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>notify-bom</artifactId>

notify-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>sk.solodev</groupId>
77
<artifactId>spring-notify-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>notify-core</artifactId>

notify-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>sk.solodev</groupId>
77
<artifactId>spring-notify-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>notify-spring-boot-autoconfigure</artifactId>

notify-spring-boot-chat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>sk.solodev</groupId>
77
<artifactId>spring-notify-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>notify-spring-boot-chat</artifactId>

notify-spring-boot-email/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>sk.solodev</groupId>
77
<artifactId>spring-notify-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>notify-spring-boot-email</artifactId>

notify-spring-boot-outbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>sk.solodev</groupId>
77
<artifactId>spring-notify-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>notify-spring-boot-outbox</artifactId>

notify-spring-boot-push/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>sk.solodev</groupId>
77
<artifactId>spring-notify-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>notify-spring-boot-push</artifactId>

0 commit comments

Comments
 (0)