Skip to content

Commit 543e46f

Browse files
[maven-release-plugin] prepare release enforcer-3.1.0
1 parent 02d4036 commit 543e46f

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.0.2-SNAPSHOT</version>
27+
<version>3.1.0</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.2-SNAPSHOT</version>
27+
<version>3.1.0</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.0.2-SNAPSHOT</version>
26+
<version>3.1.0</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.0.2-SNAPSHOT</version>
27+
<version>3.1.0</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.0.2-SNAPSHOT</version>
31+
<version>3.1.0</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Apache Maven Enforcer</name>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</connection>
4848
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</developerConnection>
4949
<url>https://github.com/apache/maven-enforcer/tree/${project.scm.tag}</url>
50-
<tag>HEAD</tag>
50+
<tag>enforcer-3.1.0</tag>
5151
</scm>
5252
<issueManagement>
5353
<system>jira</system>
@@ -69,7 +69,7 @@
6969
<maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
7070
<javaVersion>8</javaVersion>
7171
<mockito.version>4.6.1</mockito.version>
72-
<project.build.outputTimestamp>2022-06-06T19:25:50Z</project.build.outputTimestamp>
72+
<project.build.outputTimestamp>2022-06-07T15:09:23Z</project.build.outputTimestamp>
7373
</properties>
7474

7575
<dependencyManagement>

0 commit comments

Comments
 (0)