Skip to content

Commit b81e6b7

Browse files
committed
[maven-release-plugin] prepare release enforcer-3.0.0-M3
1 parent e3f8f95 commit b81e6b7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

enforcer-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.enforcer</groupId>
2626
<artifactId>enforcer</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
27+
<version>3.0.0-M3</version>
2828
</parent>
2929

3030
<artifactId>enforcer-api</artifactId>

enforcer-rules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.enforcer</groupId>
2626
<artifactId>enforcer</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
27+
<version>3.0.0-M3</version>
2828
</parent>
2929

3030
<artifactId>enforcer-rules</artifactId>

maven-enforcer-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.enforcer</groupId>
2626
<artifactId>enforcer</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
27+
<version>3.0.0-M3</version>
2828
</parent>
2929

3030
<groupId>org.apache.maven.plugins</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929
<groupId>org.apache.maven.enforcer</groupId>
3030
<artifactId>enforcer</artifactId>
31-
<version>3.0.0-SNAPSHOT</version>
31+
<version>3.0.0-M3</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Apache Maven Enforcer</name>
@@ -46,7 +46,7 @@
4646
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</connection>
4747
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</developerConnection>
4848
<url>https://github.com/apache/maven-enforcer/tree/${project.scm.tag}</url>
49-
<tag>HEAD</tag>
49+
<tag>enforcer-3.0.0-M3</tag>
5050
</scm>
5151
<issueManagement>
5252
<system>jira</system>

0 commit comments

Comments
 (0)