Skip to content

Commit 4244e6a

Browse files
[maven-release-plugin] prepare release enforcer-3.2.1
1 parent 65d68a3 commit 4244e6a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.2.1-SNAPSHOT</version>
27+
<version>3.2.1</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.2.1-SNAPSHOT</version>
27+
<version>3.2.1</version>
2828
</parent>
2929

3030
<artifactId>enforcer-rules</artifactId>

maven-enforcer-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.enforcer</groupId>
2525
<artifactId>enforcer</artifactId>
26-
<version>3.2.1-SNAPSHOT</version>
26+
<version>3.2.1</version>
2727
</parent>
2828
<groupId>org.apache.maven.extensions</groupId>
2929
<artifactId>maven-enforcer-extension</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.2.1-SNAPSHOT</version>
27+
<version>3.2.1</version>
2828
</parent>
2929

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

pom.xml

+3-3
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.2.1-SNAPSHOT</version>
31+
<version>3.2.1</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Apache Maven Enforcer</name>
@@ -58,7 +58,7 @@
5858
<scm>
5959
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</connection>
6060
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</developerConnection>
61-
<tag>HEAD</tag>
61+
<tag>enforcer-3.2.1</tag>
6262
<url>https://github.com/apache/maven-enforcer/tree/${project.scm.tag}</url>
6363
</scm>
6464
<issueManagement>
@@ -81,7 +81,7 @@
8181
<maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
8282
<javaVersion>8</javaVersion>
8383
<mockito.version>4.11.0</mockito.version>
84-
<project.build.outputTimestamp>2023-01-26T17:44:59Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2023-01-28T21:25:26Z</project.build.outputTimestamp>
8585
<!-- the same as Maven 3.2.5 -->
8686
<aether.version>1.0.0.v20140518</aether.version>
8787
</properties>

0 commit comments

Comments
 (0)