Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-clean-plugin-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 1, 2022
1 parent 81b7e24 commit ec9d6e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>35</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>maven-clean-plugin</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Clean Plugin</name>
Expand All @@ -47,7 +47,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</developerConnection>
<url>https://github.com/apache/maven-clean-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-clean-plugin-3.2.0</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand All @@ -69,7 +69,7 @@ under the License.
<javaVersion>8</javaVersion>
<surefire.version>2.22.2</surefire.version>
<mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-04-01T21:13:15Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit ec9d6e8

Please sign in to comment.