Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adobe-bot committed Feb 23, 2024
1 parent dec12f8 commit c366202
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build-config/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-build-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-integration-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@

<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
<packaging>pom</packaging>

<name>S3Mock - Parent</name>
Expand Down Expand Up @@ -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>HEAD</tag>
<tag>3.5.1</tag>
<url>https://github.com/adobe/S3Mock/tree/main</url>
</scm>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsupport/common/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-testsupport-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsupport/junit4/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-junit4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsupport/junit5/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsupport/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-testsupport-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsupport/testcontainers/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-testcontainers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsupport/testng/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testsupport-reactor</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<artifactId>s3mock-testng</artifactId>
Expand Down

0 comments on commit c366202

Please sign in to comment.