Skip to content

Commit df2d8ba

Browse files
committed
[maven-release-plugin] prepare release 4.8.0
1 parent f26855b commit df2d8ba

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.adobe.testing</groupId>
2323
<artifactId>s3mock-parent</artifactId>
24-
<version>4.8.0-SNAPSHOT</version>
24+
<version>4.8.0</version>
2525
</parent>
2626

2727
<artifactId>s3mock-build-config</artifactId>

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.8.0-SNAPSHOT</version>
25+
<version>4.8.0</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.8.0-SNAPSHOT</version>
25+
<version>4.8.0</version>
2626
</parent>
2727

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

pom.xml

Lines changed: 4 additions & 4 deletions
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.8.0-SNAPSHOT</version>
24+
<version>4.8.0</version>
2525
<packaging>pom</packaging>
2626

2727
<name>S3Mock - Parent</name>
@@ -61,7 +61,7 @@
6161
<scm>
6262
<connection>scm:git:https://github.com/adobe/S3Mock.git</connection>
6363
<developerConnection>scm:git:https://github.com/adobe/S3Mock.git</developerConnection>
64-
<tag>HEAD</tag>
64+
<tag>4.8.0</tag>
6565
<url>https://github.com/adobe/S3Mock/tree/main</url>
6666
</scm>
6767

@@ -540,8 +540,8 @@
540540
<requireJavaVersion>
541541
<version>${java.version}</version>
542542
</requireJavaVersion>
543-
<dependencyConvergence/>
544-
<requireUpperBoundDeps/>
543+
<dependencyConvergence />
544+
<requireUpperBoundDeps />
545545
</rules>
546546
</configuration>
547547
</plugin>

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.8.0-SNAPSHOT</version>
25+
<version>4.8.0</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.8.0-SNAPSHOT</version>
25+
<version>4.8.0</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.8.0-SNAPSHOT</version>
25+
<version>4.8.0</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.8.0-SNAPSHOT</version>
25+
<version>4.8.0</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.8.0-SNAPSHOT</version>
25+
<version>4.8.0</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.8.0-SNAPSHOT</version>
25+
<version>4.8.0</version>
2626
</parent>
2727

2828
<artifactId>s3mock-testcontainers</artifactId>

0 commit comments

Comments
 (0)