Skip to content

Commit 3ada88b

Browse files
committed
Prepare for 4.11.0
1 parent 16f9f88 commit 3ada88b

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
170170
* Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0
171171
* Bump actions/dependency-review-action from 4.8.1 to 4.8.2
172172
* Bump com.puppycrawl.tools:checkstyle from 12.1.1 to 12.1.2
173-
* Bump actions/checkout from 5.0.0 to 5.0.1
174-
* Bump github/codeql-action from 4.31.2 to 4.31.3
173+
* Bump actions/checkout from 5.0.0 to 6.0.0
174+
* Bump github/codeql-action from 4.31.2 to 4.31.5
175175
* Bump maven wrapper from 3.3.3 to 3.3.4
176176

177177
## 4.10.0

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.testing</groupId>
2424
<artifactId>s3mock-parent</artifactId>
25-
<version>4.10.1-SNAPSHOT</version>
25+
<version>4.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>s3mock-docker</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.testing</groupId>
2424
<artifactId>s3mock-parent</artifactId>
25-
<version>4.10.1-SNAPSHOT</version>
25+
<version>4.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>s3mock-integration-tests</artifactId>

pom.xml

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

2222
<groupId>com.adobe.testing</groupId>
2323
<artifactId>s3mock-parent</artifactId>
24-
<version>4.10.1-SNAPSHOT</version>
24+
<version>4.11.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626

2727
<name>S3Mock - Parent</name>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.testing</groupId>
2424
<artifactId>s3mock-parent</artifactId>
25-
<version>4.10.1-SNAPSHOT</version>
25+
<version>4.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>s3mock</artifactId>

testsupport/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.testing</groupId>
2424
<artifactId>s3mock-testsupport-reactor</artifactId>
25-
<version>4.10.1-SNAPSHOT</version>
25+
<version>4.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>s3mock-testsupport-common</artifactId>

testsupport/junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.testing</groupId>
2424
<artifactId>s3mock-testsupport-reactor</artifactId>
25-
<version>4.10.1-SNAPSHOT</version>
25+
<version>4.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>s3mock-junit4</artifactId>

testsupport/junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.testing</groupId>
2424
<artifactId>s3mock-testsupport-reactor</artifactId>
25-
<version>4.10.1-SNAPSHOT</version>
25+
<version>4.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>s3mock-junit5</artifactId>

testsupport/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.testing</groupId>
2424
<artifactId>s3mock-parent</artifactId>
25-
<version>4.10.1-SNAPSHOT</version>
25+
<version>4.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>s3mock-testsupport-reactor</artifactId>

testsupport/testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.testing</groupId>
2424
<artifactId>s3mock-testsupport-reactor</artifactId>
25-
<version>4.10.1-SNAPSHOT</version>
25+
<version>4.11.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>s3mock-testcontainers</artifactId>

0 commit comments

Comments
 (0)