Skip to content

Commit 9c39c7b

Browse files
Prepare for next version: 3.1.3-SNAPSHOT
1 parent f14ca21 commit 9c39c7b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

chaos-monkey-docs/src/main/asciidoc/changes.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Built with Spring Boot {spring-boot-version}
88

99
=== Improvements
1010
// - https://github.com/codecentric/chaos-monkey-spring-boot/pull/xxx[#xxx] Added example entry. Please don't remove.
11-
- https://github.com/codecentric/chaos-monkey-spring-boot/pull/518[#518] Maintenance - Use more junit5 features
12-
- https://github.com/codecentric/chaos-monkey-spring-boot/pull/522[#522] Replace SizeConverter by DataSize
13-
- https://github.com/codecentric/chaos-monkey-spring-boot/pull/517[#517] Update to spring boot v3.4.0
14-
- https://github.com/codecentric/chaos-monkey-spring-boot/pull/521[#521] Update to spring cloud v2024
1511

1612
=== New Features
1713
// - https://github.com/codecentric/chaos-monkey-spring-boot/pull/xxx[#xxx] Added example entry. Please don't remove.
@@ -20,6 +16,5 @@ Built with Spring Boot {spring-boot-version}
2016
This release was only possible because of these great humans ❤️:
2117

2218
// - https://github.com/octocat[@octocat]
23-
- https://github.com/jens-kaiser[@jens-kaiser]
2419

2520
Thank you for your support!

pom.xml

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

2323
<properties>
2424
<!-- project version -->
25-
<revision>3.1.2</revision>
25+
<revision>3.1.3-SNAPSHOT</revision>
2626
<!-- default settings -->
2727
<java.version>17</java.version>
2828
<maven.compiler.source>${java.version}</maven.compiler.source>

0 commit comments

Comments
 (0)