Skip to content

Commit 6bf5532

Browse files
committed
MPLUGINTESTING-44 version 3.3.0 to signify maven 3.2.4+ requirement
Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
1 parent 65c2885 commit 6bf5532

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

maven-plugin-testing-harness/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.1-SNAPSHOT</version>
28+
<version>3.3.0-SNAPSHOT</version>
2929
</parent>
3030

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

maven-plugin-testing-tools/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.1-SNAPSHOT</version>
28+
<version>3.3.0-SNAPSHOT</version>
2929
</parent>
3030

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

maven-test-tools/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.1-SNAPSHOT</version>
28+
<version>3.3.0-SNAPSHOT</version>
2929
</parent>
3030

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

pom.xml

Lines changed: 1 addition & 1 deletion
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.2.1-SNAPSHOT</version>
34+
<version>3.3.0-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Maven Plugin Testing</name>

0 commit comments

Comments
 (0)