Skip to content

Commit 7733ae9

Browse files
committed
[maven-release-plugin] prepare release maven-plugin-testing-3.3.0
1 parent 2e40b46 commit 7733ae9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

maven-plugin-testing-harness/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.plugin-testing</groupId>
2727
<artifactId>maven-plugin-testing</artifactId>
28-
<version>3.3.0-SNAPSHOT</version>
28+
<version>3.3.0</version>
2929
</parent>
3030

3131
<artifactId>maven-plugin-testing-harness</artifactId>

maven-plugin-testing-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.plugin-testing</groupId>
2727
<artifactId>maven-plugin-testing</artifactId>
28-
<version>3.3.0-SNAPSHOT</version>
28+
<version>3.3.0</version>
2929
</parent>
3030

3131
<artifactId>maven-plugin-testing-tools</artifactId>

maven-test-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.plugin-testing</groupId>
2727
<artifactId>maven-plugin-testing</artifactId>
28-
<version>3.3.0-SNAPSHOT</version>
28+
<version>3.3.0</version>
2929
</parent>
3030

3131
<artifactId>maven-test-tools</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ under the License.
3131

3232
<groupId>org.apache.maven.plugin-testing</groupId>
3333
<artifactId>maven-plugin-testing</artifactId>
34-
<version>3.3.0-SNAPSHOT</version>
34+
<version>3.3.0</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Maven Plugin Testing</name>
@@ -127,7 +127,7 @@ under the License.
127127
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-plugin-testing.git</connection>
128128
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
129129
<url>https://github.com/apache/maven-plugin-testing/</url>
130-
<tag>master</tag>
130+
<tag>maven-plugin-testing-3.3.0</tag>
131131
</scm>
132132
<issueManagement>
133133
<system>jira</system>

0 commit comments

Comments
 (0)