Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adobe/S3Mock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.15.0
Choose a base ref
...
head repository: adobe/S3Mock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.15.1
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 28, 2023

  1. Copy the full SHA
    bd09882 View commit details
  2. Copy the full SHA
    ff8687a View commit details
2 changes: 1 addition & 1 deletion build-config/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-build-config</artifactId>
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-docker</artifactId>
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-integration-tests</artifactId>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@

<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
<packaging>pom</packaging>

<name>S3Mock - Parent</name>
@@ -73,7 +73,7 @@
<scm>
<connection>scm:git:https://github.com/adobe/S3Mock.git</connection>
<developerConnection>scm:git:https://github.com/adobe/S3Mock.git</developerConnection>
<tag>2.15.0</tag>
<tag>2.15.1</tag>
<url>https://github.com/adobe/S3Mock/tree/main</url>
</scm>

2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock</artifactId>
2 changes: 1 addition & 1 deletion testsupport/common/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-testsupport-common</artifactId>
2 changes: 1 addition & 1 deletion testsupport/junit4/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-junit4</artifactId>
2 changes: 1 addition & 1 deletion testsupport/junit5/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-junit5</artifactId>
2 changes: 1 addition & 1 deletion testsupport/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-testsupport-reactor</artifactId>
2 changes: 1 addition & 1 deletion testsupport/testcontainers/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-testcontainers</artifactId>
2 changes: 1 addition & 1 deletion testsupport/testng/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</parent>

<artifactId>s3mock-testng</artifactId>