Skip to content

Commit

Permalink
[maven-release-plugin] prepare release enforcer-3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Aug 19, 2023
1 parent 5feb93a commit 3d365f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion enforcer-api/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.enforcer</groupId>
<artifactId>enforcer</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>enforcer-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion enforcer-rules/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.enforcer</groupId>
<artifactId>enforcer</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<artifactId>enforcer-rules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-enforcer-extension/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.enforcer</groupId>
<artifactId>enforcer</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-enforcer-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-enforcer-plugin/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.enforcer</groupId>
<artifactId>enforcer</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@
</parent>
<groupId>org.apache.maven.enforcer</groupId>
<artifactId>enforcer</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<packaging>pom</packaging>

<name>Apache Maven Enforcer</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</developerConnection>
<tag>HEAD</tag>
<tag>enforcer-3.4.0</tag>
<url>https://github.com/apache/maven-enforcer/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand All @@ -81,7 +81,7 @@
<maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
<javaVersion>8</javaVersion>
<mockito.version>4.11.0</mockito.version>
<project.build.outputTimestamp>2023-07-04T18:27:24Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-08-19T16:35:54Z</project.build.outputTimestamp>
<!-- the same as Maven 3.2.5 -->
<aether.version>1.0.0.v20140518</aether.version>

Expand Down

0 comments on commit 3d365f7

Please sign in to comment.