Skip to content

Commit b054d5d

Browse files
author
Travis CI User
committed
[maven-release-plugin] prepare release 2.0.7
1 parent 1cb42ac commit b054d5d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>s3mock-parent</artifactId>
2222
<groupId>com.adobe.testing</groupId>
23-
<version>2.0.7-SNAPSHOT</version>
23+
<version>2.0.7</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 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>2.0.7-SNAPSHOT</version>
24+
<version>2.0.7</version>
2525
<packaging>pom</packaging>
2626

2727
<name>S3Mock - Parent</name>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:https://github.com/adobe/S3Mock.git</connection>
3333
<developerConnection>scm:git:https://github.com/adobe/S3Mock.git</developerConnection>
3434
<url>http://github.com/adobe/S3Mock/tree/master</url>
35-
<tag>HEAD</tag>
35+
<tag>2.0.7</tag>
3636
</scm>
3737

3838
<distributionManagement>

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>2.0.7-SNAPSHOT</version>
25+
<version>2.0.7</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-parent</artifactId>
25-
<version>2.0.7-SNAPSHOT</version>
25+
<version>2.0.7</version>
2626
<relativePath>../..</relativePath>
2727
</parent>
2828

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-parent</artifactId>
25-
<version>2.0.7-SNAPSHOT</version>
25+
<version>2.0.7</version>
2626
<relativePath>../..</relativePath>
2727
</parent>
2828

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-parent</artifactId>
25-
<version>2.0.7-SNAPSHOT</version>
25+
<version>2.0.7</version>
2626
<relativePath>../..</relativePath>
2727
</parent>
2828

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

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

testsupport/testng/pom.xml

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

0 commit comments

Comments
 (0)